Memory Pool Memory Pool Refreshing

10,663 transactions
10.18 vMB
Show Random Selection Loading Transactions
Max Size: 44/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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
901,955 000000000000000000023a040000000000000000000000000000000000000000 1.00 vMB 302 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 901,954 (696,664 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
205,290 205,290 000000000000023d220116acc30a5ab573329ee6840d6995faa2b3e899d2a9be 0.05 MB 137 44
205,289 205,289 00000000000000cbaa2c36d112cc13a3e89b535c964804ec2c5bd4691ecb9025 0.00 MB 11 222
205,288 205,288 000000000000026851b4713f1ecb92f932a9bbdd0274d761e7f397fb11e5c457 0.09 MB 208 177
205,287 205,287 000000000000030d51d3e0d88056fa878209c4a4b90b905c49e54b4cfa6b479d 0.01 MB 29 113
205,286 205,286 00000000000004307040319d5ee5c56db258f24f4407536c8a1193443ae5e826 0.07 MB 125 115
205,285 205,285 000000000000037de995971fdc671426710a5bbedff7e9e283a396c6a16bf674 0.05 MB 135 51
205,284 205,284 00000000000004d63e20dec23441ad9f3ee28f6ee31f621845ccaf84b0f03d7f 0.07 MB 151 115
205,283 205,283 000000000000021410ea57495edb671b7feabe29c8fbdee92f0c4f810ba32773 0.25 MB 279 199
205,282 205,282 000000000000048450aa1b70fda6b436128baa9ba5c548040643323cc27462ed 0.25 MB 328 222
205,281 205,281 00000000000002bb40c5d1bd52c5b4b46d293e71e86fda1c8e6b42f6fa0c75d3 0.00 MB 10 309
205,280 205,280 000000000000028917638a7798844f3bba6c311e45dfbb60e5a36b18a78dc472 0.02 MB 55 198
205,279 205,279 00000000000003f9203200c9ff1f520f0ac36f63235a804d4a4262598874dc98 0.01 MB 15 145
205,278 205,278 000000000000004e85b60fa6540dabb03466ea512339047c0e7070ea27a08cb6 0.04 MB 79 143
205,277 205,277 00000000000004d1b55f70f8393e85d91d204a6430a386ec075de04b7390c6a2 0.04 MB 112 116
205,276 205,276 0000000000000235e2ffc02f67c46b658e78a1caf8664ddadb06f6f841ae8003 0.04 MB 64 133
205,275 205,275 00000000000002bdcc01da420542ef93c95e02b0472468e790d0fd3da4aeb9c0 0.05 MB 102 182
205,274 205,274 0000000000000533b070cbd6f040829c28c037fedf370e955e90131a429e2a90 0.05 MB 130 181
205,273 205,273 00000000000004415210bfee57c0f7b0a1b56d4bf1feda3e3f77bab8bfc8f7f4 0.01 MB 7 7
205,272 205,272 0000000000000111077d839a4dce5bcbf9265a652b5dfef85b63ba3c7abe4f12 0.13 MB 187 165
205,271 205,271 000000000000015f7d2118092bd4c3980f8cc0d8ebd75b794ea4f7a352c79dad 0.03 MB 105 155
205,270 205,270 0000000000000458dc676242cb81d14582f3ace7edfeb87d814f0e8b272ca248 0.05 MB 140 120
Previous 10 blocks ↓
Total Size: 759.12 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: 805.50 GB sent, 42.33 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.