Memory Pool Memory Pool Refreshing

1,419 transactions
0.51 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,756 00000000000000000002349e0000000000000000000000000000000000000000 0.47 vMB 1,415 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,755 (556,422 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
351,319 351,319 0000000000000000050507424d0e0eba27a3a87bf99ab74bad0deca76b22e30b 0.64 MB 1,442 30
351,318 351,318 000000000000000003fba67019cc33f476038210be2afa6d7bdedf5b63b6064b 0.20 MB 468 35
351,317 351,317 00000000000000000559aeb5613236795c7d3978a225eb59727fa57e2d248490 0.33 MB 733 30
351,316 351,316 00000000000000000085107ddda64b084854bd7682e014c95e2b72e7a074bc12 0.07 MB 149 30
351,315 351,315 000000000000000010d7e8fe4aa3f4be25d5c3e934e13eb6e46fbc7b9eaa9817 0.44 MB 931 29
351,314 351,314 0000000000000000006a0b3e9c8cb599078c3faeb9a2fe748df5cb5e7b4f7222 0.60 MB 1,332 30
351,313 351,313 000000000000000015af1a25f365325826990902eef0c115ef494896f8c30efd 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.09 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,628.29 GB sent, 93.33 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.