Memory Pool Memory Pool Refreshing

3,817 transactions
1.69 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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
907,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,661 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (766,336 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
141,399 141,399 0000000000000836fd3705bea4d2e9e05b030beae37c0b56d9837e8d492bd5b1 0.03 MB 40 63
141,398 141,398 000000000000080d467b67a0108726783710b4f5244b1221b6b5720cac4f86cc 0.02 MB 40 172
141,397 141,397 000000000000031297c79ec0caafae9aa7124b2daf195a493ef695616e513eca 0.03 MB 41 202
141,396 141,396 000000000000019568cb83739ba22172c783827cb7f836aa41b0694dd666a74b 0.02 MB 56 4
141,395 141,395 00000000000005fe58617850020aaca3ceda0bf09e374f64abbf2af55122d84b 0.03 MB 43 165
141,394 141,394 00000000000005f99248b7cbbf57aff9864c5a6e1ee5de969ca3ac39b8dfeca5 0.00 MB 8 56
141,393 141,393 00000000000005bc437f29eb971b7d294ec613347a7bc81e2f60d92067df162a 0.02 MB 30 64
141,392 141,392 00000000000007357f045e8865f6e747b2fd39d5a190258cb7ad7b15c0ab0b0c 0.07 MB 7 60
141,391 141,391 000000000000037483db9fab022a562daea12071f5538191db89678135445c09 0.03 MB 82 224
141,390 141,390 00000000000007a337444abe5447d29fb339f3a71981d158d22117b8bd458d3b 0.03 MB 102 14
141,389 141,389 00000000000000260fa2a73b3ac431830c72aae37044b31dff32c6361c065607 0.04 MB 100 379
141,388 141,388 00000000000005fbd469b302f3ce3a5f7ac604282d1dc1b3d42e3d49f51f03d2 0.00 MB 16 71
141,387 141,387 000000000000055025557688cc1092ad26b495dfd46f7a2d4644253299dfd12f 0.01 MB 20 94
141,386 141,386 000000000000054f0811e619016510b07a68ab41df88efdc5f4a7b945f8438d4 0.00 MB 1 0
141,385 141,385 00000000000008dc2e380c69cfb3e5ad203212c7887dac0f5d084c9355a8d206 0.00 MB 11 16
141,384 141,384 000000000000006d50e2e58c6db4963b17cc4522b3a5eacb42efb6f86e2db02a 0.05 MB 92 300
141,383 141,383 00000000000005fc76074b41600d3d96d4bf3998c48b2f54c8bd729bdb476140 0.04 MB 112 11
141,382 141,382 00000000000009158b41b142fdf6e294694b261140a362ad5c0a17a3b6645a61 0.03 MB 52 59
141,381 141,381 00000000000008cd88308e116cfd65b434ba43385f0d36d0ebf1c31e885cd9fc 0.00 MB 1 0
141,380 141,380 000000000000021a86306aef97a8f13e60b6023e46ea7a163225d66fe608e60d 0.07 MB 101 539
141,379 141,379 000000000000024dc1e572195ac3de1d2814b1fa157681e62518130f77136c73 0.02 MB 54 108
Previous 10 blocks ↓
Total Size: 769.05 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,627.28 GB sent, 93.11 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.