Memory Pool Memory Pool Refreshing

4,051 transactions
1.22 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,794 (651,309 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
256,485 256,485 0000000000000028942362d51cea926492d392c2f2fe44207f1eddd3d0c23d02 0.25 MB 623 128
256,484 256,484 000000000000000f3e23bb07723f97a4ed7ed940f7bf64a1bad7d6ea79c1f198 0.03 MB 71 95
256,483 256,483 000000000000000eacb5d9629e3aee828a044df649a53f19773579cf2cc87a16 0.04 MB 124 116
256,482 256,482 00000000000000055d1deed4d8ef12fab432976a7e8457fa40ae882248ba42f9 0.15 MB 222 81
256,481 256,481 0000000000000005fa020bbc8820a0b682b22794bec05aa0daf82715a9077895 0.05 MB 82 77
256,480 256,480 000000000000001e0fa1d13324565de56667f69f2db6299ed291ff76e965ae3e 0.03 MB 59 49
256,479 256,479 000000000000000559d3c2349f70530c48ae050c9803a5539f3b3d1ffc819d63 0.11 MB 231 111
256,478 256,478 000000000000000b3de35822e711c15d88879f2ba37ba3bf569e6dbec7baf534 0.13 MB 269 102
256,477 256,477 000000000000000442bc689e825b885c336a4f1b1ae0ca387efeddc9f33e4bfc 0.13 MB 318 118
256,476 256,476 000000000000000459a114d90f53e549b3ec65c6ef9b25416a5ba858f030f53c 0.15 MB 310 89
256,475 256,475 000000000000002e112e485b17a1d0ebbd91463da45292073a37be91c15bc1e4 0.03 MB 79 20
256,474 256,474 0000000000000025a389ca98c2b05b7a18a80fae8c2aee9fbeb757f12b06390f 0.24 MB 495 94
256,473 256,473 0000000000000005d961a5ad07e4d69a0094fae1b1f4eeaae43162c90294fd36 0.30 MB 697 114
256,472 256,472 00000000000000030b0c29172675f4a4d32a495eba0f7f1b4f8bb92faf62a10e 0.03 MB 55 47
256,471 256,471 000000000000001df93fbfc781ae47d35a7aebddc038423648d45645e25df648 0.17 MB 422 95
256,470 256,470 0000000000000003ac8d176fcb8f3ba741485b10513ad0f691a3ee6dcb55a7e1 0.17 MB 384 103
256,469 256,469 000000000000001ea0c2b37e51a279942e85033d78d6d7a5968ebb3e86a48d2e 0.19 MB 480 123
256,468 256,468 000000000000000f15fa74d342e404c8eeb4f885545b540a747e0b72aab07179 0.09 MB 220 91
256,467 256,467 0000000000000020cffe6fd9c6da22ad0b4116f9c8418b8c8fa3d3c58dcb131d 0.34 MB 348 64
256,466 256,466 0000000000000012ba17169979d84b200f0a95debf42be3dc92fef6eab823524 0.27 MB 440 33
256,465 256,465 000000000000002f6d243b9b7bf64a01bc492f2691cc7daff68c185d95375087 0.25 MB 680 120
Previous 10 blocks ↓
Total Size: 769.16 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,632.69 GB sent, 93.66 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.