Loading Tool

Explorer IconExplorer

Memory Pool

77,176 transactions
28.74 vMB
0.07486337 BTC
Random Selection Loading Transactions
Max Size: 174.07/200 MB

Candidate Block

Mining Attempt 3235223e7fb4dbbf868c7d9e482ffb1380dd7e95a36c01cfbe9063ed00e64208
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 907c2cb3d33e91d4a656cd623c0d1ef2032d80e57118a70d635f698ac9883375
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,990
Size: 1.00 vMB
Total Fees: 0.01516954 BTC
Feerates: 71.79 > 1.52 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (454,711 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
460,449 460,449 000000000000000000093229e1567cc7e4cc805e1a876dbc8ce661966a5c8c23 2,263 1.00/1.00 vMB 141
460,448 460,448 000000000000000000e444df4ba484b64ce1fc73f5d9dcd7bd5da9e07059db7b 1,932 1.00/1.00 vMB 110
460,447 460,447 000000000000000000c3c5e47a1106f5b461836119245f99f6f305338723a533 2,274 1.00/1.00 vMB 167
460,446 460,446 000000000000000001ead51e677051c8ed3cb043ee745212b580cf34a640633b 2,580 1.00/1.00 vMB 117
460,445 460,445 000000000000000001009845f95ff59ba9b32c8cfcaa2c8556c2a2d1333a41cc 1 0.00/1.00 vMB 0
460,444 460,444 00000000000000000208705b9145e6552960c884f83642c13413fef58fde9772 2,328 1.00/1.00 vMB 183
460,443 460,443 000000000000000001b5601c8195dbb1131bb66c8c2e167aa434a2edc176b45e 2,397 1.00/1.00 vMB 127
460,442 460,442 0000000000000000015806119e30a2184d98cbc28abf20b0ffcdec4d51edf8f1 1,814 1.00/1.00 vMB 124
460,441 460,441 000000000000000001ea84fc54aa4fce2ae058fa21faf4953e7d1e797ac8ca37 2,996 1.00/1.00 vMB 129
460,440 460,440 000000000000000000d4aa7aeddad9f0b7ee10dba24d2619ac912ae423cad192 3,661 1.00/1.00 vMB 125
460,439 460,439 000000000000000000ece56a4a73c8ebdc90770c833e77a8ce305f3a9f059d1c 2,575 1.00/1.00 vMB 132
460,438 460,438 000000000000000001d91e1d699fd35db761ace4cba82c91f539ba993a73723f 2,294 1.00/1.00 vMB 110
460,437 460,437 0000000000000000002af779aea67dacf7a3363124ea151835b78f9301a87cf1 2,406 1.00/1.00 vMB 143
460,436 460,436 00000000000000000010771bf7c5b3bb0cc8b91fbfeffa8fc9bf43f4b1a6f74d 2,236 1.00/1.00 vMB 162
460,435 460,435 000000000000000000845ab59158887a3fd8820c29d1d4c3050385a5cd1c69b7 1,971 1.00/1.00 vMB 158
460,434 460,434 00000000000000000188502cc81ca610813be7f519eaf3039752fef379a0383c 1,210 1.00/1.00 vMB 135
460,433 460,433 0000000000000000005072d0a693ef910eafdb195089b1c377d43d3fb64c5413 2,269 1.00/1.00 vMB 158
460,432 460,432 0000000000000000011f20de11fda150f074881dfb12b0707fd34baa5f76b117 1 0.00/1.00 vMB 0
460,431 460,431 00000000000000000231222aa2b8aa39b8e3943528e18c0322b86f31674bd727 1,232 1.00/1.00 vMB 113
460,430 460,430 000000000000000000bab592058f9fd46472cfc2f8ff9f5f3f3034f48907be77 1,904 1.00/1.00 vMB 161
460,429 460,429 00000000000000000024eeb7eb9e6f4cd7cc0936772d0b17aa686c1a8a270197 1,957 1.00/1.00 vMB 152
Previous 10 blocks ↓
Total Size: 782.67 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 673.13 GB
    • Received: 16.41 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.