Memory Pool Memory Pool Refreshing

4,524 transactions
2.02 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,687 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,584 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,686 (756,271 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
151,415 151,415 0000000000000cd28531e2dadd78f5198c6a5dc006b39ccfa964f3c2b4c4060e 0.01 MB 22 104
151,414 151,414 00000000000000c9e81a1533fc1fb10ec8d25fd564c4124370cb7809cf48b1a6 0.00 MB 5 1,147
151,413 151,413 00000000000005bafeb59afa299055a4aa9e0ca457692146bd82054669cda561 0.03 MB 124 73
151,412 151,412 0000000000000c2255e71fc3d90eb4cd47dbbc9cbef30828ed1d18f3b71c0ab6 0.02 MB 57 137
151,411 151,411 0000000000000441b66032e279259a7274a6d382f996ca404e206a8076391529 0.03 MB 73 97
151,410 151,410 0000000000000176d3e9d9062d83610f17d0986dda385e3f33da8763f81c3c99 0.00 MB 6 35
151,409 151,409 00000000000005d75357af4215d8b0d84ca50d10926f47dd1fdb21de90f7dfe3 0.02 MB 37 99
151,408 151,408 00000000000000f0f22c6d9fe7c0051531a4355749a8a136edf776937904c33f 0.00 MB 2 0
151,407 151,407 00000000000006f0c3328bf56c07fa5805c69e6c81a324f7342c9646b72cd994 0.00 MB 7 35
151,406 151,406 00000000000005b88e8a5f68346444b9dbaa075c9cdbc66d4a917a6416d550f8 0.01 MB 26 70
151,405 151,405 000000000000023f7d465eb47ba8c190a292d672227b255faf9bfe98571b9ea2 0.00 MB 15 839
151,404 151,404 000000000000021699879ae9f6d3da4870f2873549715ea99835c1b6d2a78d03 0.01 MB 23 26
151,403 151,403 000000000000058e757f1f4fd772d47518a49a45ccacf562c723e2b805bbe133 0.02 MB 49 129
151,402 151,402 0000000000000d7cff3e670063ed5486fd7cf50c29968b770ef0ae8f47dac3db 0.00 MB 6 77
151,401 151,401 0000000000000599ea67e3e529f6991a95bef797d45d44b87b777f86d177f12e 0.02 MB 59 59
151,400 151,400 00000000000008bfbd7bd9a3e2d84e24c837afbc7382a4095f8d6ccada23426b 0.04 MB 136 15
151,399 151,399 0000000000000d698c6c0a13e26fb6602636def84f240f106c6a25fc07be2a02 0.01 MB 23 50
151,398 151,398 00000000000009d0b8224ab8a28a1fb38fead0096f15c5d856340f01a25dd639 0.01 MB 15 278
151,397 151,397 0000000000000d3aeea84089d2b4368543167a30771095cc2ce375ab5292ca25 0.02 MB 43 240
151,396 151,396 00000000000007564b62fdd4aa466708a1fd609272ca9c2bddba05dbe43117ca 0.01 MB 21 27
151,395 151,395 00000000000001f6300a72e0057909d4f5c1aa07705e6a2a165a196770dd99fd 0.01 MB 31 272
Previous 10 blocks ↓
Total Size: 768.96 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.91 GB sent, 92.60 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.