Loading Tool

Explorer IconExplorer

Memory Pool

83,093 transactions
30.73 vMB
0.08123228 BTC
Random Selection Loading Transactions
Max Size: 188.62/200 MB

Candidate Block

Mining Attempt dc8fe8b6389946f21d0ad60d0a4b793e6e5fbbe314535cd217c7c8ba6e898e2d
Version 20000000
Previous Block 00000000000000000000209b8de38c3e1775cd6d32cde674ad92e343308213be
Merkle Root c031f9fc3102ef2ceafa8916ae72b45a31f85b744c88646baaf76ddb9ba0efdb
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,578
Size: 1.00 vMB
Total Fees: 0.01137676 BTC
Feerates: 40.21 > 1.14 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,362 (40,696 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
874,666 874,666 000000000000000000025fd1a3fd975e1732f6d2bf8fe35ffb5e3755cbe9eb51 563 1.00/1.00 vMB 5
874,665 874,665 000000000000000000003385c4dcbed17b08ba366fc971ab599d738948a8b301 1,364 1.00/1.00 vMB 7
874,664 874,664 000000000000000000004e8cf1d411c2e42a13f439ed95f926aab6b6337d5aa1 1,887 1.00/1.00 vMB 9
874,663 874,663 0000000000000000000105b55b8502f437b161776657922cbd7dad7d9ce20b1f 1,997 1.00/1.00 vMB 7
874,662 874,662 000000000000000000002225007e0201b25db987db8ecf205d81400d9179bf08 1,658 1.00/1.00 vMB 7
874,661 874,661 00000000000000000000e43d74302fc8e204d148255863fadfa2ce88eab43ed7 2,428 1.00/1.00 vMB 7
874,660 874,660 000000000000000000024722781b9c3a6720d4c4a0a090f1770383d82cebd2ee 2,762 1.00/1.00 vMB 9
874,659 874,659 000000000000000000008b61c3d5409f3c3be2ffe12e5d3b6f3a537a82028310 1,256 1.00/1.00 vMB 5
874,658 874,658 000000000000000000016125fa14621fb91e13c883b02bf6f8739cf0bfa49718 1,776 1.00/1.00 vMB 7
874,657 874,657 00000000000000000000df4c54d9681db384a5fb9a37892b0814ccbf1ae41693 2,226 1.00/1.00 vMB 8
874,656 874,656 000000000000000000004d8c2605c1b2bbb5b5c5d456f27e83fa08309280f3de 3,439 1.00/1.00 vMB 13
874,655 874,655 00000000000000000000189ad31bb09c6edccf641509c83a4b7d3dace813e765 3,323 1.00/1.00 vMB 8
874,654 874,654 00000000000000000000f3dc5d59ee71d8808c1268ef320b2845d439eaf88991 3,909 1.00/1.00 vMB 14
874,653 874,653 00000000000000000001769cbeb6ba76f28816d7c5729a9e541fcca01c085e4e 3,741 1.00/1.00 vMB 12
874,652 874,652 0000000000000000000095881c2412921f524b568e2a669d158ec2e263539a9e 3,700 1.00/1.00 vMB 10
874,651 874,651 00000000000000000001f35d081112f732fc33b176e0772ebdd6a696b65ef936 4,030 1.00/1.00 vMB 6
874,650 874,650 0000000000000000000110cd7c57e959547a26b5793bc3244e29beff9debcb9f 1,308 1.00/1.00 vMB 7
874,649 874,649 000000000000000000012bb0b003e814dd9fb4d8452c01c236ac3bd7a9743f13 3,530 1.00/1.00 vMB 8
874,648 874,648 00000000000000000000fddb59b3b6d44ae31b44f0146b53c3e1cf84c20d8c4a 3,948 1.00/1.00 vMB 11
874,647 874,647 00000000000000000000ceed9b974cb9df6e44315bb10f34cfef9e1de362f5aa 4,237 1.00/1.00 vMB 9
874,646 874,646 00000000000000000000b927bc8a50ae4e4ff26b1d59594a3c85b8c1c2d5789f 4,099 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 783.02 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: 719.32 GB
    • Received: 18.03 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.