Memory Pool Memory Pool Refreshing

7,532 transactions
2.55 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,844 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,246 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,843 (578,336 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
329,507 329,507 00000000000000001b4ac56b29396e33e080488628c0349981f0ef95ed3df014 0.26 MB 454 29
329,506 329,506 000000000000000008fd78f6a302e81e6f1641d797960c79c3f6a314f6c8caa3 0.31 MB 476 26
329,505 329,505 000000000000000002e445872f25e66eabb9b209e3d35858e197f99cfbba2415 0.13 MB 171 18
329,504 329,504 0000000000000000040f122241e0eabf69b76ef285adf69db5957e36e0f68ed4 0.09 MB 256 42
329,503 329,503 000000000000000015d72be84f137499a64e39c6312be72da1d93fc064904c12 0.23 MB 534 31
329,502 329,502 00000000000000000ed67f9de5654e3b13832e0196f32ef97fb80d01b5629c0b 0.14 MB 315 28
329,501 329,501 000000000000000019963aa4bbae1013171a01c2aceae6b7e537a2f3d906797c 0.34 MB 782 29
329,500 329,500 000000000000000007f746a912ce0ccebf61e21011e5bdedcf1ce528c9df60a1 0.07 MB 142 23
329,499 329,499 0000000000000000117d977dbb4cdc3c7020f33adca8ef611abe6714fc2877bd 0.70 MB 1,093 21
329,498 329,498 00000000000000000332eeaf230a402bd0ff59fab2aeed655746296558955e1d 0.25 MB 492 29
329,497 329,497 000000000000000006345bf9d2489a0cc648584e7a03829491e0f2d7e6e74469 0.19 MB 512 43
329,496 329,496 00000000000000000cc1f7654398aee08744801db577ec4cbe450e63c1a883cd 0.21 MB 373 26
329,495 329,495 0000000000000000146c52f049e1bfc5eba663406202fa2fffcbc2615cfdd137 0.45 MB 764 25
329,494 329,494 000000000000000011891d668aa0939c94504a9fd7bfbd63498906a0e4d5e00e 0.01 MB 15 53
329,493 329,493 000000000000000013fb39670b24f00c36b0f21630eefce19ff557c100eeeac3 0.28 MB 489 29
329,492 329,492 0000000000000000148e89d071b1ed01cdb6bdbcf359e74d1c51ef78ac1c5609 0.02 MB 23 10
329,491 329,491 0000000000000000160cb2063b7983dbe88a646cbf6caf1493cf6322acc1d7f0 0.18 MB 140 13
329,490 329,490 00000000000000000990a26f685f7b757e65d7604fdee86bce8d84c3e00f6318 0.75 MB 1,368 27
329,489 329,489 000000000000000011895b5a923275c3384f7524d9d2dfcb95ebe2a7a18bfdca 0.99 MB 1,984 29
329,488 329,488 00000000000000000f06b79a8e262092e51e3321de76a620f030f7af834a25f8 0.05 MB 92 24
329,487 329,487 0000000000000000095b264bd4ff43cfe6e85ac2b4cc4c72f30132cf471e6210 0.06 MB 112 19
Previous 10 blocks ↓
Total Size: 769.25 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,635.12 GB sent, 94.17 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.