Loading Tool

Explorer IconExplorer

Memory Pool

82,859 transactions
30.54 vMB
0.16095241 BTC
Random Selection Loading Transactions
Max Size: 185.36/200 MB

Candidate Block

Mining Attempt 2651a16e055745577f9b5ccf0ed0a6fe82db66b6a2bb3e702f11e1dd9c0854a2
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root 3205bf41b7ea08509c2a064df7516a9fd0d62151fb8a8ee086bcf7fdbf42c8ae
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,088
Size: 1.00 vMB
Total Fees: 0.08242985 BTC
Feerates: 111.00 > 8.26 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (371,295 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
543,830 543,830 0000000000000000002109db1512813a014d5f5daa6285d36cf6dfd7e2c87d62 639 0.18/1.00 vMB 16
543,829 543,829 00000000000000000023ec6393c6652ef73238cbc2d68f5899fd541e9db43f0a 1,578 0.58/1.00 vMB 17
543,828 543,828 0000000000000000001665e0089096ee70b09cb5b7bea841a67a1c1599085cc2 1,032 0.35/1.00 vMB 15
543,827 543,827 000000000000000000010008b376d5e7cfe1c3c43031d951fb42b8ddaf897243 376 0.11/1.00 vMB 15
543,826 543,826 00000000000000000000e908734f1eaaec204998aea84c4e6dd236fcdbbd156d 1,277 0.39/1.00 vMB 14
543,825 543,825 0000000000000000001e15763b5f034130754080fc72914cbef1ee6ed82afeb0 1,471 0.52/1.00 vMB 12
543,824 543,824 00000000000000000004c9aac1aa9a39cf4f4858dedd6a90b2a76300916bc10a 500 0.15/1.00 vMB 12
543,823 543,823 000000000000000000115c14031645d9aa2bd96a8dd1a03ee47826a3414229d0 1 0.00/1.00 vMB 0
543,822 543,822 0000000000000000000db57bf5c55e9060bec3d4b215c8a8ed28388233162095 2,350 0.79/1.00 vMB 7
543,821 543,821 0000000000000000001617729fb38da58ac7e241dd0c469dbf020568b9d9bb4e 2,253 1.00/1.00 vMB 22
543,820 543,820 00000000000000000012d551b959c4ae18096f0a3b3563bc5b1590e7c747445f 43 0.01/1.00 vMB 14
543,819 543,819 000000000000000000059d606f433a13efe6b94c55116f3c6c6c1c9a1f805e3e 1,228 0.44/1.00 vMB 12
543,818 543,818 00000000000000000004d50710bf9c090b15fe1df5476f751a50217f3b5224f8 2,178 0.79/1.00 vMB 14
543,817 543,817 00000000000000000022328897b3494e6a4e9e6f87cd6817ec2be29948b844b5 115 0.06/1.00 vMB 19
543,816 543,816 00000000000000000026c0159424c23b9712955c4387abcfab66fec418672032 169 0.07/1.00 vMB 12
543,815 543,815 0000000000000000001d6b36efcc40f78ced87345482b9fa4b5b23fea1b909fe 1,205 0.47/1.00 vMB 15
543,814 543,814 00000000000000000006cf778bb82d119d38e38a77ec0555b7e7f845f04340e1 406 0.16/1.00 vMB 17
543,813 543,813 00000000000000000025dbcde416a01606bdfb328bd7a3156a6cba2f7a174bfb 2,299 0.92/1.00 vMB 12
543,812 543,812 0000000000000000001212cbf6b27140c95bc4c036349e0d9be3300af7e599a4 670 0.46/1.00 vMB 24
543,811 543,811 000000000000000000069c229a478e6ba3b97adb2fa15783ea40a5c7122e4f4f 1,930 0.70/1.00 vMB 14
543,810 543,810 00000000000000000012e6a80911bf79a89df2df0ea4126993b2afe9c026b882 510 0.25/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.61 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: 671.91 GB
    • Received: 16.06 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.