Memory Pool Memory Pool Refreshing

7,506 transactions
3.19 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,688 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,939 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,687 (676,256 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
231,431 231,431 00000000000000ce38b1628ad48f65374301663050b4ed2eabe2171028c9eb4c 0.29 MB 192 114
231,430 231,430 00000000000000e53ab518b1f20c484c02eece6f5494068aefe8480d45fabd26 0.12 MB 245 193
231,429 231,429 0000000000000215a44b740d9d77ded655fe9193d3eaeeecf69b5d44d71ca453 0.10 MB 156 156
231,428 231,428 00000000000001a116e700eabd93e670223548819b79a10975590b03d0b3b569 0.04 MB 95 103
231,427 231,427 0000000000000071ba9b718d31f0e62407ab601f5c3732f21e8fc00eeee27738 0.19 MB 537 289
231,426 231,426 0000000000000110a136ed5cab69096020c96519616a618d94a3bb6b88f3c81f 0.23 MB 546 206
231,425 231,425 00000000000001cc2b278288082d9d579f083e334a7978f52af61c699c80558d 0.05 MB 97 157
231,424 231,424 00000000000001139c8a08e179d54e7e29fab99e67dc6b5de6363e8304d3e58e 0.07 MB 171 180
231,423 231,423 000000000000016a7f46156af03301c7de71eb661e455561a1854ffe7c09929b 0.04 MB 88 88
231,422 231,422 0000000000000029274b93bb156b97616d542bf505cff0ea3cfeb9028fd10896 0.06 MB 151 168
231,421 231,421 00000000000000de83cbe296a3d450ef122bd88feb4a440e18df769b3d6a2ff7 0.18 MB 375 226
231,420 231,420 00000000000001a9532d4f278a6e92e6ec82d5701de4cd1efe74a127cf3ecee0 0.22 MB 259 94
231,419 231,419 0000000000000144be5f242a84cf051fe156e565034ef5e1b76aa47a6befbf48 0.09 MB 178 177
231,418 231,418 00000000000001c80cbde50df4e242363720f3ab80761de763e587ea89a99d47 0.07 MB 182 211
231,417 231,417 00000000000000cabf4117dd578bd0802f9fea682d70e355b2962cee2fc477b0 0.02 MB 21 134
231,416 231,416 00000000000002034f1c242a4064eb6e1c68b4b5b5361550325207e49ddfe447 0.04 MB 107 104
231,415 231,415 0000000000000076325c548f1db7ac4b697c581b87ea11442f940ce9359fc280 0.24 MB 547 187
231,414 231,414 0000000000000126fa8edc1226d59f739241efd62359d8233241948a2df8505b 0.25 MB 111 23
231,413 231,413 00000000000000320fceb2d70fd1acae87fde4af2ef3e6f6fcc885c1bbb8ad0a 0.00 MB 11 175
231,412 231,412 0000000000000229e2b738a3b29c0441bbbdc8437097048cb327b9a7c5d35f39 0.03 MB 81 156
231,411 231,411 00000000000000ebae54a72cdd535518e5248188094dda83441d11534968583b 0.25 MB 137 44
Previous 10 blocks ↓
Total Size: 768.96 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,615.09 GB sent, 92.62 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.