Memory Pool Memory Pool Refreshing

2,159 transactions
0.73 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,754 00000000000000000002349e0000000000000000000000000000000000000000 0.69 vMB 2,150 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (118,261 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
789,492 789,492 000000000000000000037758c285eb7bed9afef21d01ed3c882b24e2c5c84c34 1.62 MB 1,605 29
789,491 789,491 0000000000000000000134300c61679480e5738c61c9020ae8761e58129699ff 1.44 MB 2,593 71
789,490 789,490 0000000000000000000410ccbbac829d9165fae3a693da7e79ffbc1a24673934 1.71 MB 2,944 42
789,489 789,489 00000000000000000001ae817819c580fb418b6f17b3e65a6a8054b7a1542ffe 1.67 MB 3,156 44
789,488 789,488 00000000000000000003bd2e7f95a07ea6b65326d218319b4dec7164d1ab916f 1.59 MB 3,343 70
789,487 789,487 00000000000000000001bbd4dcbddffa329db40570ed6d9c96ed3427df43ff1f 1.72 MB 4,136 60
789,486 789,486 000000000000000000030eddd8f163e4e8d7442732adc9c205ec4755f84cde70 1.90 MB 4,276 47
789,485 789,485 000000000000000000054d6334e71cb5474440183817fc132567ed689a4fef7d 1.84 MB 4,630 45
789,484 789,484 00000000000000000004fef25c2f9daa2dc72eab734fd9e8a9b12fc53b3cc260 1.80 MB 4,622 54
789,483 789,483 0000000000000000000185ecd1274ae9b37bc78070ced591742bc670b749e2f9 1.78 MB 4,719 58
789,482 789,482 00000000000000000005308459d19d318e6c42272148a6f71054ef745155baff 1.91 MB 4,517 43
789,481 789,481 00000000000000000001369da6e8a7ac9c638b9e0bfa39ee0eb7fc8d9b3d1f3d 1.73 MB 3,879 42
789,480 789,480 00000000000000000003f580d739db02514247871c4ff564687ae36308c21e3a 1.91 MB 4,504 44
789,479 789,479 00000000000000000003ccc653ffeb39b50e9e04b2f0b3702783c7639d8822ab 1.77 MB 4,823 56
789,478 789,478 00000000000000000001e02b1a4b53dbf1e32e49139062caa007c9a567ea2012 1.63 MB 3,931 98
789,477 789,477 000000000000000000013c9e0547893bfa81f6f55cc364653adf07723a2fe3ad 1.66 MB 4,036 65
789,476 789,476 00000000000000000002c02e6810f4d661ef66d722d4ad9481f74d445d9443be 1.66 MB 3,865 118
789,475 789,475 000000000000000000029c590bebacc471b265b9984671aec2739814113b373c 1.58 MB 3,425 107
789,474 789,474 00000000000000000001b4022a0d9b6d985608e7f7562229acf4c0131eb12372 1.44 MB 2,849 136
789,473 789,473 00000000000000000001d1713aba72e437b9cb2a97b4843f5f57ee03a7a0c10c 1.76 MB 4,716 60
789,472 789,472 000000000000000000029b424348a4ae23aafec1b30dc3cbc4bffb1c6d6b9534 1.64 MB 3,675 102
Previous 10 blocks ↓
Total Size: 769.08 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,628.25 GB sent, 93.31 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.