Loading Tool

Explorer IconExplorer

Memory Pool

104,170 transactions
27.53 vMB
0.10428001 BTC
Random Selection Loading Transactions
Max Size: 185.16/200 MB

Candidate Block

Mining Attempt 77eff1c64bdb97923c01787471fb0ffe0f5678184634fa26b923c1c97ff59c96
Version 20000000
Previous Block 000000000000000000011e1dda63a40dee28496340d20def75852bcdd9dbd7aa
Merkle Root dc523fd1a96b48cb79d673917574afbf189ae094a835a92ce7f8717b273598c0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,100
Size: 1.00 vMB
Total Fees: 0.03020235 BTC
Feerates: 171.40 > 3.03 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,041 (840,369 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
75,672 75,672 00000000001ae61c3186dd8f99fa0a9791f99f9b50171f248c6e3c8621d67a2e 1 0.00/1.00 vMB 0
75,671 75,671 000000000004249cab629a7a627173261401138738fef7da3785f49ae4415b8a 1 0.00/1.00 vMB 0
75,670 75,670 000000000021474696a39ee24e5f44f89124fb22e0d97742ea6c425b38e8bd8e 1 0.00/1.00 vMB 0
75,669 75,669 00000000003fce156d7d250c14b3304a72390cc6d50bcd9ac24b962d48aadfe1 1 0.00/1.00 vMB 0
75,668 75,668 000000000070d86ba608b4c23e68d3bb36e67b5e7371de3df0ff47cdb6e71f4f 1 0.00/1.00 vMB 0
75,667 75,667 0000000000790b4501e76c7e4c0f3132b67c51c19f84cc639fb23b403b2bf556 1 0.00/1.00 vMB 0
75,666 75,666 0000000000405da166053d1b7eb7943117fa896e0ea105c6e2061643ce017454 1 0.00/1.00 vMB 0
75,665 75,665 00000000005194808240dbacb79b77b392753697e3829d7c2f5d583fb54cc98b 2 0.00/1.00 vMB 0
75,664 75,664 000000000039c9f4e69f1c90ee7c8c7dd04e24a6ba24d2a8d722d4d8c09de4c4 1 0.00/1.00 vMB 0
75,663 75,663 00000000005368c4663bb11f0e095e607ee45676a0a0c4fb31eca066c205e261 1 0.00/1.00 vMB 0
75,662 75,662 000000000021520c221285410872f4722d128314b0ee36a7f8e1437cf7248eac 2 0.00/1.00 vMB 0
75,661 75,661 00000000002b1fec8ce118c011ba6325e0c1da1cf62a05ea56da328b8d5cd692 3 0.00/1.00 vMB 0
75,660 75,660 00000000006c20856f435813c2f559dae17dbce0476554fb8fba56793f39b5ac 1 0.00/1.00 vMB 0
75,659 75,659 0000000000404f3faa94c80248d65f3a90674b1b7d2831763e0fee624769d178 1 0.00/1.00 vMB 0
75,658 75,658 00000000003e0b812066a880a00eb751a719d9eb257d2f8bcf39a44b91bad81b 3 0.01/1.00 vMB 0
75,657 75,657 00000000003272a3bd2c40a3c44a3e43303c101080c23d03b9eb313d68edd540 3 0.00/1.00 vMB 0
75,656 75,656 00000000002fbfd6481fbd723929a3147ec565b5786de363e105438fef11f2bf 1 0.00/1.00 vMB 0
75,655 75,655 00000000004c75cccb6507112a07a64ef96f43fc1566cf99362653d18ea8110d 1 0.00/1.00 vMB 0
75,654 75,654 00000000001b67fdfe04c2b2b6472d85a5b7c88be2b07ba1d1b12b4c0a49c985 1 0.00/1.00 vMB 0
75,653 75,653 00000000001bbac97f530d19d40fc6b714e11603019d5bf5e3afdbf726523526 1 0.00/1.00 vMB 0
75,652 75,652 00000000000d525d7da82a81554c39135d5bbaf264d99f68ba8e39c5327cffb8 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.19 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: 812.07 GB
    • Received: 23.68 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.