Memory Pool Memory Pool Refreshing

5,677 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
2 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,838 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,202 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,837 (686,508 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
221,329 221,329 000000000000050df2f05aeab8043d3f0b25c9178ce000e7bc6a1189d893a6c4 0.26 MB 589 228
221,328 221,328 00000000000001395e36e632d7ea52ca29f78551ea0e173ab8230faff577e5fb 0.27 MB 375 49
221,327 221,327 00000000000000da5c38eacae389001ce679f9093d5c47ce88f08c6d596039d5 0.00 MB 5 29
221,326 221,326 0000000000000311db7b76ea223668dd356743b2b899ab1493e1c572a1706183 0.25 MB 717 251
221,325 221,325 000000000000009653bf6355f6191f62b39b2c6f9f21a41aabf79e2d2af790ca 0.05 MB 124 37
221,324 221,324 000000000000017a833eaea9666458dc794f713b12d5910d2f013209dbd89ca0 0.04 MB 64 181
221,323 221,323 000000000000021502a4ec3d971c611bd07104055c786000f9a6ee53218f0ae1 0.03 MB 66 141
221,322 221,322 000000000000007443b90bc832e4672c22cc6418e4bc8f9b6abd4b4b1054b660 0.25 MB 643 208
221,321 221,321 00000000000003188bf61440ff67a9a5bacb5deb890ae234ebffcd52419f488b 0.45 MB 256 32
221,320 221,320 0000000000000281cb0a4c54e326a922a4fbc8a6573a3c3000bc15a0ac7f2e8d 0.00 MB 9 0
221,319 221,319 0000000000000255fb34e7b85476ab1efadf902ccf625781a41d2dc06082312e 0.20 MB 397 145
221,318 221,318 00000000000002058702c92ac3ddf3e8561d0acdd0e777a815b6b22ae29fb50d 0.19 MB 512 252
221,317 221,317 000000000000027a194018297a2fc7a45fc35cc8b37e662b11d2c0db03dd72b5 0.19 MB 428 228
221,316 221,316 00000000000001599e4037c350fda5fe25d62e48204db0b817fb1766d0bc2991 0.01 MB 24 117
221,315 221,315 000000000000020bf902aa806135f3af174dc59a9a7a9e211a554f1dfafdcdf9 0.19 MB 474 194
221,314 221,314 0000000000000486d51a6e0e32c2658d1c8e372bf403e08909f7c2bb15c89780 0.06 MB 154 330
221,313 221,313 000000000000014b8940fb5c735f5ad1f0914a4b181b3cda789980fbafc3c901 0.15 MB 244 145
221,312 221,312 00000000000002460061262ee9288ff21be2630f50609bad41711894b751a3ab 0.25 MB 642 295
221,311 221,311 00000000000004c35412e985f5ca5fe2fce596a3066a2796810c08e3a26b0497 0.15 MB 378 211
221,310 221,310 00000000000000cd17ecb60106dcd47c9362d44e0b1cde1957bc4520ddb767e3 0.06 MB 115 140
221,309 221,309 00000000000001ab0d6f42976b7ecff7176dca6b12986bad5fe76063694aec20 0.03 MB 42 90
Previous 10 blocks ↓
Total Size: 769.24 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,634.97 GB sent, 94.11 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.