Memory Pool Memory Pool Refreshing

2,981 transactions
1.58 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,692 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,002 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,691 (726,109 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
181,582 181,582 00000000000000286177524afb8940b9f0adbdfcfb121382e6fee9e462e5c393 0.18 MB 403 148
181,581 181,581 000000000000062b2f28d5aa47f9c7ee05dca83ad9ec16c5d72da2dcf4d79ace 0.26 MB 711 163
181,580 181,580 0000000000000a773f8a4e0b43cea264c45c7f6855235477966247cd1b2ebcae 0.33 MB 846 223
181,579 181,579 00000000000002c03a6c81c0cac747ce5925ad5196d08ea5a2f783f0146be8ba 0.05 MB 140 152
181,578 181,578 00000000000003a041301296ba608346d75653075539da7b53d4a73accab9f9b 0.05 MB 137 123
181,577 181,577 00000000000001f98d82236fe681e6f2ad0f26237932fe153f64c29eca33720c 0.00 MB 7 313
181,576 181,576 0000000000000296497ff04a222836c1c7cacd57411ca8ad26bb6ff229be2d95 0.00 MB 5 14
181,575 181,575 0000000000000686edb3b96e07659885d5977861bff00e8b85e991b81be32a11 0.02 MB 68 3
181,574 181,574 00000000000009b584ff7f751ebc49f771d46e6f10b591c9d50d922404bcf39f 0.29 MB 718 156
181,573 181,573 000000000000091a1223f86bef9b47e3dc389a8982c09a944a218fa73bea60ae 0.24 MB 557 197
181,572 181,572 0000000000000a63f4abbc2b1cbd7a14b95a547647d985edf1e1b14c33a870c9 0.02 MB 26 45
181,571 181,571 00000000000006a0f6eeb2055e7a3bcccef6aed47df871c580ded12726af2c88 0.02 MB 39 133
181,570 181,570 00000000000008bcd7eaee58a43e36335804036f2737829301bbc03c88936926 0.01 MB 12 44
181,569 181,569 00000000000006412838241ac732b04744f13b41cb71d35cf8402a6379457fc3 0.01 MB 18 91
181,568 181,568 00000000000004a330a05d5b1f0fb4dd839356eadb4b90d76031cdc121b51eaa 0.07 MB 88 81
181,567 181,567 000000000000083a156465be8fc662645a0b11db77adc77604c7af4a5991b7d0 0.00 MB 9 29
181,566 181,566 00000000000005ab508d1712224e1f21d6b6be0a675a374c11ddada24056b43d 0.02 MB 15 20
181,565 181,565 0000000000000127d1370c4006adceab5226e2fa7da3ed353d2bc07d64c4e387 0.01 MB 16 109
181,564 181,564 0000000000000793cd62e5faecf4e4a06106f39cdad054002964c5a5ddb4d940 0.05 MB 171 3
181,563 181,563 00000000000009c02428abf820dedbe13e547edf3c32691fd522bb543eadf6b6 0.06 MB 124 945
181,562 181,562 00000000000000c9823b96885fb4e7efe830b15a16693757edd857c92c84d65e 0.25 MB 517 126
Previous 10 blocks ↓
Total Size: 768.97 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,615.51 GB sent, 92.64 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.