Memory Pool Memory Pool Refreshing

7,886 transactions
3.90 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,725 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,609 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,724 (797,065 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
110,659 110,659 00000000000147d87501df97fccb4dceac0d04c0353628f51f76b8f9e68522b1 0.00 MB 13 0
110,658 110,658 000000000000371b9007cc05a4430985c9cb221d4d865f2657066e7c35522c51 0.00 MB 12 0
110,657 110,657 000000000001364e74b5f3d5227ef1c7c10021ba252734d339d59c954f600791 0.00 MB 14 0
110,656 110,656 000000000000a7240753b72863f2ca0a32bee2013b38ada1917d2ff08d945bb6 0.00 MB 9 0
110,655 110,655 00000000000188effd77f668331b60b59ac796c4cf1f9089a65cb33f00c9d2d5 0.00 MB 11 0
110,654 110,654 0000000000019e881a9e8d8dc55a3d95b1925a3f4f8d2307da87967ccc28ee5b 0.00 MB 7 0
110,653 110,653 0000000000013a7be6c1b34cf7f596213113bc43fbd33361ef7391160cfbd4bf 0.00 MB 5 0
110,652 110,652 0000000000015d3adb21bba9c1a8f04ce409a48334fecc97d44fde0962853575 0.00 MB 2 0
110,651 110,651 00000000000117b725d6a8b8f5aa9fad6511448b69d58d8368d9b138b0965997 0.00 MB 1 0
110,650 110,650 00000000000170f478ee7cb055dcb8d464c3458cb658b8358944c8f443b60048 0.00 MB 1 0
110,649 110,649 0000000000003962a43bf459f2dc62f899829cf8bd17e1d300dc16e453f822b9 0.00 MB 15 0
110,648 110,648 000000000001b73d40aedc00587a07b7acb1616981643090604be5ab5729e56b 0.00 MB 10 0
110,647 110,647 000000000001091af8d4f10ca38f3aaf95b06e482220d0a79ee120db2dc86c27 0.00 MB 4 0
110,646 110,646 000000000000cc826e7d28aa2b1d1bdd42c3382e0562b0a528baeb0a8e8f48ec 0.00 MB 8 0
110,645 110,645 000000000000074c6a1ca5413b2792f2c4c21dd448808284792bf87f479e5c4a 0.00 MB 4 0
110,644 110,644 00000000000114d674b2fe802aa273865976ce9dcdd93afa8e7c631be9f2e19a 0.00 MB 3 0
110,643 110,643 000000000000c88e124e68a80211a32efb0eec6479f21b1fb2db2b7a7370fb45 0.00 MB 12 0
110,642 110,642 000000000001c59dac23b76f066ffcfd3d6eb6741e81b7e3435f3a18e8078e26 0.00 MB 9 0
110,641 110,641 0000000000005280629b3a095bdd2745bc9f2e40a8002e307a21a0c4b6cbef8e 0.00 MB 7 348
110,640 110,640 0000000000018e9a3a229dbe8e6c1219c6067930704feee7280d50a7b56209c8 0.00 MB 9 0
110,639 110,639 0000000000004b6a0df2d898cc12e18534a8c850d407172615ba090c4796ba65 0.00 MB 9 0
Previous 10 blocks ↓
Total Size: 769.03 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,625.13 GB sent, 93.02 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.