Memory Pool Memory Pool Refreshing

3,054 transactions
1.04 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,767 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,892 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,766 (632,046 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
275,720 275,720 0000000000000000c34bd7600833f76acf3f298a3d700850555f3162b2c72680 0.13 MB 272 40
275,719 275,719 0000000000000004394183f2c453ab0eb5d698b39e6b405f872e10e19f602dd8 0.23 MB 399 24
275,718 275,718 00000000000000016dbb6a460570a7865e27c3a9a10076b2bf830b5a5f6c73c4 0.25 MB 654 87
275,717 275,717 00000000000000032b4fca4ff90a68845060ad59539363d5c69f6c72eb5095d3 0.25 MB 159 18
275,716 275,716 00000000000000004dfc9c2a6fe66a11bc21f1933b72018dc353a11bf5c7a1a2 0.25 MB 407 30
275,715 275,715 00000000000000021e25c1c988c2b0890f6977e745bb75d301b88a8f90a8e327 0.25 MB 723 92
275,714 275,714 000000000000000402c62128c0f3a85a60790351117dc51d23265863c1c36a25 0.01 MB 29 51
275,713 275,713 0000000000000003756f5bb2444f7e6446f65777b273dd03e2c928186b629031 0.15 MB 270 50
275,712 275,712 00000000000000036578d6803fd5bedabb4e23c9817a105a43185af66eca38aa 0.13 MB 164 29
275,711 275,711 0000000000000001f7729f7b01af78e3f79c48ba20394f602d0ba5941e480ccc 0.10 MB 126 25
275,710 275,710 0000000000000000cba9ad1f110d823fda40f1341a308ac2f9ddb3c4cc26ed98 0.25 MB 605 80
275,709 275,709 00000000000000046cb27935251e32414859c536d2bc2f095aa557990f71ddaf 0.01 MB 37 65
275,708 275,708 0000000000000000f92a52fa689594cff2947d2e1fcc8571f627c0c5f1cfba2c 0.13 MB 252 48
275,707 275,707 0000000000000002d8796db711b7d09fca906b3d1f683fb2886557df47455e0e 0.22 MB 427 53
275,706 275,706 0000000000000001ba861e487fe9f1fbef232cce779bb4b88ad1bd99a670a576 0.17 MB 262 47
275,705 275,705 00000000000000021cdd01d782d497fa1a9ceb66eb5dd0ea2fcf355a676a4e12 0.02 MB 61 36
275,704 275,704 0000000000000000842868786d67e6c4d341420786d57489e66d846cbc222c70 0.17 MB 358 53
275,703 275,703 000000000000000260cf23ac7b321a4f59f209496c3d5ed6390afc22de15e7d3 0.20 MB 476 49
275,702 275,702 00000000000000016a251822fce3f7ae861038c08c6e6780f6860f72619c4b01 0.39 MB 929 45
275,701 275,701 0000000000000003f93eeecea9402974314c0322d3ba60d87f28cc002d24a441 0.21 MB 474 47
275,700 275,700 00000000000000039e3d2ae7262f5521b7606166e97490c39b309f330e097b59 0.21 MB 374 53
Previous 10 blocks ↓
Total Size: 769.10 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,629.30 GB sent, 93.42 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.