Memory Pool Memory Pool Refreshing

17,513 transactions
5.55 vMB
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (724,102 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
183,616 183,616 000000000000030cf2f8616df906f15b73a09e3757ec1e5171575049271760b3 0.09 MB 227 176
183,615 183,615 00000000000004af43d366bc832b6508da2680574dd572e67e62e835c40c2afc 0.11 MB 256 227
183,614 183,614 0000000000000a468f1407b903ff103224d2ab20aec9ec6ae6faa0078896a2a9 0.19 MB 204 75
183,613 183,613 000000000000012f5183b95c515382086cf14752f4b1b40a8f817a1161782a6f 0.25 MB 492 141
183,612 183,612 00000000000000bc90c57c233003222b20155500ae1876ded60e172495823aef 0.12 MB 256 127
183,611 183,611 00000000000000e04497a210d29171ca58646813460534e68c204e5ba24a6b8c 0.02 MB 67 83
183,610 183,610 00000000000005f68de4d8d82e8bc79823df4edd78deb6cbb95d14ccb4e46f4b 0.11 MB 293 188
183,609 183,609 00000000000005216a60c775d8e211c0aa077c692cf87a8dd89a904017403507 0.02 MB 49 347
183,608 183,608 00000000000001579bbfa7ccf722e58a17fe230d86bcbc1717ba9c9b6ad710ca 0.05 MB 112 168
183,607 183,607 00000000000006957ed95514dfed085d012a3680ef3500f82993254d84bb019b 0.04 MB 93 298
183,606 183,606 0000000000000096ef9bd00a135074062ac0639db50b695dfea5f90865aac304 0.08 MB 128 45
183,605 183,605 000000000000052fee68cf6c0d890af3f44d5d63e2b9260b92a20ea610c7b291 0.04 MB 102 107
183,604 183,604 00000000000003171f82d5e0cae3a068451d2cebce22e4ea4119dd5ef52596e3 0.06 MB 74 206
183,603 183,603 000000000000057c7b75244916a93f6b0df72813268e0ee9783f37983a8875eb 0.00 MB 10 0
183,602 183,602 0000000000000a2ffc4b9f5b1c320cb03bfabac2ef62b34d5c940f585ae7ad17 0.10 MB 83 71
183,601 183,601 000000000000072b3809557cc8ed4f65e9327726de3b396d6c663e78a620d866 0.05 MB 102 151
183,600 183,600 000000000000050b5916aa6f6c661c046fdf0b009f3c83426c51ed2447994b1c 0.21 MB 250 436
183,599 183,599 000000000000052b27ec269a3768c3ee6957abac94e822614af3cec4d4338007 0.09 MB 99 72
183,598 183,598 00000000000009e331908920dd612253c87fbc66c1f92d180028c70d15168a0f 0.00 MB 8 298
183,597 183,597 00000000000004ba55ab2510cfa67e4edc02d629cb49c9e0db69c05232f8114a 0.04 MB 97 47
183,596 183,596 00000000000005175a2acc4ed8eaaf579af16fd4334b7332edd4f029b36f5bdf 0.10 MB 128 72
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,623.70 GB sent, 92.98 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.