Loading Tool

Explorer IconExplorer

Memory Pool

83,125 transactions
31.38 vMB
0.13110704 BTC
Random Selection Loading Transactions
Max Size: 190.21/200 MB

Candidate Block

Mining Attempt 92d4412dda8976e61a2eaeb516db4d140f88061889e75653cc3b487c9ce92138
Version 20000000
Previous Block 000000000000000000000eae6ae416cdad2dec45a411fce4671dd0b42eb663a3
Merkle Root 3947d69d9e740cadfd82cd46759e4bbe80961a1cb728b4457037702458728153
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,123
Size: 1.00 vMB
Total Fees: 0.04651138 BTC
Feerates: 318.30 > 4.66 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,401 (661,371 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
254,030 254,030 0000000000000004b06f25e88eb07bcba621a70947572304ca1eca486d80446c 256 0.11/1.00 vMB 207
254,029 254,029 000000000000002174b1114296f10b89ff32bcc91adeec672e2c74729381edf8 499 0.22/1.00 vMB 146
254,028 254,028 00000000000000360fe9395c9424377cfdbe394faf2cd74dcda68ad72dbade71 512 0.30/1.00 vMB 44
254,027 254,027 0000000000000018c036646a8362ae26356c7b89583758f133cc10faa822a005 713 0.25/1.00 vMB 135
254,026 254,026 000000000000000b34c872fe099be8623388abbbbef53bf2df01ab39530ab577 550 0.25/1.00 vMB 82
254,025 254,025 00000000000000183a548129ca8bbe6492ffd85130edf9483b82635815790107 703 0.25/1.00 vMB 174
254,024 254,024 00000000000000405b728fdfafdd3c24677fada6d3c3d1d4d0417ab846cbb146 375 0.16/1.00 vMB 79
254,023 254,023 000000000000003e2367ee2e6279c7ce973bcb1dee458f97b781a5d6f2771e0b 647 0.25/1.00 vMB 188
254,022 254,022 000000000000001db60dcd7e92071ac5e99eacf9dc80a943c99342982f743e94 310 0.12/1.00 vMB 105
254,021 254,021 0000000000000037a4185c424830d28bd20d32bc2d04c1f2031213b699f91f6c 176 0.07/1.00 vMB 139
254,020 254,020 000000000000000340d187529ce4338e625f1ce028dd6cd3f4498fcd42fa9a1b 125 0.06/1.00 vMB 134
254,019 254,019 000000000000000928ec27670d1694217ed9777689c5a090b835cff7f8f62abe 207 0.10/1.00 vMB 64
254,018 254,018 000000000000000462d58652f019ed948f0f29d2b1156fa07cb7a8ae09f6acaa 677 0.25/1.00 vMB 171
254,017 254,017 00000000000000170120b4e20fefef59a3ac82c7b614f4cb74c48ac32e235d1a 256 0.10/1.00 vMB 105
254,016 254,016 0000000000000035ddc04df84d4ceb10446d447b482462f0303690bf5390ae17 494 0.22/1.00 vMB 131
254,015 254,015 000000000000005327c8e714272803c60277333362e74ec88b9ffab5410c2358 215 0.08/1.00 vMB 122
254,014 254,014 0000000000000002cfc6fdb4ccc2a7dd628cd7284cb6ccfcb905f9aca9c429f3 50 0.02/1.00 vMB 131
254,013 254,013 0000000000000016c4cc4205fc43a27e07fce3f88e4538807b0281280522df65 120 0.07/1.00 vMB 101
254,012 254,012 000000000000001fc526a6af096322879fb4b2cf531b93df1909144a63fcc7f8 603 0.25/1.00 vMB 128
254,011 254,011 00000000000000269a848582b23f98e1085dbf5eccc263a5e4498ac91eb720e1 338 0.16/1.00 vMB 103
254,010 254,010 0000000000000012e8638128ea5b64e223bdda17dc6f2e1702e18678a92d2ba2 80 0.03/1.00 vMB 169
Previous 10 blocks ↓
Total Size: 783.08 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 722.60 GB
    • Received: 18.40 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.