Memory Pool Memory Pool Refreshing

4,830 transactions
1.77 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,850 (601,740 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
306,110 306,110 000000000000000030a156bb60d1492b83ed7c002d1c345a61111e6056bfe9dd 0.05 MB 125 32
306,109 306,109 00000000000000001fb0e83201408fb58f67c5a4dc99aa598f2409cae40d7a9b 0.11 MB 172 33
306,108 306,108 00000000000000002847bf4e6bf298e76649bef27d2d898c4114ca99a7f79631 0.08 MB 116 15
306,107 306,107 000000000000000032e03419e23ad65c49b6c656f0a6dce0873a6f9f1a560ddc 0.28 MB 470 32
306,106 306,106 00000000000000004a9d5664f36c70f63c0762340d04743f303f666fe31389e8 0.20 MB 314 25
306,105 306,105 0000000000000000345b0c14f1a7c01cc359ebfbdf4a6da6973ddf537224217d 0.35 MB 614 28
306,104 306,104 00000000000000003dbcf8fb3fe9e303e5e64f60268ddaaf65b770115e2accb0 0.00 MB 4 15
306,103 306,103 00000000000000003436acc316ceb8e2eef0a81aa7e027a54dd9df8753c6bc3c 0.05 MB 31 7
306,102 306,102 000000000000000000c7dc90cb3a11919ac35de3394ed13fa196a0daaacb9b03 0.26 MB 394 31
306,101 306,101 0000000000000000146b7b08eec7d3f1d1d08f85108a7a4f8e7e4bbbd3546142 0.04 MB 62 22
306,100 306,100 0000000000000000373553324c67a7af634f721800d537fc98dd9cac6b8cd4e4 0.16 MB 184 23
306,099 306,099 00000000000000005112a8adbac0cea2378191eb120757dfc10b84158ec80cc7 0.18 MB 252 24
306,098 306,098 000000000000000023b38671c7e3b9f071613b854bef4217c75287d17aede89d 0.10 MB 256 42
306,097 306,097 0000000000000000094780b58fb231bcaaa9daaabb6d39dec27ebcb8fe197a0a 0.24 MB 346 23
306,096 306,096 00000000000000004416e4824a77d399cd576b7eb693f2f6f79b3714291dca3f 0.27 MB 364 24
306,095 306,095 000000000000000008a377ae79e40430934a9404d0f895109a6cf34971ad03a4 0.31 MB 370 21
306,094 306,094 00000000000000001070d6cc6de2376dae1cda9a2912440b274fa7439c2ace2b 0.25 MB 603 38
306,093 306,093 000000000000000032fda840f373870064b048d577744b152e362da810f6d8ca 0.03 MB 95 28
306,092 306,092 000000000000000051ad958d19d95da2fa5bceabec149f7981283d843c90a94a 0.33 MB 602 28
306,091 306,091 00000000000000000bba19d3359d85d6fa5de5c6c2013b3f231c01a2011f3c90 0.08 MB 142 30
306,090 306,090 00000000000000004085bbb278cef95fc711604723427fa56a045a76e9535236 0.01 MB 24 17
Previous 10 blocks ↓
Total Size: 769.26 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.27 GB sent, 94.23 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.