Memory Pool Memory Pool Refreshing

8,528 transactions
2.85 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,815 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (755,686 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
152,011 152,011 0000000000000db2d86a88532bbff17fa4fbdffff3794aa1f5a21b29160266d5 0.00 MB 1 0
152,010 152,010 0000000000000bbdf5080a7690058a4e92490129f92a429833d48fd65c923c40 0.00 MB 14 23
152,009 152,009 0000000000000677a589326ef8bfe6bfc37880d7bd00f18e6f7ed0d06f0ec26f 0.01 MB 25 296
152,008 152,008 00000000000005fedc4746e4f621e729916df415730ea4787f3ad2fab88c8f62 0.00 MB 4 10
152,007 152,007 000000000000042ce4421e1c7bbf4f6e9fb83c64406f89e1d7278220b50e59cc 0.02 MB 31 145
152,006 152,006 00000000000006f9e21a0b9b039e1746e76fbc9e8311bd66365d6b563543284e 0.00 MB 7 54
152,005 152,005 00000000000004782cd6256489120270a8f3f0670af32579dbfd4886e32b3512 0.01 MB 22 38
152,004 152,004 0000000000000d1db9ba4fb2597969f65c7031b937c01d5c43017ce1ba639341 0.02 MB 33 75
152,003 152,003 00000000000006dbc1653a87412b84d0f675894072c451e868a089dbfe02a359 0.00 MB 8 105
152,002 152,002 00000000000008cc13e0a246a7503a1d89da23fc9dd8813da983d8b1148262d4 0.04 MB 119 59
152,001 152,001 000000000000049f8324c2da6a67441d11b6d3303529354351a9bdad9d4d8f1f 0.02 MB 35 113
152,000 152,000 0000000000000aca2b3a267dab498adc48afd15b60cbf21fa58dc26c86a6dc13 0.01 MB 31 57
151,999 151,999 0000000000000b6053d745062995c3f0cafe0dd9af9684150f521adf8597c6f2 0.04 MB 131 66
151,998 151,998 00000000000000ea775346b13f0ac28f99e06001b0b4194d7c418222c3606fd3 0.01 MB 10 751
151,997 151,997 0000000000000565ebe88c5adfc9a2e07c4b82a6de1399c4df8c41820378b97c 0.02 MB 63 512
151,996 151,996 0000000000000ba8a9af95e3ec330beed494181f143e1a85262f159cd96eed76 0.05 MB 74 92
151,995 151,995 00000000000000e8069464b591ba92c229b382476049f448d6b9956470bf5e4f 0.05 MB 109 140
151,994 151,994 000000000000063f52e5a37f42cd0fb1398a9796d8a9dda4281d3f7119a0b388 0.03 MB 98 2
151,993 151,993 00000000000005d90dda0e83bef5bd291e8056a3e8354d5154e00411a1db62a0 0.09 MB 74 94
151,992 151,992 0000000000000a544d3ba541dddae74e46469e38b1f8ba4681e0b5f722bb9670 0.06 MB 190 206
151,991 151,991 0000000000000d7990596a46c4f5c526e8df1b992c9e4e30cd8bcde0efa434dd 0.00 MB 2 114
Previous 10 blocks ↓
Total Size: 768.98 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,616.38 GB sent, 92.72 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.