Memory Pool Memory Pool Refreshing

18,590 transactions
5.95 vMB
Show Random Selection Loading Transactions
Max Size: 35/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,335 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (794,330 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
113,389 113,389 00000000000040b1809a34b1d21a3a39256ff7e9d07abf6c61577395f4f7ccb7 0.01 MB 21 153
113,388 113,388 0000000000006a2078133564d31326077f6ffd17ea284e072cc56deaf5a7abfd 0.00 MB 7 0
113,387 113,387 0000000000007ee89418c7da2b12400a12d55f27003bf30c8568e298ce29c8af 0.00 MB 9 0
113,386 113,386 0000000000001a41451a9aba72756b1ae2f0038eabca47d5e2d2c8c8fe73c24d 0.00 MB 15 628
113,385 113,385 000000000000b3a5da4411be8f8b9bb430b602c4d013c2b598a3f86c002b17bb 0.01 MB 21 131
113,384 113,384 00000000000044480fd7db375a6f7058b2a81bb8fe7ff330ea14b439098376e8 0.00 MB 12 0
113,383 113,383 000000000000d83973e27d86dcaf36ab314a461d1d5fc2fc85fc741ebaaa6a73 0.00 MB 14 0
113,382 113,382 000000000000b429503c75dc38fdc7cc1d0897a99ac9bb65a9d70e8188c7a63f 0.00 MB 12 341
113,381 113,381 0000000000003fdd7388cf55dff7854907997ada511ae12a76e01d96335d5fc3 0.00 MB 10 357
113,380 113,380 000000000000bfcb86e828bcd20a03f76a5f21994cef712febc9428be1b99058 0.00 MB 7 0
113,379 113,379 0000000000009b5fe98e036c02cd3ec41fc8ebb97b37d7d8bd73557d5dbae5bd 0.00 MB 9 0
113,378 113,378 0000000000006363b284f7b3b94536caac7b3df3a65ba193615c4e721805e7b8 0.01 MB 20 177
113,377 113,377 000000000000a52bd2d606983d3ebeeffec9929e3e7bff74ac045b9d6f9d8550 0.00 MB 10 310
113,376 113,376 0000000000000896643f1f89d990cde73ea928abc0647951e60d8e1075dfb1db 0.00 MB 13 290
113,375 113,375 00000000000081cf7fbabdb1d6d02db895cfbfb568a30ba6f321a9bd7b1df868 0.02 MB 101 0
113,374 113,374 000000000000b1d072b884d487c7c0aa10220349fd5c1fbbf95e7d6dc0284605 0.00 MB 14 0
113,373 113,373 00000000000076a887883794e1058f257e8e68fa495f87ceeaeefc650d980216 0.00 MB 14 0
113,372 113,372 0000000000008a9e55c5e4b09cfb36ba0520c412d11d473d88a0e3775edd4d4d 0.00 MB 13 0
113,371 113,371 000000000000be9ebc4fc8f8cdd1d3b0c3b3aab28de79bc34dc90a42761f53c2 0.00 MB 11 312
113,370 113,370 0000000000009d906a32a83117ab805ce958fe656f4cf642d54e26274ee9466a 0.00 MB 8 0
113,369 113,369 0000000000000d78c3189ad3a9148935fd7aef3facd2cfef259783ca652ea1a2 0.00 MB 13 800
Previous 10 blocks ↓
Total Size: 769.02 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,624.37 GB sent, 92.99 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.