Memory Pool Memory Pool Refreshing

2,924 transactions
1.24 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,770 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,197 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (636,693 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
271,076 271,076 0000000000000006e1163e8c741f39bb21c7b06d2e06726b5630eea8b9ce5584 0.25 MB 722 158
271,075 271,075 0000000000000006e8e7921ebd08d411820b112606a4975fe69d1f857583fff7 0.03 MB 63 1
271,074 271,074 00000000000000000a4066cd48532074b556af84ee78683fbdd9f6f3eadcac0f 0.12 MB 277 62
271,073 271,073 00000000000000041bf412a6684d259c66ca9c8af2f208a1745fbc10d3b7d474 0.33 MB 814 112
271,072 271,072 00000000000000029c6ad8bd4dee4d0c611980c92911edad6a6bb799862dbb0c 0.09 MB 162 28
271,071 271,071 00000000000000042fae3a22ac04dc9ae446f74817ac0c1892d358943c2593d9 0.06 MB 183 191
271,070 271,070 000000000000000523234d32be1abcb100b69b5c75140db6e15a554da9bfdd99 0.46 MB 768 86
271,069 271,069 00000000000000006dc147ff40770f998a8a78fb6d1ea3aeec665080bfc96f98 0.25 MB 614 46
271,068 271,068 00000000000000050496d385fab49d1618e5f4ba59956dd469a31371f832a17b 0.25 MB 693 128
271,067 271,067 0000000000000001d5d9227f65a297ea665e4e43fe85c42bfb8ece7a1cb4e6fc 0.25 MB 765 153
271,066 271,066 00000000000000008cca445d9e880d7a975c5d18ecd6c9563100b84cb3e84acf 0.15 MB 280 29
271,065 271,065 00000000000000010c007e58c0d3f720f158842dcd186d796727bae1f81399c6 0.47 MB 768 52
271,064 271,064 0000000000000001d72df1b8cb32122d489422012668cdf9842276cad3a0586d 0.90 MB 2,064 103
271,063 271,063 0000000000000002281849faf4b3afebb41eb24a201201c5202798d91f3fe21e 0.25 MB 434 35
271,062 271,062 0000000000000003e8f3d7c504dfcb7e7a4d50097c6e76e0045d4145b4eec583 0.25 MB 634 97
271,061 271,061 00000000000000061511d6c8c5705ea6839ee3fc671c83e346f50ae1775852c7 0.09 MB 81 20
271,060 271,060 00000000000000001fa54ad05f4e079cf8e9b55e8131ddfba368abf3be7b4c9f 0.19 MB 400 59
271,059 271,059 000000000000000377235d93aeb921dd25616350cce2ba35f419a0ce6086f917 0.08 MB 210 51
271,058 271,058 0000000000000000070b429caa3f76497671d44ec5b6926c6e404f2bca2d6781 0.22 MB 279 34
271,057 271,057 0000000000000005e168dc2b5aecb6f99046c2e9dffde239f924f3af62a0a364 0.05 MB 124 39
271,056 271,056 0000000000000001b15158f1d4de269865e088418cbce71090ce51e3d8407766 0.03 MB 52 30
Previous 10 blocks ↓
Total Size: 769.11 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,629.59 GB sent, 93.44 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.