Memory Pool Memory Pool Refreshing

1,437 transactions
0.28 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,683 00000000000000000002349e0000000000000000000000000000000000000000 0.27 vMB 1,366 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,682 (704,260 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
203,422 203,422 00000000000004a08c4abc13ea28ede7a7f5b9d52aa00f9171a4e8043d282ccf 0.05 MB 117 163
203,421 203,421 0000000000000264d3376a8cf19523dec1e0c7749a9bd0981e1a5f688bebd8af 0.05 MB 127 29
203,420 203,420 00000000000000af44572eb582fa14237bc692f22fe9ac476d2cc6b57be95084 0.17 MB 373 172
203,419 203,419 00000000000001e4d8c59bf0160444ab6c3dfc9f65af435f40e74125f3fcf468 0.21 MB 434 184
203,418 203,418 00000000000003d270d3b6aa999b6e2f4169287dac7a3a38292628f44ee1e076 0.00 MB 8 177
203,417 203,417 000000000000026e79812e4a0c96775ed995cb28d054370c0e14954a2e77e05e 0.00 MB 7 76
203,416 203,416 000000000000034f58bf5d70cbdde1270b6dc570ecbf60df00c53b23d48506e6 0.03 MB 86 35
203,415 203,415 000000000000015e32e7c2638133858fc16d289dd1d3f8aa9e38e0a12cbd3033 0.05 MB 129 126
203,414 203,414 0000000000000364f2e8b1145f2532275c83fb95998c3e7eff7a0cd99ce2c701 0.11 MB 272 166
203,413 203,413 00000000000003ca72d0bbee1d02242ecdfe8524be05ae1f257dca989ae30426 0.00 MB 11 335
203,412 203,412 000000000000031cabafdaaee4519cb1eb83e73a28878865b0332ac44e1c5ce2 0.13 MB 336 145
203,411 203,411 000000000000007021f8301a793ff31ca32557944a082559b9a0cc8ec53e0517 0.05 MB 85 45
203,410 203,410 000000000000044d8b1337474a8a08e3b0165335e0d723de1be16b24f58ef4d3 0.25 MB 678 212
203,409 203,409 00000000000002e6b6d9f9c60e93a4316e822748f996a1a18199a10e9d281bbf 0.05 MB 128 131
203,408 203,408 000000000000051308403914397b4adcd84c85a8288ad82e5e54db265d593e6d 0.02 MB 65 53
203,407 203,407 000000000000046298cfea02560c9cdde6da7ab9b4c7469184be18fafe68b0ce 0.21 MB 295 119
203,406 203,406 00000000000001a8e897ab77f3eab67f34d58ca455b4daf93838e613b4c2b2da 0.01 MB 23 98
203,405 203,405 0000000000000114907d42a033fbad87b4696ac25da1a2733a5f2ec8ef44ef78 0.05 MB 119 66
203,404 203,404 00000000000000aaf693492b11fb3d870ce7c529187c27451df1c4d23ba9c9e2 0.11 MB 208 152
203,403 203,403 00000000000002cd811c70edab4172616db74f637fe650e4356e05bb2c593f4a 0.02 MB 49 26
203,402 203,402 00000000000004f6746e60388fb311ceeddb4c9d199051f09d3467d251045d17 0.10 MB 227 170
Previous 10 blocks ↓
Total Size: 768.95 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,613.91 GB sent, 92.53 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.