Loading Tool

Explorer IconExplorer

Memory Pool

72,505 transactions
28.07 vMB
0.06829053 BTC
Random Selection Loading Transactions
Max Size: 166.47/200 MB

Candidate Block

Mining Attempt 44861f02b20b22d3de47a05e5433be2aa8a3493d25fde7092e48abb9168da09d
Version 20000000
Previous Block 00000000000000000000f8e5ceecb61863cf986472f3f497521e70a33dcb2b9b
Merkle Root 582d5e0b1fe3fe20e751c6a4f3b99545930e4b576f56261d7c8a4e46155fbdf3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,400
Size: 1.00 vMB
Total Fees: 0.01222378 BTC
Feerates: 155.87 > 1.22 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,037 (251,893 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
663,144 663,144 0000000000000000000156bafd12ef1af04c5ed603dcf7d01387fe739461fe8a 1,666 1.00/1.00 vMB 119
663,143 663,143 000000000000000000092202050951c945d94d5affc10ab337cb188f6bc33355 1,069 1.00/1.00 vMB 23
663,142 663,142 0000000000000000000d9051d0e73564a02f9c514f34d3b38ef87e2a785f3ac0 1,192 1.00/1.00 vMB 27
663,141 663,141 00000000000000000002bc3c5d34b1f8d52549b3cf11753d64804728bca168d6 330 1.00/1.00 vMB 2
663,140 663,140 0000000000000000000ad84d34090adb2a8133c5008a150ac1adc74ebc5529c6 838 1.00/1.00 vMB 9
663,139 663,139 00000000000000000003b2d5086bae724f05443bd0cf3d03e6c276dfb10d7390 1,596 1.00/1.00 vMB 52
663,138 663,138 000000000000000000035069ff1a9089d4523fedfb179ae9f3d7d947e828f25b 1,097 1.00/1.00 vMB 13
663,137 663,137 000000000000000000005d043754c34c9c036c1f9553964249e7decf94275b8f 1,954 1.00/1.00 vMB 43
663,136 663,136 0000000000000000000aa0f6cf14a8f6ba2214990676d1fff6ac2b39d9783f57 1,630 1.00/1.00 vMB 46
663,135 663,135 0000000000000000000cfd968d5ee3609413dc92cb998aaa12a8191c23dc0207 1,920 1.00/1.00 vMB 45
663,134 663,134 000000000000000000067130443223e9366de9970c00e65a0def2e75586ec090 1,706 1.00/1.00 vMB 49
663,133 663,133 0000000000000000000ed2ba3289c2cc444fbc8177255a8b775d2c30f253ad39 382 1.00/1.00 vMB 10
663,132 663,132 0000000000000000000f06de3e63e3ab7ff98397ba54b26a6d70de465f4abd19 955 1.00/1.00 vMB 12
663,131 663,131 0000000000000000000bdcebcc24c53812fa65eac65e7cdb38cde7a63dc9f98c 1,948 1.00/1.00 vMB 70
663,130 663,130 0000000000000000000e4beea607b99cdb059c3402d32e66b3e9be1be09c1787 654 1.00/1.00 vMB 12
663,129 663,129 00000000000000000001f8b2d3c96d8749c9dadad6c7ef2276bf0576e346efee 1,465 1.00/1.00 vMB 78
663,128 663,128 000000000000000000094a71ccced6130df07bfcae87400d70a7072c882440c3 1,705 1.00/1.00 vMB 11
663,127 663,127 0000000000000000000bc0cad5c7d91ef7417846356906bfd2761056d60f1fed 2,385 1.00/1.00 vMB 45
663,126 663,126 000000000000000000006eb5a1760411b2dacc81cfc89614e6cf115c41c8d683 2,251 1.00/1.00 vMB 45
663,125 663,125 000000000000000000083c5aa92400767bf5d89db0e4223e6c17fb5e6465f8ee 2,099 1.00/1.00 vMB 31
663,124 663,124 000000000000000000038412ca2758da51b4109d5743fb3804e0fbcc1d6f523c 1,860 1.00/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.46 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: 667.67 GB
    • Received: 15.27 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.