Loading Tool

Explorer IconExplorer

Memory Pool

48,028 transactions
28.03 vMB
0.06781111 BTC
Random Selection Loading Transactions
Max Size: 148.89/200 MB

Candidate Block

Mining Attempt 710a62ee98576325934b857d6de369ac213fde10860a4c4d4ce3d1c8e0790875
Version 20000000
Previous Block 00000000000000000001a910bb93b48e2d87af92722f1a8406500b6fdd169ecb
Merkle Root 48fa92f7fff4ca19126f557338e55fece7f0669ea76211d2b78db6205d4a0afa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,149
Size: 1.00 vMB
Total Fees: 0.01287760 BTC
Feerates: 46.87 > 1.29 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,718 (100,506 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
814,212 814,212 000000000000000000012fea65da553a08ae7efd8a5342d4079f4801d1a7a5db 4,430 1.00/1.00 vMB 4
814,211 814,211 00000000000000000002ed67aca6eb60a994e42b9ca45341b3415e6cc0484d78 2,802 1.00/1.00 vMB 3
814,210 814,210 00000000000000000003a37fccfd1f45aa08f52b94285b2290dcb7042b0db08b 4,757 1.00/1.00 vMB 10
814,209 814,209 00000000000000000002bb1616a6de74051189d3a1349286ba8d81674721ad92 4,457 1.00/1.00 vMB 4
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
Previous 10 blocks ↓
Total Size: 781.90 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.25 GB
    • Received: 12.72 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.