Memory Pool Memory Pool Refreshing

2,940 transactions
1.28 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,857 (658,506 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
249,351 249,351 000000000000007b6429438a731bdb232b3bfd1c518e0e3a3e928d91038e2f53 0.05 MB 77 73
249,350 249,350 0000000000000041544f419873227b9209397905f405946634e4fd6ea084216b 0.24 MB 534 161
249,349 249,349 0000000000000048ea0b37cc71e13568efbdfe6b501922d89d421c95e1b9e0c9 0.09 MB 153 107
249,348 249,348 000000000000005659446f39c4924d2bafd7712a67e9c3496b84ca83b7ce225d 0.24 MB 433 50
249,347 249,347 0000000000000016117fa2b7d412614cad722c3cbbbeaa20e2010cc25f2776c8 0.25 MB 451 122
249,346 249,346 0000000000000049da5138695b6d809eeb50c1efc0145a628ad2c27b54b71042 0.25 MB 600 215
249,345 249,345 000000000000003f2accef7e4c7db16550984c598a9e4be23376cebe2c48f9fd 0.23 MB 609 201
249,344 249,344 0000000000000040ca21d51f030430010200937d605d496e14f216db1e687615 0.14 MB 257 105
249,343 249,343 000000000000003786fa993a833e1a34d02b45bc28f87b35486c0ac0e239ac99 0.03 MB 64 63
249,342 249,342 00000000000000341e5e14d0ba5e869f9adc539e732acc73cd69e91e07ebf17f 0.06 MB 133 147
249,341 249,341 000000000000007f22393fef034932b23d5fcf2f3a58b44407eecc2fc0fe9c7f 0.14 MB 337 218
249,340 249,340 0000000000000004bc28001c05a17204b9138da8cd2104c6312a68d79f83d939 0.05 MB 100 96
249,339 249,339 000000000000004f9ee04baee3d348491fda7521e31e971d9b4dc7a4ba90be0b 0.25 MB 559 147
249,338 249,338 0000000000000035d192bd6d26dfc61db96bcd97a308c023727d5b28fac56a25 0.19 MB 435 170
249,337 249,337 000000000000006e1e4bb4435721daa3ef279277f560e2be28f59e198cd5acbe 0.13 MB 316 47
249,336 249,336 000000000000001357afe3b448c0be6a9a6278e49cd1d771d8ca8ff2676c918e 0.25 MB 529 153
249,335 249,335 0000000000000030c8f6dd7265405f1f040898245ea138f9a209f768be533f7a 0.25 MB 742 180
249,334 249,334 00000000000000749feb07e146a7efb08742de4bee25705a71ab3cfb36458a4b 0.20 MB 342 148
249,333 249,333 00000000000000507e500d89f73a7cb8296359de4cce286e551a853216c6d60a 0.24 MB 534 169
249,332 249,332 000000000000002c5489b172e1e3cea0617a8f7f8e6ab371c53046b99f8ae373 0.13 MB 309 150
249,331 249,331 000000000000007f3523aced9528647f67666e01fa4815913aeb478aa1cc39c5 0.10 MB 256 250
Previous 10 blocks ↓
Total Size: 769.28 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.43 GB sent, 94.29 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.