Loading Tool

Explorer IconExplorer

Memory Pool

74,871 transactions
27.79 vMB
0.07559338 BTC
Random Selection Loading Transactions
Max Size: 169.06/200 MB

Candidate Block

Mining Attempt 19a7b17ef51541e73b77360b6509f2a0665a57d06a6dfe75c79b09bfbb85f17b
Version 20000000
Previous Block 00000000000000000000333bb349bd4a528f0e80d3cc81bd16791bcab0dd2b8e
Merkle Root e65b0971ed96ba49d29aed1375aeacc3ae80f6bdb541a86904a75e186cf052a8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,111
Size: 1.00 vMB
Total Fees: 0.01615431 BTC
Feerates: 71.37 > 1.62 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,254 (419,586 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
495,668 495,668 00000000000000000066a497b3cc12011499e9164aa7431d5a7d2744956d5074 2,189 1.00/1.00 vMB 155
495,667 495,667 000000000000000000c9b8226b0b15f6f24979f051209833c7df333f66e56b7f 2,446 1.00/1.00 vMB 202
495,666 495,666 000000000000000000c426692e432f9ba0e9aa86426405adf203327e9f91e8a5 2,153 1.00/1.00 vMB 211
495,665 495,665 0000000000000000008fb99ec2579cedeab55a50d166705c726191328155ad0d 2,434 1.00/1.00 vMB 231
495,664 495,664 000000000000000000baac8e620fb2f8623a34dcd3164af0dc245680cd2afe74 2,104 1.00/1.00 vMB 173
495,663 495,663 0000000000000000008d42703b635ef3a825966f12877f91b349a937937af931 2,577 1.00/1.00 vMB 238
495,662 495,662 000000000000000000aa07fc932dd43545e292560cccc8c7c6f5b57db2a65dec 2,120 1.00/1.00 vMB 257
495,661 495,661 0000000000000000008c8e1f65827e4ba0faff7156f1dc424509d528228cb9f6 2,219 1.00/1.00 vMB 279
495,660 495,660 0000000000000000008f44d832efd977ac090d969312e7ee1fba53c76b8bfc6e 2,568 1.00/1.00 vMB 264
495,659 495,659 000000000000000000859cb12cc6764307c6feeeff312551c757179d42500baa 2,912 1.00/1.00 vMB 149
495,658 495,658 000000000000000000657863961acc2fc1341df6bcd0058ef7e088a8c86de599 2,540 1.00/1.00 vMB 143
495,657 495,657 000000000000000000cc227852d223c004c50d5411ad968f4e874cd3360fed93 2,698 1.00/1.00 vMB 172
495,656 495,656 000000000000000000216bfff6579bb2a3c01a0e3e9e34fbd4b6e27300ef55b0 2,837 1.00/1.00 vMB 203
495,655 495,655 000000000000000000b0ad936e84dc66c4cbae3ca7245805217b02e30f761bf3 2,489 1.00/1.00 vMB 114
495,654 495,654 00000000000000000085c8155f04deab0d46914c687e2308e849a5468a9b1161 2,395 1.00/1.00 vMB 226
495,653 495,653 0000000000000000000e16a576d2b9f5bef848faac7711cc0d6e2e6fddae14b1 1 0.00/1.00 vMB 0
495,652 495,652 00000000000000000096e3ba0725b51e0f88cc2243662f02305c45934ebf5c1f 2,613 1.00/1.00 vMB 286
495,651 495,651 000000000000000000707514899a67494ec6be65d77c2d669b7f5e17a3fe51d5 2,684 1.00/1.00 vMB 175
495,650 495,650 00000000000000000097dbb54f325da43ccbcec7016b543ce67d8136d0565052 2,816 1.00/1.00 vMB 117
495,649 495,649 000000000000000000cdeac5e90a1c252c06b097d9bbec0c029ef80d9d58302a 2,299 1.00/1.00 vMB 161
495,648 495,648 00000000000000000043ebadd950bee7e388873b6716c20d7a8b31482afc7591 2,526 1.00/1.00 vMB 337
Previous 10 blocks ↓
Total Size: 782.83 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: 711.78 GB
    • Received: 17.12 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.