Memory Pool Memory Pool Refreshing

4,553 transactions
2.04 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,824 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,841 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (697,275 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
210,548 210,548 0000000000000237c1c145fec5bf6882d5ebfb1b4e957fafd8ecfd7b05f3705d 0.05 MB 104 136
210,547 210,547 00000000000004c0f802c78520b61e2dce6a1cd1c062c05851b5d87981c1d88a 0.02 MB 27 96
210,546 210,546 000000000000009fcb134b0d9fcb59915aa663d4f6472a88d4870b5f55f71dd4 0.03 MB 77 79
210,545 210,545 0000000000000466886591f13449adea785e286d1f5a5431e1d75da23d6c9696 0.12 MB 138 81
210,544 210,544 00000000000004af1f38491e0935d18a5003d5069793c0b727453c94a08f4274 0.11 MB 161 142
210,543 210,543 000000000000031d4862ab9a9ee9a5bced52291bf311d88fe30e349ef67c3805 0.11 MB 250 179
210,542 210,542 00000000000003a894c6a0b4a81aafa7cb8eb146c8149806e8411f7f90c5eebd 0.15 MB 343 205
210,541 210,541 00000000000001bd5d12c5b120bbc8628c0e7f48ef7e30167931d3d3e7edaab1 0.00 MB 11 0
210,540 210,540 000000000000043a628bc64b2148527cd6c483a99b9bfe6524e4ef5c2ed8528a 0.04 MB 92 109
210,539 210,539 00000000000000881e6c01a0a3d4b26bc8eb39da4a4287b7140179500ce743a0 0.16 MB 466 160
210,538 210,538 00000000000003a7733d60f814208bf6c3395520671091ac659691f9a9ddd81a 0.04 MB 107 101
210,537 210,537 00000000000001bf2b5a546039c390d398d7664d470202340c85eb8be191f654 0.01 MB 44 120
210,536 210,536 00000000000002029bc12e37d1f5f1a5318dfcf80c77c273c0b21b621b2899b4 0.06 MB 112 138
210,535 210,535 00000000000000ba5d20f0402703092a1e3bf7c9c9ec32ceda8898fc0d5939e0 0.30 MB 187 64
210,534 210,534 00000000000001b2336177a149870eaa4c795a4c1ccb553263841204ae51ba52 0.10 MB 262 143
210,533 210,533 00000000000003c99aa8dd48f2e7b83ff9c1afbeae224b1edaa7d9c8b8e4e3fa 0.05 MB 140 73
210,532 210,532 00000000000000a61fa970df1c5ecf63d0f3f93e311e06a4b76a2fa336725426 0.03 MB 79 123
210,531 210,531 0000000000000306cef69c324c74048dc9903006d515872e518604706276f0df 0.09 MB 153 151
210,530 210,530 000000000000034cc85f660eb44c77a597e92b4107160b67354910074cbf0c45 0.00 MB 12 145
210,529 210,529 000000000000031fb8323704244a2748e30dc3432b5636cb96371d06d4d6ae30 0.05 MB 139 305
210,528 210,528 000000000000025373175cf05cadb6e3e40d25b41ce77065b370e637de4f6604 0.00 MB 12 247
Previous 10 blocks ↓
Total Size: 769.21 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,634.32 GB sent, 93.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.