Loading Tool

Explorer IconExplorer

Memory Pool

51,401 transactions
29.22 vMB
0.07875121 BTC
Random Selection Loading Transactions
Max Size: 158.03/200 MB

Candidate Block

Mining Attempt 6df59695de5789a3f081c43f8334423e264824f7c57d06b5a448356cc37608b4
Version 20000000
Previous Block 0000000000000000000191cff1c72555e27a3caba96683c65a586451f3da17d1
Merkle Root d52d8ae06294abae6cf9e9e54ed9e2498de08f962fb94ad31a02fb8fe385ec4b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,582
Size: 1.00 vMB
Total Fees: 0.02279854 BTC
Feerates: 173.90 > 2.28 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,840 (849,041 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
65,799 65,799 000000000a29017b33c5227db974702f5ca511cdee1faec9103565e33ab602c7 10 0.00/1.00 vMB 0
65,798 65,798 00000000000354774a67ed33826a80cca19c39493b203a7b087b07c8b198f1ff 1 0.00/1.00 vMB 0
65,797 65,797 0000000007615444359f7acdd8aa133f5ca84f3944f3cd35a988dd215b8b324d 1 0.00/1.00 vMB 0
65,796 65,796 000000000a2990558f895416bb5588307e04f4c3d375b4ef676c0a049f72065e 3 0.00/1.00 vMB 0
65,795 65,795 0000000004084a7c3c94e1d6c421122014a81c4164d2f1e0979d9030874ff903 1 0.00/1.00 vMB 0
65,794 65,794 00000000013fe6541513a8be901d54245c224e40077d929ade64751bf51f17a1 1 0.00/1.00 vMB 0
65,793 65,793 0000000000cd4686841ff79b4a56701d280f3d9bc84ac78b2c3c05856d53637d 1 0.00/1.00 vMB 0
65,792 65,792 000000000378a2e6066b3deaaaf705ed0407a376f202b912b40202281b0f1b1b 1 0.00/1.00 vMB 0
65,791 65,791 0000000002c921adb2387dcf33c86112ac59842e26b5cd2fe1a24a3e4d7609c2 3 0.00/1.00 vMB 0
65,790 65,790 0000000008483a50f514e55a3dd09a0503b2899a13f952100f041cbdd98daa30 2 0.00/1.00 vMB 0
65,789 65,789 000000000a5132244b327b4934851f96cb5e0840d74aa58239be6c2a3d4fa7ca 2 0.00/1.00 vMB 0
65,788 65,788 0000000001194328001be83c54251d79de484293ade7dd09eeea14b4be190f16 5 0.00/1.00 vMB 0
65,787 65,787 00000000057c13892b76adad46cff881b4f4a8e47873b018cffe57751f5f6f2c 5 0.00/1.00 vMB 0
65,786 65,786 00000000021a87d66783ed5e55ad21f139a8afd3e2bd86b295bb656ae0cb2f54 2 0.00/1.00 vMB 0
65,785 65,785 0000000002a7a0763e5d8817bfcdc6ca582272c4312e6c5daa3d7aafc5fb79c8 1 0.00/1.00 vMB 0
65,784 65,784 0000000007b508025e52d599f59df11cc63c2a076c7d6d78c9cd6ce8012db268 2 0.00/1.00 vMB 0
65,783 65,783 0000000001d4a77935392821d259579482b8bf233d9af210716e37e0f3e373d4 14 0.00/1.00 vMB 0
65,782 65,782 0000000001609dc7f2b8a209f3c9c6f4c10afb1d1de5ba6166b3e94cb6108751 1 0.00/1.00 vMB 0
65,781 65,781 000000000951d5417bd6840bb1fc7b7e0f5d8a428c2bdc0fa8d6ef94127f3b2d 1 0.00/1.00 vMB 0
65,780 65,780 00000000073ade2759805c9fd1dafb10f24a7c94d50553dc207a6d0ef9163385 1 0.00/1.00 vMB 0
65,779 65,779 00000000061281a5ccc31a400f1402ce7570a5634019039e18fc7479a1344a99 5 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.11 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: 651.84 GB
    • Received: 13.65 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.