Loading Tool

Explorer IconExplorer

Memory Pool

79,759 transactions
22.63 vMB
0.07727974 BTC
Random Selection Loading Transactions
Max Size: 146.35/200 MB

Candidate Block

Mining Attempt 295fda48a6e105097c59c712e4e837d4ac81bd7cd91ccf7a9c57c3ba418beb5e
Version 20000000
Previous Block 00000000000000000001c455a6598eaa427022b2c29c7bb9d732c26ffcb96120
Merkle Root 5b08a95e922fbeea58b5e1697b88c8470609dff242110f133f82789fa8a0fc76
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,500
Size: 1.00 vMB
Total Fees: 0.01828659 BTC
Feerates: 100.45 > 1.83 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,024 (906,890 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
9,134 9,134 00000000346fda022def808ec9e0ca283c87545a204e3a2753165e886afbba86 1 0.00/1.00 vMB 0
9,133 9,133 000000003bcc5b1f2a131239b7d1eaea3f63031c09247d25c2a30801a3564a1b 1 0.00/1.00 vMB 0
9,132 9,132 000000006f67edbc36f5104d05fc0db8f2bde9a804d7a9e814afa561a658b7af 1 0.00/1.00 vMB 0
9,131 9,131 00000000aa397b76e9630aa70dc84d3035e08dacb07deeacb46b7810b58072e3 1 0.00/1.00 vMB 0
9,130 9,130 00000000bbda61bd7c954f674ccdc6fad7315cfc4ec8982902f5505745a1c2ba 1 0.00/1.00 vMB 0
9,129 9,129 00000000f94d95791ab573609338891c44abf68540a60abe0bb895405bfc4f81 1 0.00/1.00 vMB 0
9,128 9,128 00000000329ba70d8c8351b852cd67f5ff2c5479f13ce0b2502fa36bd16778d7 1 0.00/1.00 vMB 0
9,127 9,127 0000000039f74ad11fb3d70e8c72ed9c1e8aad180447b7c25a266f89f0d90cda 1 0.00/1.00 vMB 0
9,126 9,126 000000009f8db5a817713a51f12b02760ebdff49fb5fdfe6721ac4fbe984d419 1 0.00/1.00 vMB 0
9,125 9,125 000000003be9486e499a818564557040a44ef27bc8ac71b9af93c75262ab0b94 1 0.00/1.00 vMB 0
9,124 9,124 0000000096e0727225066eb269b7a755ae641168f919a1a6d9e2838f641e70d5 1 0.00/1.00 vMB 0
9,123 9,123 00000000c12a769238ea24d69091d0bb501cfe00a7fc1d69c8379435a92bb908 1 0.00/1.00 vMB 0
9,122 9,122 00000000d4ff8c141c0b6ddab614cced66667ed7e37116f135ae90258a2e0867 1 0.00/1.00 vMB 0
9,121 9,121 00000000819d198eb8ce9df3d5ddba6ee710cc637e83d5d806dbb541ebd85445 1 0.00/1.00 vMB 0
9,120 9,120 00000000a991eb99233461c8f4462aa648e9415a44d92878bf6f605ff26a8a27 1 0.00/1.00 vMB 0
9,119 9,119 000000004a0bb4b37415e5ff3b37a4102545d867d74f12eb075548287b793569 1 0.00/1.00 vMB 0
9,118 9,118 00000000b87c684ff1b276a2229185173d0d3ddefc3a362a70916d6ab1e5696d 1 0.00/1.00 vMB 0
9,117 9,117 00000000d25fe039786e03cee53399b5b30b58d6baa8262cf0afc373a25001c6 1 0.00/1.00 vMB 0
9,116 9,116 00000000e5bd16bca68d5226199208569c78fd941e836e72280809d5e9aeef57 1 0.00/1.00 vMB 0
9,115 9,115 00000000e73b55fcda1037814a85e0779ac13b0936c1f22926c9fa0ef766acef 1 0.00/1.00 vMB 0
9,114 9,114 00000000b22ba847638a63488558753ffeb6d32bd4f373443544c73afa54a1f2 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.16 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: 810.91 GB
    • Received: 23.47 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.