Memory Pool Memory Pool Refreshing

12,169 transactions
4.15 vMB
Show Random Selection Loading Transactions
Max Size: 24/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
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,066 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (795,661 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
112,069 112,069 00000000000069fd69ceb58385a63fddb0e3b7acdef16f3940dea6516730d6bc 0.00 MB 6 2,141
112,068 112,068 0000000000005781d1131924875ee9882164a19950c05e5a7c87f157410169ff 0.00 MB 11 1,904
112,067 112,067 000000000000889d7d8cab7897fc79e153e2151bab47aa5f1bb901956349ca31 0.00 MB 11 1,132
112,066 112,066 000000000000ebe7f0f40373bc9c3bf3d62b414ca45598ea3989bc22d8738bb8 0.00 MB 2 3,861
112,065 112,065 00000000000111846412cb851e98c108e822a8202c12dfe7b9fd62ed6a48ea5f 0.00 MB 7 904
112,064 112,064 000000000001283e61cc026d9e4f4c964d61f18aec7a4ad2a53a61c12ec6e465 0.00 MB 7 382
112,063 112,063 000000000000407a6f6eff5f0e794cfd7c9abf8197edb57f37d20a089eebb57b 0.00 MB 13 672
112,062 112,062 000000000000c9724b578c53b713adcd3dccfb3d1fd88412a81483b05b01f636 0.00 MB 12 354
112,061 112,061 000000000000353f0a224d046f1f0e7e13048638d69ec6bc1bc449bf3fc945b0 0.01 MB 25 429
112,060 112,060 000000000000479f09bc2f1e64e9c2ae31a605de8f5b5c227650ac1cd12c8c7c 0.00 MB 9 634
112,059 112,059 000000000000c1308e04668415bf4d1b13b525206479aee9cb08c63757bb3b8e 0.00 MB 8 808
112,058 112,058 00000000000034a968c95c96bf9bc017ca4e93b0444d0065990d77844afedee1 0.01 MB 12 0
112,057 112,057 0000000000012be2d8c9e02314a1c4cb93d9cbb8847b717df281a0ff778921c2 0.00 MB 1 0
112,056 112,056 0000000000008bc52e2ea09c5c90efae2693ebba551085a91753a4ddd2232a07 0.00 MB 2 3,861
112,055 112,055 0000000000000ed265394bb5567f3df9cec005240de0f43a37b202f08e3889bc 0.00 MB 14 1,537
112,054 112,054 000000000000e70491fe9da5891133130cb60eeeb0e756dda7cf6bdeaca2f519 0.10 MB 18 40
112,053 112,053 00000000000121fc0cc27d72488b237963b6586ad539ee15da2a4a551c97a411 0.00 MB 1 0
112,052 112,052 0000000000009d5c4b3d8c533ec70726036d634282c2017c9c44869cb453fcde 0.00 MB 4 0
112,051 112,051 0000000000010af5e04179e8885c0b8469cd4ebeae23c9f9ab326aa417d77e47 0.00 MB 2 0
112,050 112,050 0000000000010d0707617e660708a3349cb0b3a878c9d9114ac273c043abebf9 0.00 MB 8 1,078
112,049 112,049 0000000000000dd8684c6ea9a93cc1a3a06cea05508621ad2d560704b46e40dc 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 769.04 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,626.87 GB sent, 93.09 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.