Memory Pool Memory Pool Refreshing

781 transactions
8.27 vMB
Show Random Selection Loading Transactions
Max Size: 33/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,349 00000000000000000002349e0000000000000000000000000000000000000000 0.98 vMB 702 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,348 (859,337 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
49,011 49,011 000000001c23c78d6eab6244b836a6608a16dc2051321bfe2bc12e7cff512bf3 0.00 MB 1 0
49,010 49,010 000000001f4579b1c46f5795a720bb26cb7163634f36fe6cc89320b5d967804f 0.00 MB 1 0
49,009 49,009 00000000282800f1ef6dcc3edfae47c5cb97e9b6a10dbb4795938c425dc5e016 0.00 MB 1 0
49,008 49,008 000000000c825e37bd42f98a3cbf8340f14e2793bc4bb825600de4f865e9bd5a 0.00 MB 1 0
49,007 49,007 0000000002cc94480111671a0ceea66d8442f84f60f58dd7ef50382a0a40c5ac 0.00 MB 1 0
49,006 49,006 0000000023685783867ff01037e5bac18f45f227555b929793b2bccc75f41350 0.00 MB 1 0
49,005 49,005 0000000002dd8b19810e33adadb9f6c3881d35032b517d9a15b5bb1307580d40 0.00 MB 1 0
49,004 49,004 00000000239914c8b6533c334b1b03fe8a3f5e386440e8f88ce7bbf6ea19fd50 0.00 MB 1 0
49,003 49,003 000000000e45c409f20ada30cdd186b2206b1b0c30b8cda44dc71420a007210e 0.00 MB 1 0
49,002 49,002 00000000242d56c375f916ba2f014ad07d2af312c1b7ddc6cc9c11b276e08801 0.00 MB 1 0
49,001 49,001 000000001ce3a31959d7986679e9a4d072b21fb6e37f9c296eed176f6fe0e7d8 0.00 MB 1 0
49,000 49,000 00000000289418da0e84f10d9563c4f08d2b4265443b9b88045b13811999ea09 0.00 MB 1 0
48,999 48,999 00000000102b1c372a15746d1f5aa290d34e7afdbd3bc2fc3f8069eb397abd3d 0.00 MB 1 0
48,998 48,998 000000000e496b6088ac77df9e00bbdab7faefca5964dda518f136db3115566b 0.00 MB 1 0
48,997 48,997 000000002511570038e857a9c2c4c34127a7c063fea428b1f698418663d91147 0.00 MB 1 0
48,996 48,996 0000000013da31f634a6735dfac6f2c0cde662592b20efb52acc23e2c643c98c 0.00 MB 1 0
48,995 48,995 000000000b252b5e32283a08a310c1a14c8cfe534e2372b6060a3a13cb5e93a1 0.00 MB 1 0
48,994 48,994 0000000014a81eff0a8b97fa79bb9d2d527ce9abeb42b2a10210d9c47586b365 0.00 MB 1 0
48,993 48,993 0000000026871014d8627ad220b5d8d4372d0115f69b20e783c4530cb30ba6f0 0.00 MB 1 0
48,992 48,992 000000000f5f604c67ebd21d514b7b8f6c42b2d3984df105e7ffb69cd44e13d2 0.00 MB 1 0
48,991 48,991 000000000079a26957629944d09d0f2272b3877bb06c8852eb0734bedf36d022 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.32 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,701.93 GB sent, 98.83 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.