Memory Pool Memory Pool Refreshing

3,121 transactions
0.92 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
899,880 0000000000000000000237740000000000000000000000000000000000000000 ago 0.90 vMB 3,117 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 899,879 (466 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
899,413 899,413 00000000000000000000f237a4f7b415b525124cc881e46b3718e9e4e510f35f 1.52 MB 3,693 6
899,412 899,412 000000000000000000005afbdd47fa1cda23fda9a8114c227cd4b2c26ed5488b 1.23 MB 1,755 1
899,411 899,411 000000000000000000011c7e11f8dbab7ce2a3814229505c968a204504bf83eb 1.47 MB 1,472 2
899,410 899,410 0000000000000000000055a835634f377cd08f9c6ade3e168e326b07b9faf547 1.51 MB 3,084 3
899,409 899,409 0000000000000000000201fc6f2a63d25c704e6d698b0dd429502d55b42fc711 1.58 MB 2,841 3
899,408 899,408 00000000000000000000e1f3764f71722e7204f5fe9875c79bda2e2aae60019c 1.85 MB 2,327 3
899,407 899,407 0000000000000000000087b818810c4605bb54ad50144ee581cfb56b21477fb9 1.50 MB 2,513 3
899,406 899,406 0000000000000000000149c31a3ddd4ea1e3a07a3d7e8a2cb7764a7427e651b0 1.30 MB 1,566 2
899,405 899,405 00000000000000000001986cde64422460c565436ca771a6d3c3f918aa95456a 1.41 MB 2,593 2
899,404 899,404 0000000000000000000059f43650bd962120b189b67858e5d1712eb95b8f1c6f 1.53 MB 3,489 5
899,403 899,403 00000000000000000000c15208c11f4633982577ea57f172fa8d0a96c38e74df 1.56 MB 3,600 4
899,402 899,402 000000000000000000010f101d4ae2fea19f5b16558fb1536041d799637b35f8 0.65 MB 841 3
899,401 899,401 000000000000000000002583ed62110bed9f10b59d16bd7506acfdf35aeae71c 1.88 MB 948 1
899,400 899,400 000000000000000000021e41e79713d81118b63d940af21104f81a363da007fe 1.39 MB 1,360 1
899,399 899,399 00000000000000000000b847c02a64f7b5403dbc4e5a6d242f423dec71c4b35d 1.77 MB 2,865 3
899,398 899,398 000000000000000000006fa14ba591c7e30104e25ee3f62615ac13d3bb02affa 1.55 MB 2,716 3
899,397 899,397 0000000000000000000119d63c0710101a145440bc24b2810f95c6eedc2cf774 0.19 MB 362 2
899,396 899,396 00000000000000000001f673df05e19afe5ebe35c5bd45e95e633bd2d2bf705d 1.50 MB 1,990 1
899,395 899,395 00000000000000000001e032423aa4b2540867d9bf12413f6ee481c4ec4cfe19 1.63 MB 2,094 1
899,394 899,394 00000000000000000000b5ca2644b69c96fc52156fde0eafc9550975074ad65e 1.60 MB 3,076 3
899,393 899,393 0000000000000000000055300dbe529d3da704a172dc7f66803175776bdb085d 1.40 MB 476 1
Previous 10 blocks ↓
Total Size: 755.77 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 541.26 GB sent, 27.26 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.