Memory Pool Memory Pool Refreshing

14,199 transactions
4.59 vMB
Show Random Selection Loading Transactions
Max Size: 27/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,683 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,042 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,682 (623,766 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
283,916 283,916 0000000000000001e70cfa90d300ddbcc34139b2116b1acac6c9d84c589caaf6 0.10 MB 260 43
283,915 283,915 0000000000000001f2ac77ed74b0232e9b55ed7438aaef7c44765901656438bc 0.19 MB 368 38
283,914 283,914 00000000000000016a5b3a3efeca659d404159b5ce7d9667c4a19dd06d798787 0.05 MB 114 66
283,913 283,913 0000000000000000208e6f4c73bea5f4b649f682aaff49430634295d740f21f9 0.17 MB 438 52
283,912 283,912 00000000000000014cdeaaaaec63b17fd3a01cccb2ca135733a718b04c1cad4c 0.17 MB 255 36
283,911 283,911 00000000000000017a4c817124ab8a9e50712bbfe20dd7baf3e79948af558301 0.12 MB 134 23
283,910 283,910 000000000000000011ea17ef48578157b25bec74c6dd44ef69660e7f1e966a9c 0.16 MB 269 31
283,909 283,909 00000000000000019a530b578dc2919e330d375c9e5d211be11f4921683e943e 0.03 MB 49 24
283,908 283,908 0000000000000001837b75baef9cd2164a8bf500ed7001cae02e327dd7715faa 0.16 MB 130 18
283,907 283,907 0000000000000001ebb553c4a58c3a0abe8bf1b5a161191886a8a55cd06bd861 0.21 MB 305 31
283,906 283,906 0000000000000001a64f23e4c06ec201e7f9a1edb9a974007a137cae1038df7a 0.35 MB 670 31
283,905 283,905 000000000000000132ed318314e868f40bb9c1cdcf7c7cfc40a058ba06685378 0.48 MB 686 31
283,904 283,904 00000000000000014783420c65e9ee31b0b35f1689c62a428685a738dd57563f 0.03 MB 54 8
283,903 283,903 0000000000000000590b1c526b7ab87ee49b79b4488ee03b186726ae5dc3ab8a 0.02 MB 27 25
283,902 283,902 0000000000000000aff27e214d116b6f589ae9ec208571439573c0ed3f257fb6 0.18 MB 229 23
283,901 283,901 0000000000000001987b5c3010ed4151264bfc0e199bc88e986a6529eaf4eeca 0.05 MB 155 78
283,900 283,900 0000000000000001e5742c1671ff8adfc095f521b9769eb188207cb40123f8fd 0.21 MB 136 14
283,899 283,899 0000000000000001e311e860051c1cd7cccba686f9aa0f01c098cb68047efc97 0.35 MB 752 47
283,898 283,898 00000000000000008655d3c9a1a83d4f87db936d84cb7c00245d60484dcbe37a 0.02 MB 51 31
283,897 283,897 0000000000000001d9bb01027e7b1ed381ec97ff77942962827f3d5254907060 0.33 MB 624 36
283,896 283,896 000000000000000067045a36e7357882b38d2886dd9accbec3d022463b4a27c8 0.05 MB 109 49
Previous 10 blocks ↓
Total Size: 768.95 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,614.66 GB sent, 92.58 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.