Memory Pool Memory Pool Refreshing

17,817 transactions
5.75 vMB
Show Random Selection Loading Transactions
Max Size: 34/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,528 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (616,062 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
291,657 291,657 0000000000000000669aa321dc7ec38b3c51b6838a8bd27a2e8a9f48c44dfd89 0.35 MB 849 45
291,656 291,656 0000000000000000384d96b78143809d5a964d139caa6818d7ab14e70d29c06d 0.24 MB 79 12
291,655 291,655 000000000000000010f50df7b77822df7e331908381bea92c7477aa1fb283e18 0.35 MB 886 41
291,654 291,654 00000000000000007247eeedb87224ac95ba6a6597eda0a5b31d0aa687b75a0d 0.13 MB 251 42
291,653 291,653 0000000000000000d2114ca268b2033b6345328d1ebcee19ca645d2e85a4410b 0.02 MB 46 50
291,652 291,652 0000000000000000c5f8ecc55a76fcdcc093e3607a20acc6f1b2737e73ce28f8 0.42 MB 610 27
291,651 291,651 00000000000000006a485b69446901f55df5b937eb03c73caa509a52af1dd24e 0.04 MB 111 39
291,650 291,650 0000000000000000df0c76cff79fe1389900a073b3ee3c88c82c8625b9bbdc01 0.34 MB 639 35
291,649 291,649 000000000000000089b394444dedc19b9afc87255b2c99050e4c07ab6d91f484 0.06 MB 31 8
291,648 291,648 0000000000000000a23c2380fff70687f60cc1b1dfeba1d791ea90de3224934c 0.30 MB 478 32
291,647 291,647 00000000000000002b0e45caaa1891f4905a6ee152589e4d4df3d2645289551a 0.04 MB 128 78
291,646 291,646 00000000000000002f310ee1c782b8b69db7123ff0a5241e87448fd8dff153be 0.11 MB 256 46
291,645 291,645 0000000000000000f858b5f4c4787048517ac9c174474f5e2c9c880338265f07 0.02 MB 44 36
291,644 291,644 0000000000000000b09856a7c4f98035aac9e49d74848fad7130a5ad3f9f7cb3 0.05 MB 173 61
291,643 291,643 0000000000000000fa8a098015153c820e1dea48e537ed2ef5e69906660c9c02 0.25 MB 273 21
291,642 291,642 0000000000000000aff11ccdd1a967e9231fc5bf282f6dccd43e122eef5ced42 0.25 MB 521 31
291,641 291,641 0000000000000000cc5e9b477f8eee88f68e48ea47ce8d7d1822a2118d22a627 0.10 MB 256 60
291,640 291,640 0000000000000000db956eb8b78afc6e65127bd587a1b3101cf461755c492cc2 0.50 MB 651 31
291,639 291,639 00000000000000004ab74770ea20f5073d2b99fffcff522130f2900a8d2eb0a8 0.35 MB 746 44
291,638 291,638 0000000000000000eb5d7fc13b1837473dff1a3bf47211b8f5ec39b44c0d33c8 0.05 MB 52 35
291,637 291,637 0000000000000000ffdbf77bbd46899c24d32ded0624b9d1bc00f25e262b5049 0.14 MB 372 27
Previous 10 blocks ↓
Total Size: 769.02 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,624.25 GB sent, 92.99 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.