Loading Tool

Explorer IconExplorer

Memory Pool

78,821 transactions
29.26 vMB
0.07941907 BTC
Random Selection Loading Transactions
Max Size: 174.98/200 MB

Candidate Block

Mining Attempt bf0b5b7c67052a9573e2ed87fcb897041de04001fa6f8c75bc80f910ed55c2f7
Version 20000000
Previous Block 000000000000000000005646862e45d7bc5b4c4a3d16e7119254b51a14f51fdb
Merkle Root fb12aa2ec6d3bcc00104bdd89c5d6343d2a2a1dd3ceab0651d40663bfc68e225
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,523
Size: 1.00 vMB
Total Fees: 0.02003989 BTC
Feerates: 150.77 > 2.01 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,069 (264,170 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
650,899 650,899 0000000000000000000278a075cb60b4749f6e42f8bbd0e2ba3d2128938617d5 919 1.00/1.00 vMB 106
650,898 650,898 0000000000000000000c16b9f919db237873e7e5cc91319322b22f47f8d58b30 2,060 1.00/1.00 vMB 151
650,897 650,897 00000000000000000003851894cb8f3e05915114edd6202a2cc353929b165ff5 1,889 1.00/1.00 vMB 117
650,896 650,896 00000000000000000009a63c65c60a1706b45c2fd7f810fa70d8ea9d3e344a46 2,221 1.00/1.00 vMB 39
650,895 650,895 000000000000000000026937f2c5f3b9a3796d1c86b65cbb552b8b88d8a29f89 2,154 1.00/1.00 vMB 65
650,894 650,894 0000000000000000000def35a0c7644a7b901fd1f6c910650eefdcc658e04aa1 2,721 1.00/1.00 vMB 111
650,893 650,893 0000000000000000000c81fa74189999f63840d554524593b7f45b59d54e7a2e 2,292 1.00/1.00 vMB 70
650,892 650,892 00000000000000000007906d35f8d3edc834f09daaff7c62712ee18a112021f2 2,157 1.00/1.00 vMB 108
650,891 650,891 0000000000000000000caad7933a89fb2326b8074117a4997125194e6a12f6fa 1,893 1.00/1.00 vMB 87
650,890 650,890 000000000000000000004d6ac5a5a62b45ac32cc1ef11c0234b1e70191b2abf7 2,881 1.00/1.00 vMB 116
650,889 650,889 00000000000000000003448b26eb926ec2db50e56ed1688055f832f61b85fdd3 1,013 1.00/1.00 vMB 38
650,888 650,888 00000000000000000001d0ae573763a58e2ccb0aae494f1d4a10defb9d2b8426 919 1.00/1.00 vMB 33
650,887 650,887 00000000000000000004fdf023a10ea8e1a0f80a129ecb7bd777e849852404f3 1,612 1.00/1.00 vMB 60
650,886 650,886 0000000000000000000bea9220d93f69c007fcb0a78a17738aff7b8be960c55f 521 1.00/1.00 vMB 20
650,885 650,885 0000000000000000000945d1be9aa63cab98b92ceff199b7df88712d9fa0a39c 2,299 1.00/1.00 vMB 83
650,884 650,884 000000000000000000075eade3dedace031386090c3679a88787039c888bcda3 169 1.00/1.00 vMB 15
650,883 650,883 000000000000000000080134f1ecc96b84604f9ea2055fa291175d16d86d1d44 955 1.00/1.00 vMB 37
650,882 650,882 0000000000000000000bbf62ae5e4fd0bb790b5c1fef98a30fee70c989f403b9 2,604 1.00/1.00 vMB 37
650,881 650,881 000000000000000000063ab96626d31309dd3a39324895ecb8a83c93ba746084 2,185 1.00/1.00 vMB 19
650,880 650,880 0000000000000000000df022993f441bf69e9eff74941ec8b5eaf57b6967417c 2,574 1.00/1.00 vMB 47
650,879 650,879 0000000000000000000d9580bb40c7364413d7ff66a1248587141930af08aa65 1,259 1.00/1.00 vMB 61
Previous 10 blocks ↓
Total Size: 782.52 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: 668.75 GB
    • Received: 15.56 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.