Memory Pool Memory Pool Refreshing

9,597 transactions
4.24 vMB
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (538,450 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
369,273 369,273 00000000000000000341a143d13bb70471ed5eda161d3063c13ff6a5de38088b 0.27 MB 523 36
369,272 369,272 00000000000000001088b7a46731d5aaa5c28fcfddd4e40201ba0edf2eb5a1da 0.45 MB 838 36
369,271 369,271 0000000000000000124917d06a9f82d7ea16e5beb0a36e4028b39780f28e6947 0.31 MB 604 40
369,270 369,270 0000000000000000089c3766d1e90000083f8ea012fd4a9b28b04b79e7e8809a 0.25 MB 439 28
369,269 369,269 00000000000000000dc8fff337e17f6adcd70354624674e0198c150760c943f0 0.49 MB 590 18
369,268 369,268 0000000000000000040db71d0ecade3df7c8543eb7c0c9fe5f5ef331e987e490 0.75 MB 1,069 46
369,267 369,267 00000000000000000f558d0b9d233c1fb8e35b6e81e945cabbe41f926d13d462 0.75 MB 1,532 60
369,266 369,266 000000000000000005962c26b6f98471e0e130adb3467488327e0bfa6be9d6cf 0.25 MB 323 22
369,265 369,265 000000000000000004dd8bfbebaf2a246c388493e98c40696092c0d2c990354a 0.75 MB 715 80
369,264 369,264 0000000000000000010780390c57737cf4fbdc29488987049fa03fd10d5a3a35 1.00 MB 341 80
369,263 369,263 00000000000000000069cd94d0e3fba1ed06e2e5a2137f0762bea925c361ad2b 0.91 MB 279 63
369,262 369,262 00000000000000000cbf52d7099b4bffeb04c7d89205ae802cc5b383443786d9 0.99 MB 796 67
369,261 369,261 000000000000000000a0d9624b948db3b4f0c22bc62d86dbfdd6b0d297f9f9d4 0.44 MB 462 26
369,260 369,260 0000000000000000137b5ec573f15e0a9c48c74532ef2e2be497e351ca338261 0.17 MB 237 12
369,259 369,259 00000000000000000660ff8d3ebc5036775d5edc8f862c6a3cfb488d3a716b14 0.75 MB 431 15
369,258 369,258 000000000000000003f06c9e51406b369c712ece43f3b128ecfc991d992e7691 0.75 MB 165 11
369,257 369,257 000000000000000013051dd1e4166e44f60b6f2f95374ea7ee4b0585592d4770 1.00 MB 2,136 42
369,256 369,256 000000000000000004cf9674d2e4c46a83283f419993c3338902c4fa8b0f59a8 0.93 MB 1,764 42
369,255 369,255 0000000000000000090ecfb2131b0a56ff725571f9f9bdade558b2821cb6d0be 0.00 MB 1 0
369,254 369,254 00000000000000000a8e80d38404a7b086f087e31cf54801ecd02999ea430b7c 1.00 MB 1,159 27
369,253 369,253 000000000000000005881a03b55aa56e0eb35d88aa68ec20a6b076ccced5a77b 1.00 MB 220 12
Previous 10 blocks ↓
Total Size: 769.03 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.99 GB sent, 93.01 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.