Memory Pool Memory Pool Refreshing

12,252 transactions
4.17 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,033 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (44,566 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
863,164 863,164 00000000000000000000f035220f3866d6925942abdf645abfbcebca0f5c154f 1.36 MB 4,289 8
863,163 863,163 00000000000000000000dc2a565750ed856d989db5b0981a885dbafd25d2bcd2 1.50 MB 4,009 11
863,162 863,162 000000000000000000022c95507a577361bc57c3c6f52c074d83ff90725a7c7a 2.27 MB 4,505 5
863,161 863,161 000000000000000000029c1fd0e88d45a29bd8d215fd54ee42171bfa4b316db5 2.05 MB 4,448 5
863,160 863,160 000000000000000000000b203f72f16eba1ae86f99d48ae1376628b1a77598f3 2.36 MB 3,916 5
863,159 863,159 000000000000000000007d8ea9967c2e9689155fb6f248d1d26d9aaac8d9a9db 1.42 MB 6,180 6
863,158 863,158 00000000000000000000e0125ccfd25a3904db01edcdea7ca39e617475bae4ea 3.69 MB 593 4
863,157 863,157 00000000000000000001808562eb501f2cd21f605843868daa62311d71e2c299 3.26 MB 1,502 4
863,156 863,156 00000000000000000001ee5d94a2cb0a5b14fca12fc00e3fd61398c87e9b9d12 3.00 MB 1,781 5
863,155 863,155 00000000000000000002964d88b781c6ae307a23b5f98fe6a68caac219a623dd 1.94 MB 4,396 6
863,154 863,154 000000000000000000012159f305a3dcc1bac8b34295f0b2fec70feb5230b7f6 2.02 MB 2,600 6
863,153 863,153 000000000000000000022d0dcda1db37376091735f4327bd28a1defcec8a9d2b 1.52 MB 3,988 11
863,152 863,152 000000000000000000012e9f6401ad087e475fd1ab93e91406fe8b406d99b67e 2.99 MB 1,862 5
863,151 863,151 000000000000000000000e342334d850a9429c23c85a0f2e1f2df3a26a4ed56c 3.95 MB 71 3
863,150 863,150 00000000000000000002e100b6b814c7ff3a91ea828a28211008bf92037f3c44 2.45 MB 1,648 6
863,149 863,149 000000000000000000027c814125a8fcbe5319a31279109ecb94a7e9913b0b35 2.67 MB 1,363 5
863,148 863,148 00000000000000000002e648a51def1f8aa97e1579c104e937687448b0555431 2.56 MB 1,938 6
863,147 863,147 00000000000000000002331a0b57d34c390f8c17888454a06c6c39773532b134 3.50 MB 600 4
863,146 863,146 00000000000000000002e7117cdfd7eb55aee8f2172cddfaf0a10d9146226e60 3.00 MB 981 5
863,145 863,145 00000000000000000001542da8f9e07a525ec8a47d36931faeadd4c202ce45b5 1.55 MB 2,696 10
863,144 863,144 000000000000000000018a93c3c6d73e9e9ad8b65cf329ee774019a643059eef 2.52 MB 1,864 7
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: 11 outgoing, 114 incoming
  • Data Transfer: 1,626.88 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.