Memory Pool Memory Pool Refreshing

7,819 transactions
1.92 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,707 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,858 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,706 (556,366 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
351,340 351,340 0000000000000000021db7735a9f6f12debf03231e78124ed52ec2498526cb6f 0.08 MB 256 63
351,339 351,339 000000000000000002a2eb075b7f2462f684dab06af869735b8d7855de527357 0.00 MB 1 0
351,338 351,338 0000000000000000146a6f00b64ffe925931419ac8127d8773570f744734710b 0.09 MB 110 16
351,337 351,337 000000000000000007dd682e6c672967aa6b7c9cc29b8958edca48f19df23ad1 0.14 MB 294 29
351,336 351,336 00000000000000000b604f1ceb86d2afa4ed7da188a48c25dc4742b26ecb53fd 0.54 MB 1,003 28
351,335 351,335 00000000000000000acbd019d63b77ae74b41b0c0bc7f3da0d161eb169bd5eb7 0.14 MB 139 19
351,334 351,334 00000000000000000a0d0198bbd536604c685fcbaf7afd37abbb63143620ac09 0.15 MB 208 22
351,333 351,333 000000000000000010479611db5f471fb60d063405ee7b08dfc253c67de9244a 0.28 MB 557 27
351,332 351,332 000000000000000011d56a88fa1c2142ba7edc821ef1eda44c2d4cf4ee004e29 0.32 MB 684 27
351,331 351,331 0000000000000000031b938cb6e0df07d2cc4f0530cc2663f6051c146495c216 0.11 MB 175 25
351,330 351,330 00000000000000001532a977e445a2c6b0a83d81a42d79e6bd07d2975e13ed11 0.67 MB 1,092 23
351,329 351,329 00000000000000000528abc616fd1c24de2295ac4badeb91256b84ee8a750dab 0.42 MB 962 26
351,328 351,328 0000000000000000045cf6150b7213fc96c6b37670aea50bb6709397adb05a51 0.70 MB 1,523 33
351,327 351,327 0000000000000000046b4a0e592662a83f1fd457144915ce5780d144f967a436 0.00 MB 1 0
351,326 351,326 00000000000000000a14bce5a5d8cc078b2ca023263e3a35e1bb6626377fe56e 0.01 MB 29 38
351,325 351,325 000000000000000004c08cb18682545a660ced8bba1fcc876cddf968de2fbd74 0.23 MB 520 31
351,324 351,324 0000000000000000155ed892910d0cafcc8b7b2bfb297d99e6babaddb5376f69 0.19 MB 424 27
351,323 351,323 000000000000000009acd4874e2be8e8a7b1d7e793c23ef2e91651a8d62620e1 0.01 MB 32 19
351,322 351,322 00000000000000001264cb5b03b34447d49fb4da4892790a2c17d3c202124e98 0.18 MB 348 28
351,321 351,321 000000000000000010800ae86eb74401b90f58c7296feb77c5587faae580930b 0.04 MB 96 32
351,320 351,320 00000000000000000a2382af75b6189059ff86e51e20684d0428b181c6deb2f0 0.07 MB 140 29
Previous 10 blocks ↓
Total Size: 769.00 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,616.66 GB sent, 92.80 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.