Loading Tool

Explorer IconExplorer

Memory Pool

43,206 transactions
26.49 vMB
0.06188878 BTC
Random Selection Loading Transactions
Max Size: 139.17/200 MB

Candidate Block

Mining Attempt e58db090394cf0c7ed0c45f0cd871607e932e2b551d6dda6f4c3d2d9fd2eee71
Version 20000000
Previous Block 00000000000000000000768db8c555c88522a89150a79f003e6f64bcd348a6d5
Merkle Root f3909d999c56819c62cbbd54a45c7e2634f0417c3d9c4f4f0ecd7c1b566a9954
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,183
Size: 1.00 vMB
Total Fees: 0.01333956 BTC
Feerates: 150.92 > 1.34 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,726 (100,518 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
814,208 814,208 000000000000000000027bf0f13ec3bc789d2dd3593ed12fa9d86d3885f2beaa 3,940 1.00/1.00 vMB 11
814,207 814,207 00000000000000000000195d94dd1a71a563b8bed5dbaed8153a8cf912f27d86 3,737 1.00/1.00 vMB 13
814,206 814,206 0000000000000000000231059bf1d302be25f153b3147a5600452f15e882488f 2,881 1.00/1.00 vMB 12
814,205 814,205 000000000000000000005fbaea8487594f085093bd1460697c8b5c7442e5f11b 2,391 1.00/1.00 vMB 10
814,204 814,204 000000000000000000025390a9269b0b2d47e8e8b85317520e123ef9f3bea4b7 4,021 1.00/1.00 vMB 32
814,203 814,203 0000000000000000000104b1fb60f65cf7492f0b6e213f63ba92ae440fabacf1 4,637 1.00/1.00 vMB 6
814,202 814,202 0000000000000000000435e0fe90e3575d197088d7f097b1622bb696e77f9281 3,663 1.00/1.00 vMB 11
814,201 814,201 000000000000000000003ff7d8edb15eb454d9d3afece1c332a7e4059b2ea2f9 3,982 1.00/1.00 vMB 13
814,200 814,200 000000000000000000019f488f85621fdcda1cbeff50e5f95050e579b5d870a7 5,348 1.00/1.00 vMB 3
814,199 814,199 00000000000000000000dabec4cb9c824a07a8d5c8315e84cee49b0238e9fd20 3,859 1.00/1.00 vMB 11
814,198 814,198 0000000000000000000410f4f872cec8e1eb9670902446e87fb69e9ba8105066 2,722 1.00/1.00 vMB 13
814,197 814,197 00000000000000000001237f24aa85a11c41c6af4a2aa01c9e7af486f519f2b9 5,640 1.00/1.00 vMB 6
814,196 814,196 000000000000000000040f2be2529ee1166317db61734303d3a44dd6ec557240 3,460 1.00/1.00 vMB 8
814,195 814,195 00000000000000000003c53a914e789d549e87f9fb085e5f7e4be0b1959df9ac 3,943 1.00/1.00 vMB 10
814,194 814,194 00000000000000000003c97beca6877489b87f2bc01154aedb347986b5d01fae 2,239 1.00/1.00 vMB 7
814,193 814,193 00000000000000000002f2f45a12d77593afc814b9f474107388956cab749390 3,799 1.00/1.00 vMB 6
814,192 814,192 00000000000000000000ed93b807896161b5e10342f70f3e3d9328fb672b7b3b 3,332 1.00/1.00 vMB 12
814,191 814,191 00000000000000000002e90c41f2b8592350718ed7c3ac5b8e0de32b20b39461 4,535 1.00/1.00 vMB 6
814,190 814,190 000000000000000000013777ef0ec28ab2fd396eb17680262cadf9dcb17e4665 2,862 1.00/1.00 vMB 16
814,189 814,189 0000000000000000000197379508dc1d4498fa4dd41fe56278cc23bc781deb71 5,377 1.00/1.00 vMB 10
814,188 814,188 00000000000000000002af8ac170117389762570acb8e5260c62056ac3bddc53 4,927 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 781.91 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: 645.77 GB
    • Received: 12.77 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.