Memory Pool Memory Pool Refreshing

5,281 transactions
1.60 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
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,697 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,616 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,696 (477,594 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
430,102 430,102 000000000000000001a76564726b087816ca32efcc88075818cab9d94c111a83 1.00 MB 1,699 41
430,101 430,101 0000000000000000038499f304a66b59cacf677c9b58467e02f0eddd3c96a69e 1.00 MB 2,563 76
430,100 430,100 00000000000000000221d6b4486ce45dccc50886ed1ccdc8933dab1eb98f0f14 0.13 MB 334 72
430,099 430,099 000000000000000000208e0d4bd7e1a79939f621285ad6ba4495cdcd0e8b3938 0.47 MB 1,136 53
430,098 430,098 0000000000000000038196c62142c1c4decd947323795a6a9cdf7e98c14b9fc1 0.56 MB 1,153 60
430,097 430,097 00000000000000000458c3562582cb769d7c60fee69072dea4f27a082cace67d 0.25 MB 610 64
430,096 430,096 0000000000000000014f1e9c99906e601ddcc9114552ff494022b044dcf86677 0.16 MB 306 59
430,095 430,095 000000000000000003be2baf505cee62a50e21fcb7c22b477d6e6ebca9ba3100 0.64 MB 1,131 45
430,094 430,094 0000000000000000041427412038094fde3bcba5d51aa0119d20805d3b00ae08 0.14 MB 381 68
430,093 430,093 0000000000000000035d1eacfc185a10e923f4bdbd02f9b0e8fc4a201182a8f4 0.69 MB 1,634 61
430,092 430,092 00000000000000000045389f6ccea5241c73ab8b8bc346d82dd89fea85e0254e 1.00 MB 456 10
430,091 430,091 00000000000000000117b828e3e7e5ead925138e0a59afb120d59ffe8135037c 0.52 MB 1,103 54
430,090 430,090 000000000000000002e1ee9ebb95cc0d4fe2566a987c28856667665e2fe43213 0.98 MB 2,240 57
430,089 430,089 000000000000000000dd67853a2b15c747abb1ddfa933b5f2a0ab9a8d4ce69d0 0.36 MB 813 64
430,088 430,088 000000000000000004428ec4152cdd5c3afb01a85080dc820bcf5fa29508657d 0.37 MB 792 58
430,087 430,087 000000000000000004ae24ef16c9078789931010195fc87f5e8ee070ea51a0e3 0.18 MB 226 31
430,086 430,086 0000000000000000013c413cb35debe905e90559f0eb4acaa7f2301e2d026dd9 0.83 MB 1,829 55
430,085 430,085 00000000000000000441549d8a47a1c4796f1ad71eb6dd351d76dfeeee6ca81e 1.00 MB 297 6
430,084 430,084 0000000000000000041f3d0d64eec6184acd8e2d6a72e99bf2b21ee4a5994ad8 0.32 MB 784 63
430,083 430,083 0000000000000000035147634c3c61d81ce108f912fbb7026a4769eea0dd8509 0.80 MB 1,507 39
430,082 430,082 0000000000000000016d77b2883586c30efb2fa13a9efcb03936607e6f00337c 1.00 MB 2,572 73
Previous 10 blocks ↓
Total Size: 768.98 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,615.98 GB sent, 92.70 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.