Memory Pool Memory Pool Refreshing

4,349 transactions
1.85 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,869 (245,356 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
662,513 662,513 0000000000000000000251ccf61e32146c0cb4230460d480928a8d83750d4139 1.95 MB 1,215 107
662,512 662,512 00000000000000000005477f90fbda138e6ab41e3c18a812192f0d6fe3dd781e 1.53 MB 2,234 105
662,511 662,511 0000000000000000000ef43862cc1904f09623de10f9a0ae0b5eb1b9c9c8c216 1.15 MB 2,207 118
662,510 662,510 00000000000000000005e05596c657d26289e88e5038b36e4e0b5e5bad8607da 1.27 MB 2,003 135
662,509 662,509 00000000000000000000a0bd29453d5e34bba0b5efa43ad30ddf36273fed99bd 1.28 MB 2,352 153
662,508 662,508 0000000000000000000ddf21bc23ff5dd8ff1d7d1edeb45a8956310ad2ef2ca9 1.33 MB 2,495 124
662,507 662,507 000000000000000000099a83aa0cbc55505678f4d3fd692b9a8b27dd8d462ea6 1.45 MB 2,767 126
662,506 662,506 00000000000000000005ab01e9c147e95ae75302762f61c4b13d16c0f0809d8d 1.31 MB 2,342 144
662,505 662,505 0000000000000000000460300b2f03d1ee0bd4aff5df3fec974be1d6faee59e7 1.30 MB 2,141 192
662,504 662,504 00000000000000000006f01affde523ba54652b9e2669e4e5a02e2cf82899173 1.29 MB 3,035 97
662,503 662,503 0000000000000000000778812441fda51dbd6e8841f789b73d74cfab70f34df4 1.25 MB 1,831 131
662,502 662,502 00000000000000000006b1d3df1f8672b0c7143bcba49bdbb2bfd4db8b1db2e2 1.38 MB 2,474 137
662,501 662,501 00000000000000000000115956e20075f0315a1c8bdba51a9dab330b84338dcf 1.31 MB 2,998 146
662,500 662,500 0000000000000000000efe347a311c29e3e4fe2f002d30871b18b1a8a2850b54 1.11 MB 2,818 50
662,499 662,499 0000000000000000000043c8d077f8ee923046b99113915abce49c33ebf511a2 1.18 MB 3,031 71
662,498 662,498 00000000000000000004727bfccd8fc87eb8fb0c1242fd88b4a03197dd2d2f61 1.18 MB 2,485 69
662,497 662,497 0000000000000000000d750bdd0b5f4baff8fbf42be569373cf94b640d17c9a4 1.28 MB 1,609 117
662,496 662,496 000000000000000000082f17100b51def79dceb55e6a26578abff28fda86f196 1.25 MB 2,874 93
662,495 662,495 0000000000000000000445c2814f4c686559989674a64372aefa6a46f92c7524 1.26 MB 2,164 99
662,494 662,494 0000000000000000000e7ba4ea84440f5689856baf3d2c23fa1781e81a8e8ad4 1.38 MB 3,043 150
662,493 662,493 00000000000000000005b6d9683959b5e61df77c9b2068a626995703a5ff2b91 1.38 MB 2,524 139
Previous 10 blocks ↓
Total Size: 769.30 GB

Node Information

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