Memory Pool Memory Pool Refreshing

7,063 transactions
3.41 vMB
Show Random Selection Loading Transactions
Max Size: 20/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
908,698 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,067 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,697 (849,186 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
59,511 59,511 0000000006416c24c19e6396df460f17c0d57000ade53f7e3bcbf94cdfa4a3db 0.00 MB 1 0
59,510 59,510 00000000008cca76d5eb080f2a22a4ada8aedc6fe088172dd9f0b3c19866a6d7 0.00 MB 1 0
59,509 59,509 000000000eeee1cc3d9eff682b5aebba482a4248588d0c4304f3e97374aa6f98 0.00 MB 1 0
59,508 59,508 000000000f20a1bc1b37ed662ecd541fd37dc10078f2d017de51332a540bf18b 0.00 MB 1 0
59,507 59,507 000000000a7b4339bc2883d1e7cf01a88c5782c80a319362614335fc4370c9df 0.00 MB 1 0
59,506 59,506 0000000005de5cf86d51d816168fdd5e5bb4baf8e317a8966bf7e496039182bb 0.00 MB 1 0
59,505 59,505 000000000bbd7197b3c92b558500a3afe2a5f053d92267bb53170511967a6296 0.00 MB 1 0
59,504 59,504 0000000003c93f35f7e02a2c07ffdf2e40f23c900b963e49553a6080fdf03819 0.00 MB 1 0
59,503 59,503 000000000be629c7f83850270ebfef3e403e0883bda7e93d1f6856025750c800 0.00 MB 1 0
59,502 59,502 000000000e58d0b24a8ac96d29e9fffdf1fcce48ae1fec7b42b28061f2025cf0 0.00 MB 1 0
59,501 59,501 000000000d111de83e0873c8d643d8625d43691cddf199d075ba75ea260e978e 0.00 MB 6 0
59,500 59,500 00000000096af43105123c499521e1d131d172e7e1bf2ed0843290a921f1f6a7 0.00 MB 2 0
59,499 59,499 00000000023bbab0e78a22d27fbd2d0cd13f8302fb3f560138e0e81d087ac7a1 0.00 MB 1 0
59,498 59,498 000000000e4c51dadeabb1cc42289c6667af73082eb5176755c262306818430e 0.00 MB 1 0
59,497 59,497 00000000097f52a69f9b240363ffe84c47cb9b0fa0579371f05ffe1e5e3947f3 0.00 MB 2 0
59,496 59,496 0000000005401ac36b808db983aa5c51d527e4b1348a6b6d052b02f0d7a2ce18 0.00 MB 1 0
59,495 59,495 000000000591eb4008b978eb8d205078dc5ea4f533c31c5165e034837dbab16b 0.00 MB 1 0
59,494 59,494 000000000c167146258832a1c26b55f80c75578c9ff3cd10d96fed5446693c5d 0.00 MB 1 0
59,493 59,493 0000000009315604e6594c157d34573a076ef88933e11c32d9159624a28ef4a8 0.00 MB 1 0
59,492 59,492 0000000007eb69f100f25f51e240e3a57c6c2705b2f1313f09424fa2d9d6f087 0.00 MB 1 0
59,491 59,491 000000000b1da3e007d467b5cdbfc725403d67f0b83b6365cb137c4fe8d749a0 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 771.00 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,854.33 GB sent, 101.96 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.