Memory Pool Memory Pool Refreshing

4,111 transactions
1.78 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,735 (331,393 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
576,342 576,342 000000000000000000133df2a9a5f715fb759e5953ea4c85cbbc120714165a07 1.32 MB 3,320 199
576,341 576,341 00000000000000000010392205bdaad8a9663fd79874c930fb050e1efa44cdf5 1.16 MB 2,589 163
576,340 576,340 0000000000000000000144a5bb2294de294701c2af53c3b8fca5ecbf77613d0f 1.19 MB 2,802 162
576,339 576,339 0000000000000000000b43551df00365520930c9309fa57f142f643cd598f1fe 1.49 MB 3,235 184
576,338 576,338 00000000000000000006290f5f5b87979514fb88afd08a09375d4b5547ff2501 1.43 MB 2,612 187
576,337 576,337 000000000000000000253d199c58dd007be6efdae018fcdea5cfdef259196d98 1.23 MB 3,041 200
576,336 576,336 00000000000000000012c6e013279f0b98357d30c17ca009b32c11651c61e3f0 1.25 MB 3,324 203
576,335 576,335 000000000000000000276d0e510ff21bbca51f151c79aca0e862ee516324a7be 1.27 MB 3,178 192
576,334 576,334 0000000000000000000d6507f75bccddca300d5eefc353e65d961830fb3c6484 1.22 MB 2,903 175
576,333 576,333 00000000000000000028d9c7d677df6a9e81fdddc94d1afc30e242fc6ec60622 1.51 MB 3,030 180
576,332 576,332 0000000000000000000f0667abd9421eafc2cb7d2f92042128bbb2c8460d95cf 1.34 MB 3,346 213
576,331 576,331 0000000000000000002750e4de8f033d28883024de470f775cedad6305b277c0 1.17 MB 2,772 114
576,330 576,330 00000000000000000025208ed489268dfb57744cc60f9c9de782603f31c07b61 0.00 MB 1 0
576,329 576,329 0000000000000000001f4a1f6c25334d836626e1121060fa65ca5ec2fe870094 1.28 MB 2,945 179
576,328 576,328 0000000000000000002297805a69a4ae0a02f04596e8eb2ed14afad65595d0ef 1.10 MB 2,875 116
576,327 576,327 00000000000000000003296c72cd375e95dc173dea84b7550008451753674a59 1.17 MB 2,742 131
576,326 576,326 00000000000000000026bbe937b5bdf408d39f6d65d0c3e824d5ad90bbc12e00 1.18 MB 2,999 155
576,325 576,325 00000000000000000011964d22ec8f2f749a7dd4ddb4f7592e78bc4a6f0c183e 1.18 MB 2,377 152
576,324 576,324 000000000000000000029131ac2c68e77709368decf40d9478b8f60e76ba88e0 1.19 MB 2,556 169
576,323 576,323 00000000000000000019f3e17ddbcdd84cd0046d8cb379c71acffa20b97f7259 1.34 MB 3,101 196
576,322 576,322 00000000000000000023f9d1d76b0d2f41d4ea1909f117c5253d8b492307dba1 1.34 MB 3,083 166
Previous 10 blocks ↓
Total Size: 769.05 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,627.33 GB sent, 93.12 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.