Memory Pool Memory Pool Refreshing

17,626 transactions
5.67 vMB
Show Random Selection Loading Transactions
Max Size: 34/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,763 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (714,446 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
193,273 193,273 00000000000007a3b0515bf34ce28f222ba807618925a8ad2244ba218bca7bb7 0.03 MB 55 63
193,272 193,272 00000000000007a3163953fb728468dbefa83cfdd5568c7ea838bb264b8342e8 0.05 MB 162 164
193,271 193,271 00000000000002b39e6a4f560798bf1ef2c00c43e7e52ab333ad2622f7b1da83 0.50 MB 1,852 10
193,270 193,270 0000000000000080e7e48314b6e964c00e4ee8cff8360c37338f03fa3c7c1cc2 0.03 MB 105 33
193,269 193,269 00000000000003a64ec4952cc89515a0c4c1d921c27cfe1ed8ddf062b9c57e33 0.06 MB 128 78
193,268 193,268 0000000000000149d231f8a9a4b514dc427226ecf84a54893d5c31e017bb22ef 0.01 MB 32 0
193,267 193,267 0000000000000415e468f084acc67374e265b31a8d54c13ecda167d16a293a81 0.18 MB 514 153
193,266 193,266 00000000000000fbd7b1e0a11dfe1d65a1faa2c2dd7ef2b5e40b1ed9062144f8 0.03 MB 70 88
193,265 193,265 00000000000003494dc34041e8945f1605ada767ed5b414fe0d85d569d9e5c24 0.03 MB 64 108
193,264 193,264 0000000000000163e888cb3642b050fd451e0cae3206c4cab527fd1d473f165e 0.01 MB 32 134
193,263 193,263 00000000000007b95cfdb85ffd71c9a98bce40555998fa6bc20c9b386b904877 0.17 MB 430 198
193,262 193,262 00000000000002a21a48e59de1d86109df42cc88503c85bcf487a141118954f0 0.06 MB 154 131
193,261 193,261 00000000000006f5c6f4e0fac8962d1af73e82084cdef20ce9cc90bc5ef647c4 0.02 MB 71 149
193,260 193,260 0000000000000449b83b279063ebe9a550c074bd1e44453373188980274a14bb 0.01 MB 40 211
193,259 193,259 00000000000002c945082036d6f00960a1d0b11da1a8ada49c9670933b56ed27 0.03 MB 97 142
193,258 193,258 00000000000007dcc094f72478f6596b99f18557dc917d63eab0307c728ed97b 0.09 MB 128 27
193,257 193,257 00000000000006d773e00b9245e83ebf51e666bac4adb9f60624eab2391c8184 0.10 MB 240 115
193,256 193,256 0000000000000193743e2e36df6330c7fcd7a4ad125b7f00d4c4587ccb6fe966 0.23 MB 501 188
193,255 193,255 000000000000052a015f0d7987ffe07cb3a863966a551946e3d8783f4bd81478 0.00 MB 8 14
193,254 193,254 0000000000000014ff736cfbb1b865492ac498ba67481fb0168c59a3c046b0e1 0.05 MB 164 84
193,253 193,253 0000000000000541fbc48417596a99f39442fdc14f21e1ba054de933e3f6ea31 0.07 MB 180 100
Previous 10 blocks ↓
Total Size: 769.02 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,624.22 GB sent, 92.99 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.