Memory Pool Memory Pool Refreshing

2,443 transactions
0.95 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,677 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.94 vMB 2,436 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,676 (853,940 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
54,736 54,736 00000000034b2b9b0c1248396dc52f5b0680345ddcbf50053c67a16cae7566a5 0.00 MB 1 0
54,735 54,735 0000000012565584b2981a37aa49b24d4fb7d0b990ca7eb5be0891dec51486ca 0.00 MB 1 0
54,734 54,734 00000000015d3d32c0dad5864c582824b7d08e70fb19401966ed2d473994b77b 0.00 MB 1 0
54,733 54,733 00000000004079b921ad03d66681c0b198a2bfc7635179af4c7e8226534cc476 0.00 MB 1 0
54,732 54,732 0000000011a96b9b0d4e98ba60b60f2c1497e3e22461ff1a33d2da9207bd45ab 0.00 MB 2 0
54,731 54,731 000000000a1d346537fee67de4007e8db32ffbb71d58aac463861ce5aa251b11 0.00 MB 1 0
54,730 54,730 00000000052d721a26db074b7f1a8b3f8c0c32df30913feb1e6444d5cf1792b3 0.00 MB 2 0
54,729 54,729 0000000001ef7788cb4894a03c9131ea080d884f9c561dfa1539fd173f291008 0.00 MB 1 0
54,728 54,728 0000000008803970a4739c3eb5d533e7fa5151f8475eb94748416df52a64ca57 0.00 MB 1 0
54,727 54,727 000000000948e19f97a6b45d20b6a6f854b53c9724432c9cb2caccb3589d8d20 0.00 MB 1 0
54,726 54,726 000000000c8efa75b028c91d0e0e78e031e873a768ee1e4a25f042d1b7f1b7f1 0.00 MB 1 0
54,725 54,725 000000000e558031a0ee0da219037e97b29a4360c420b962214e87b99141ad0c 0.00 MB 3 0
54,724 54,724 00000000129587295d77d36de2c2a8a6da7a6c0786eafe6976dc57b4ce609376 0.00 MB 2 0
54,723 54,723 00000000102be22fb6be87e81d6c7a05dd72dbec5452f8115e9bdbf44b58b2b6 0.00 MB 2 0
54,722 54,722 000000000f5045414595c6118b36f56126e439f86f03102114cc3b8b473f6fb2 0.01 MB 3 0
54,721 54,721 00000000139b4f95d4af969b370f5a25092c526f91ba99e613b58040fa48944a 0.00 MB 1 0
54,720 54,720 000000000776a8efafca4c5732243d9b124984840cc0351449655e46107a7421 0.00 MB 1 0
54,719 54,719 00000000132c460d10667067bf8113576073fcf4136f1b34e667f1ffb6e089db 0.00 MB 1 0
54,718 54,718 000000001245c4bc827f0eb7389feb7fae1cd4f20aa9ee82d6a349f126a136f7 0.00 MB 1 0
54,717 54,717 00000000008d05ecd5b6f87ee7274f715f0b272634c31131aaa4c2237b7d5958 0.00 MB 1 0
54,716 54,716 0000000005369710f4a1a3d704131d146facb491f6fd28262195d26fbacf2cb5 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.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,853.61 GB sent, 101.73 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.