Memory Pool Memory Pool Refreshing

4,900 transactions
2.89 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 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
907,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,454 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (778,409 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
129,392 129,392 0000000000001c9f15fd412456d5fd9631631c46d417b29b2835c86ae96747d8 0.01 MB 17 1,672
129,391 129,391 000000000000145bbad0c24127ab9a8e4806c7326d9c69cb3a4fcfd95f460107 0.01 MB 19 929
129,390 129,390 00000000000013a9748c45ee138f7d2becafb9ede108eda18e010c69b1707b31 0.06 MB 122 796
129,389 129,389 000000000000020d53e4cdcef347e2c86ddc0b3d9f7e952e3add7ad20d460ced 0.05 MB 143 372
129,388 129,388 0000000000000d6864dd4e03d5c49d18d512df7df7cbb33826c247dc61c6a54c 0.02 MB 51 1,683
129,387 129,387 00000000000019646429463fd5dc9527ef4a2f5bab107c2b353b64150448a8d7 0.01 MB 24 1,862
129,386 129,386 000000000000073522cf241649088e9b85583cb7470f30fea8f4ddab876d5f05 0.00 MB 14 1,429
129,385 129,385 0000000000001aae80c1d7d86f6d62f6b6494ffb7710dea330bae1f491f03bc1 0.01 MB 48 150
129,384 129,384 0000000000001046dd21ce971714c957e4949d3fc0f0a5e5df7501af3461ce68 0.01 MB 33 1,332
129,383 129,383 000000000000157d1413ec99fba5510fddda8f525e16a16970c100c09b6fb455 0.05 MB 148 1,785
129,382 129,382 0000000000000df3175d05f980fa861e39da34ee06f8a6638957f001fce95c07 0.07 MB 152 556
129,381 129,381 0000000000000e81eba645e8d6d607689570a02e3f390caaff3c11d475ceb755 0.01 MB 28 458
129,380 129,380 00000000000010132b4e6e78bb8bceb7397ad72f851e08dcb816171eef0ff25d 0.03 MB 74 366
129,379 129,379 0000000000000beae9e68706f581b51c45a56930ef57e537f6b55c91fd3690eb 0.01 MB 17 888
129,378 129,378 0000000000000ad862e5e9eeee8d6b9b103b1067f66b88a526cbfe562a28774a 0.02 MB 33 922
129,377 129,377 00000000000006e165a1bf0bcf96457e890a7f1b3c06c32103f216a27c53e3a9 0.03 MB 37 816
129,376 129,376 0000000000001c10acdc7d642937f24da8aa39aa2533250828e0cbc8fcb9a02f 0.03 MB 105 1
129,375 129,375 00000000000017e21334a3519e40eb262a921c07044e3fa9e07347fdf5f7d735 0.01 MB 16 610
129,374 129,374 00000000000008d3db578022c15d63629249c51cd380fed6e666b8111d8a3890 0.03 MB 88 2,151
129,373 129,373 0000000000001272734775a7db8e032f5ca960c16f3be79d3eaba3f81d0612a6 0.04 MB 67 1,253
129,372 129,372 0000000000001d802ee6518d64d92cab7e9308bef51d2edca6c763945db6573e 0.03 MB 89 831
Previous 10 blocks ↓
Total Size: 769.17 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,632.86 GB sent, 93.74 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.