Memory Pool Memory Pool Refreshing

4,806 transactions (1.24 vMB)
  • 1 sats/vbyte = (3 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,101 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,638 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,100 (847,349 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
61,751 61,751 000000000e14bd67767600b30f2cb3c6722837f7ea8ca6acca1b86bb49af0636 0.00 MB 1 0
61,750 61,750 0000000007a2436985a38cec38e874d052e6b25661b9f0e95f2490b70e5d90cd 0.00 MB 1 0
61,749 61,749 00000000027388d491c19bbfd2d8948196f62b86dcd637e96d911c022fd0b7d3 0.00 MB 1 0
61,748 61,748 0000000000c5c1820c5992192f25a6bded2d533c6b213ae0c0a08e052f9ebc61 0.00 MB 1 0
61,747 61,747 0000000009e8e6c7963093fbd7af238df9d0c8b35bb983d2e5860229c4a52218 0.00 MB 1 0
61,746 61,746 000000000d97ff255dcdae41f6594be9251a56c3f243cf3526f1a7f7c487ae9e 0.00 MB 1 0
61,745 61,745 000000000b2d6c11ef380d94d30372553d4857468ae847daa203ba590ceda324 0.00 MB 1 0
61,744 61,744 00000000037082d234b3a07260c93a31cc68ae54a2fdf77fa97bb356af908800 0.00 MB 2 0
61,743 61,743 000000000834e0c83359ec1287458e3116787f2b900a52e9b641f152695c275e 0.00 MB 2 0
61,742 61,742 00000000051cc645601d52811d9268f372fbbcfd923be5007890deadcf127ac5 0.00 MB 1 0
61,741 61,741 0000000000716b5795c6a6ec4fbf56b0a213dbab297040dbc14408b1f989e088 0.00 MB 1 0
61,740 61,740 0000000007905c57f33e5045ff098e1f6d3952be613811bb6636421bf9d662b0 0.00 MB 1 0
61,739 61,739 000000000457bbc848602ac2741c860163b1e3288f9f3f2aad004c3f80594854 0.00 MB 1 0
61,738 61,738 000000000b9d787fd1ca6dbe76d21f903e8718b9906e43fd7fc3fe29e9e05f46 0.00 MB 1 0
61,737 61,737 000000000493415cfe9193f92dcfe4c4f18dd270eae67d8b472e6653b43075b3 0.00 MB 2 0
61,736 61,736 000000000b899c596a8b961557f11ee2a7e6888ef4ad5b8ce7d36880345f9c60 0.00 MB 1 0
61,735 61,735 0000000000a9d88d6406868ba0aed343f068b196c574ee9cb33957c4cd101b20 0.00 MB 1 0
61,734 61,734 000000000183016f6c72dd64794fee863cf4448b0485586273d4b9f6e224de1f 0.00 MB 1 0
61,733 61,733 0000000003c807628b7171c379bf4cd23247f48575b099fe2cae6bbec0551a60 0.00 MB 2 0
61,732 61,732 00000000034d823ac93028f2ce1945764d3d9433baba974d2050801acb1bf713 0.00 MB 1 0
61,731 61,731 0000000003b9c0597b169dff06f32641693cf7c9e14a50e445a1ffb970e23acd 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.73 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,917.89 GB sent, 106.21 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.