Loading Tool

Explorer IconExplorer

Memory Pool

43,595 transactions
28.03 vMB
0.10088772 BTC
Random Selection Loading Transactions
Max Size: 145.04/200 MB

Candidate Block

Mining Attempt 3ec1a4b1f3b2f3423d8d79c78922d364633217ca3b13b51befaaa301fc02c94e
Version 20000000
Previous Block 0000000000000000000125e4fd7be7c13b9e183c8ebf26e8254a360295f574ea
Merkle Root d39d7e228acf779cdb846202db865d0c9231efe9bbef9c074178c0931ca3b8c1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,965
Size: 1.00 vMB
Total Fees: 0.04113022 BTC
Feerates: 180.94 > 4.12 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,659 (350,437 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
564,222 564,222 0000000000000000000b70885842ed96d20a09f95030eb3725afbb16aa5a723f 474 0.24/1.00 vMB 14
564,221 564,221 0000000000000000001a1414954449a7279a7c0d656499ca73dbf23aba4da2f9 1,040 0.34/1.00 vMB 22
564,220 564,220 000000000000000000176fc2aaf3fdaeb06f33b43bcbeead1b1a13c570aaf6fe 2,922 1.00/1.00 vMB 12
564,219 564,219 0000000000000000000c08168a4c8a10fc004647e240eff90fe9f243afd543fe 3,134 1.00/1.00 vMB 14
564,218 564,218 0000000000000000000449ce9c8d69b2d2f1f07604ce4d8d25d99d08c925ca06 3,237 1.00/1.00 vMB 44
564,217 564,217 0000000000000000000e32f8d2022ac04bad77385aa9fe2b08fbeb17ab0f4374 2,962 1.00/1.00 vMB 26
564,216 564,216 0000000000000000001f98a0a535fc9fa2bbc1e18df0bf9f21df4e622cb80f41 2,050 0.59/1.00 vMB 7
564,215 564,215 0000000000000000000f693eda23a2e550845898cad771e48332f3a9fc4ea090 2,944 1.00/1.00 vMB 15
564,214 564,214 000000000000000000074dc349b358e6a77a196976ba86d80471efcb1b915b24 3,412 1.00/1.00 vMB 23
564,213 564,213 0000000000000000000046361d0df5c593161e718a02b4c47b3487ead8d4dab3 3,355 1.00/1.00 vMB 48
564,212 564,212 000000000000000000024e8f331a390b3c251b3d4691d57b586458e29859473d 2,538 0.90/1.00 vMB 5
564,211 564,211 0000000000000000000a5279740beedd224da81a133e010e100ae53af2085ab9 2,824 1.00/1.00 vMB 39
564,210 564,210 00000000000000000028a1c92ed596367cf1ff11e839d21a1ca9f0b0ec97a1c0 553 0.83/1.00 vMB 5
564,209 564,209 000000000000000000279b5bae8a35917aec88bb511b19ac39392c0add5088d8 2,320 0.99/1.00 vMB 14
564,208 564,208 0000000000000000001dfd3e13d6c24c188d50f0b9b38f0866cecf110368c201 2,308 1.00/1.00 vMB 11
564,207 564,207 0000000000000000001eaf24bc7dc8e642ffbfd42f898031a2547fcb85d0703b 2,965 1.00/1.00 vMB 24
564,206 564,206 0000000000000000000ba3512a70ec3e7fb3549db2ea9b7c2867ec26db710a5a 1,960 1.00/1.00 vMB 9
564,205 564,205 0000000000000000001bcf722fbf7a57033b09746379f96c65d80615bfbe32fc 2,979 1.00/1.00 vMB 16
564,204 564,204 000000000000000000151479d503c0ce5bbb4b0fc6ec20d48f68fb23844e33b9 2,962 1.00/1.00 vMB 26
564,203 564,203 0000000000000000000f09fe83037b1c90523b939838d3459a55bcdb27a0abc9 1,856 1.00/1.00 vMB 4
564,202 564,202 0000000000000000000bd1873aaa5c2fa8d19b2a6e7ce270ea7acd565bde81ca 2,869 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 781.79 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: 633.85 GB
    • Received: 12.22 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.