Memory Pool Memory Pool Refreshing

9,713 transactions
3.00 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,716 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,396 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (697,658 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
210,057 210,057 00000000000001e989cd06481d25d8bd32689c736590e1867eab85fd5ecef610 0.02 MB 81 86
210,056 210,056 000000000000024beab6b941412df947f739f62872cf2c315bd93fb23bbca9b3 0.10 MB 265 128
210,055 210,055 0000000000000121000ef11fc6416a725bd44846ec7e29dc22116836a3bca137 0.06 MB 114 131
210,054 210,054 0000000000000179a312f72af65cf7dcce9f4dd4d4eae1e73ad5f8312d20582a 0.05 MB 114 129
210,053 210,053 00000000000000406803e34eb8f714a742f088293300d0c28128353e1adc86b2 0.25 MB 583 264
210,052 210,052 000000000000038c51a13b92fdc0be8f3971e3b61925f14dcae5770a0104526f 0.35 MB 784 180
210,051 210,051 00000000000001ff8b7093c38bd8b6533814c712479154ed282cabe30294c529 0.00 MB 7 36
210,050 210,050 000000000000003a40908c4d853d07e1327922111f94ae635097a31b2f6a31bc 0.34 MB 427 102
210,049 210,049 00000000000000214271e06c329398cd698f00e172b9ccc66de6034b1880f45f 0.24 MB 686 341
210,048 210,048 00000000000001ad109de8e72f1849e22713fa2e3bfd220927a66b1e40fc76b8 0.05 MB 110 359
210,047 210,047 00000000000003cffbd3b31e53a026fdd81fa27c7174a969640b0b15613bde3d 0.05 MB 79 171
210,046 210,046 000000000000005f568a08a523d6b69b1333257d8abb3653a8272b0e9adb129b 0.04 MB 150 48
210,045 210,045 0000000000000273efb4b668711054ea03b9ff831b3a2a863b1c8f183640f32f 0.13 MB 293 147
210,044 210,044 000000000000032cba15d08dd1d6188521e9c7bf807c57a577dc901cca672531 0.13 MB 295 154
210,043 210,043 00000000000000dffbfc70b3a02afc40485c309dddbcd36a30c9163b439124a7 0.13 MB 374 204
210,042 210,042 0000000000000126b41c59a8c8ebc23944c3463300f6726aacbc9c27e66d2f53 0.25 MB 601 196
210,041 210,041 0000000000000098b348a0d60b5934b3d12f1da0992c410684cc97c7b02eedaf 0.05 MB 125 212
210,040 210,040 0000000000000498e426effa08fc54070cd7ca70e80206f8763e7ceaaab734bc 0.05 MB 105 102
210,039 210,039 00000000000001b95f79f12295a45a03aa52891981c925c7f6248aa556144d68 0.19 MB 403 178
210,038 210,038 000000000000013152cb7de63621d6d7083524cd4de4337ddfd56e5e2a196b57 0.00 MB 5 0
210,037 210,037 00000000000004457ab3a586c7b7b53e3bae2b2c1de896418cb88f16bead5bbb 0.18 MB 343 156
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

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