Memory Pool Memory Pool Refreshing

7,454 transactions
2.56 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,488 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (684,989 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
222,708 222,708 00000000000003a4b8585831ae96222630c737133cd54502ac0b1c54e3b05f2c 0.12 MB 217 127
222,707 222,707 00000000000000ea8f2c9bf827c88bf3656f54c5697457011fc86f55487d024c 0.25 MB 581 187
222,706 222,706 00000000000003da8317660ae8e68be6d6f1d5edd8fb5602191fe1f002134ca8 0.25 MB 112 62
222,705 222,705 0000000000000069d4f00359585c4e3bdbb8ffa95990c270c37cb5428ea4a184 0.23 MB 376 131
222,704 222,704 00000000000002a2684ee5675e198d254ef8495be9953f5991350f4fbe6d4120 0.25 MB 648 240
222,703 222,703 000000000000046c389e24e0280179e5e9c684cf306ffe59a81fd03d72cab2d6 0.25 MB 589 226
222,702 222,702 000000000000014af4d7b94b356748c40dd9918e4f1dd97b2978bc733045d367 0.28 MB 561 167
222,701 222,701 0000000000000099b253d5e43f3a36277af619a1c03d828add74d9ddeb008c4c 0.00 MB 9 444
222,700 222,700 000000000000013eac9d6b2b0c181073ce84aa86937c4a736b517a37e36ae146 0.06 MB 112 78
222,699 222,699 00000000000003cb18845cd6e56000fd9f4391a48dd08ed275c97fde471b0a3a 0.25 MB 345 113
222,698 222,698 0000000000000333a77d5fcb2c1100a4fd5273a9da2ac80ed3e2131031289aa2 0.25 MB 812 265
222,697 222,697 000000000000006db91ce5730dde11203566a6fb9495fe7affa91344402e7132 0.05 MB 107 161
222,696 222,696 00000000000001e768e492683b363333e0b135d746743e084f0d39c2863d834e 0.24 MB 621 201
222,695 222,695 0000000000000347edc47e8ca2ae86695e528e57b526598b9edaac2759c9800e 0.13 MB 250 120
222,694 222,694 00000000000004463d91f1e6b58c18ab90e4410053e2f2aebeca4413d3e46b52 0.07 MB 152 127
222,693 222,693 00000000000001ef2f61ad16a85d1f2589e07f442762faa623f17da587468517 0.25 MB 398 130
222,692 222,692 00000000000002323fa1359645f9c26ec005792f9d463faa55931f32cde12020 0.25 MB 850 655
222,691 222,691 00000000000000c1ca4caabfcf49f5855714f67dbde035572748d20663387471 0.20 MB 452 201
222,690 222,690 0000000000000364190fa2a9a9e56f5a2f0960a8d852ab92c9f794ec846e6c95 0.09 MB 186 151
222,689 222,689 000000000000023a8ad8468e91dba710a72b8b18657bea0e6ffedde24bdb1dc4 0.12 MB 159 105
222,688 222,688 00000000000000edfc16b82cbd147978491869d6be7b6f9a78be1f53f0806f8e 0.17 MB 321 166
Previous 10 blocks ↓
Total Size: 768.98 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.38 GB sent, 92.72 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.