Memory Pool Memory Pool Refreshing

60,496 transactions
23.93 vMB
Show Random Selection Loading Transactions
Max Size: 139/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
2 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
878,601 00000000000000000002905c0000000000000000000000000000000000000000 1.00 vMB 2,308 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 878,600 (46,487 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
832,113 832,113 000000000000000000031de66297332d2a4b39e0759c6b046d6720d276ffaa4b 1.60 MB 3,429 28
832,112 832,112 0000000000000000000216ed56e0fe15ed0f81785d86c7fcf6f56fb6b4d6b063 1.81 MB 4,101 24
832,111 832,111 000000000000000000022b4f1f37c0efefe336bf4afc1f4060c7965d86cc39f0 1.60 MB 3,440 26
832,110 832,110 000000000000000000004c50e4b07823671d32a29c98d3dcd611dbd8349f413c 1.55 MB 3,402 23
832,109 832,109 000000000000000000035508989a8355722d3a06307a85c558d1edad216e5008 1.70 MB 3,721 21
832,108 832,108 000000000000000000001c349d8e892cd917b45d0b78f264a37d6a9d832a8268 1.67 MB 2,863 30
832,107 832,107 00000000000000000000a4cd6edaafaeebf7d5946434ccca67e003ca0bd2bca8 2.20 MB 1,361 10
832,106 832,106 000000000000000000015663145362f09b2ceabf5e9614660acacb3584a1235a 1.73 MB 1,359 14
832,105 832,105 00000000000000000000bf812f8e33d1f84369110c439739816ceb1493d573e9 0.00 MB 1 0
832,104 832,104 0000000000000000000016a95f2c6add1059b507e8ff5f653b3e77105910107d 1.55 MB 1,476 12
832,103 832,103 00000000000000000001e0e01b1eb0e202137d2f5bedd7574f2596eec100dd13 1.73 MB 1,667 15
832,102 832,102 00000000000000000002731a00bc222e2b905b92ca28c51bfe6d2e28b151a2fb 1.66 MB 1,826 13
832,101 832,101 00000000000000000002b40c42ba9b0e6499d546a321c6df5e18b8b08f1d16fe 1.68 MB 2,960 22
832,100 832,100 00000000000000000002369aef83640cb5b3ebe45836c5772e37fd38428630f9 1.86 MB 2,590 14
832,099 832,099 000000000000000000020fc75361be6f7f40aa0c3e80c16290ef2c159c762bbb 1.99 MB 2,711 19
832,098 832,098 00000000000000000001461b124428f23e5f7352b49e1a8fef3c6cc3d9f05413 1.51 MB 2,815 23
832,097 832,097 00000000000000000001692d75bd91b21cfba6b2024ce665e45a91f1e9446e99 1.91 MB 3,019 19
832,096 832,096 0000000000000000000293910f5d229993fa302aafe3ffa94c914d7a101f1fb7 1.57 MB 2,709 26
832,095 832,095 000000000000000000003c200b4d878045fef3631897757657748dfc9f32116d 1.88 MB 3,019 16
832,094 832,094 000000000000000000018fdb0d0bd891cef2285df85820d78bb2255386a899e0 1.90 MB 2,936 18
832,093 832,093 000000000000000000015ae65ad9ea1dd4b8223e9aed291c67949962c142a915 1.54 MB 3,079 23
Previous 10 blocks ↓
Total Size: 715.54 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,435.71 GB sent, 43.00 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.