Memory Pool Memory Pool Refreshing

19,468 transactions
6.25 vMB
Show Random Selection Loading Transactions
Max Size: 37/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (613,575 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
294,144 294,144 00000000000000007644a8d35078959d53ba466f37cf99983ba0b62697fa2398 0.09 MB 183 36
294,143 294,143 0000000000000000a78ae6e43fc844e1a6ba6b78c77e338bc7849e569d3f12ea 0.17 MB 156 19
294,142 294,142 0000000000000000411bb6865d8a673003205658b53060e8759d61d6db8c59f5 0.25 MB 644 54
294,141 294,141 0000000000000000abb60ef6cafd8baf80d714764dc7f3536028b6e8cedba42e 0.08 MB 147 25
294,140 294,140 0000000000000000d9a9541a382dda91386457436173a6ff6f0ec36cd67750d2 0.15 MB 225 28
294,139 294,139 00000000000000003b3203181ab278401de2123949d9732537ab6f0c0f5a5298 0.09 MB 83 18
294,138 294,138 000000000000000083506fc44da9b5ee3d0cd62b49c38e8bd3fadb867e0c38de 0.21 MB 489 41
294,137 294,137 0000000000000000bf8355d474402796af4fbd06dca27ff54ec419b72ded1f11 0.12 MB 239 36
294,136 294,136 00000000000000000cae715a827f2c22c6ae684e6126f9fcb5194835f1650322 0.02 MB 50 15
294,135 294,135 0000000000000000c2f62f8560f490d04b6ad5db52bffdccccff3f674301a004 0.21 MB 249 27
294,134 294,134 000000000000000039bb46d43bff6a6f92c88bbe385c6c23a9115c27811520b4 0.10 MB 210 27
294,133 294,133 0000000000000000b38c369a5cba90f7e500a8694635a1d2d1e6c9de16f9cf31 0.17 MB 274 35
294,132 294,132 0000000000000000bdc6cdeaeb253d08b53cd672c77b6b4175e397a82e9a0403 0.10 MB 171 32
294,131 294,131 0000000000000000534c68834cb14dd848ee463d64fc9ff4dc286ed7a60babf4 0.28 MB 410 27
294,130 294,130 00000000000000008a42d6ad638c2059074626004acef3e6f031000470bda282 0.18 MB 512 59
294,129 294,129 00000000000000004ac111bde59fc3225055258517b57b7f89f60ece28836f4b 0.20 MB 348 26
294,128 294,128 00000000000000005f393a81f651d3316a2a66c026d073f97aca86bd7458a68b 0.17 MB 225 26
294,127 294,127 0000000000000000652869909bfd254dc2d537867e206f8063517d4cd06ed039 0.65 MB 928 29
294,126 294,126 0000000000000000a7b0100f76611e28d1b5250563b528a885e47ba6fd9df41c 0.10 MB 128 18
294,125 294,125 00000000000000004814ad08370b63dd0ac47d12f8fec600748c97beafdb9c06 0.28 MB 667 36
294,124 294,124 0000000000000000c59b51bcbe0edb615de2e0b955b4ab24f05881672b5b71be 0.12 MB 165 29
Previous 10 blocks ↓
Total Size: 769.02 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,624.48 GB sent, 93.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.