Memory Pool Memory Pool Refreshing

6,521 transactions
2.14 vMB
Show Random Selection Loading Transactions
Max Size: 12/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 ago 1.00 vMB 3,741 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (616,109 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
291,636 291,636 000000000000000025fcba264f23c4d282b7530e7bbf78230c1ff67ecd746f87 0.03 MB 23 13
291,635 291,635 00000000000000007d96851d5b25bcbfd3dad345b5673dd5262ca5af38fcb8fd 0.44 MB 721 34
291,634 291,634 000000000000000045b730a1e622a902e30d012f8c96c5e2b386a11b2a07004f 0.02 MB 40 50
291,633 291,633 0000000000000000c11d81762930dd88876591edc82f897abffb43415c32fb07 0.12 MB 261 45
291,632 291,632 00000000000000002f104c6475f6b77a2afe2f0d9234b9acc878f31b96c31c0e 0.14 MB 258 31
291,631 291,631 00000000000000008990bc0f61fa9d7e82cdbe562bb4c7bfa2b55590f6041e67 0.14 MB 246 30
291,630 291,630 0000000000000000b25aad3b39764fecba6a6ad7d311ff14f3cc016073baebc6 0.48 MB 533 26
291,629 291,629 000000000000000003b51e574fc8490e9a923b4443a69abadeb55ff9499dbe05 0.02 MB 29 54
291,628 291,628 00000000000000001ce514a14049ddab904df364bd9ca1f45aa02298d0533cae 0.17 MB 304 33
291,627 291,627 000000000000000024e25fe5e6943c006222a52d456d1a74c3cc2c648c1a40d6 0.01 MB 32 42
291,626 291,626 0000000000000000838c78d158e950a979af8921cbbcb2fc0b166e9d0c9b9322 0.01 MB 18 25
291,625 291,625 00000000000000001539a59ec8c509d7becbefdd7a484ab3ce2656bd152a6eca 0.05 MB 71 33
291,624 291,624 00000000000000002152760488d3e8c4b7a3c750d7a8e2a3520af2fe58b3e74a 0.05 MB 132 58
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.28 GB sent, 93.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.