Loading Tool

Explorer IconExplorer

Memory Pool

25,143 transactions
24.61 vMB
0.05037780 BTC
Random Selection Loading Transactions
Max Size: 118.72/200 MB

Candidate Block

Mining Attempt 8b0d003ec5ecfde6dd834b11f4fccebb3f9b0a2eb9a9cc2f2733a32354956e61
Version 20000000
Previous Block 00000000000000000001bbb571411c36339be05e3c18dda8ed251363ab729364
Merkle Root 5b918a683b93e7009631c194547d5ce5c2b3d17e3d21f17979ba210bd738ad26
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,552
Size: 1.00 vMB
Total Fees: 0.00625978 BTC
Feerates: 61.00 > 0.63 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,177 (1,498 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
912,679 912,679 000000000000000000002d7e53dd67e5db28b6d07e3a4b301b1fd9c8865da8c7 3,872 1.00/1.00 vMB 1
912,678 912,678 00000000000000000000ae05aa5da83075715d58dcaa1d50ea20eddbbce7ee54 2,965 1.00/1.00 vMB 2
912,677 912,677 000000000000000000016fca417befb93d93fd95a51084c08e012a44285f4754 4,378 1.00/1.00 vMB 1
912,676 912,676 0000000000000000000040a923184eecb78781cb1727ed7f8a274bd9d04f91df 3,600 1.00/1.00 vMB 4
912,675 912,675 00000000000000000001f338e74954f67e292b1a2538a4d3567c53a61bf7b846 728 0.18/1.00 vMB 3
912,674 912,674 0000000000000000000219f99df3afc5a6803e0ef565c5c55aa3460d0540c99d 6,703 1.00/1.00 vMB 0
912,673 912,673 0000000000000000000205baac420b07e04971b16f3dd2c80310c13d9b74eeff 3,520 1.00/1.00 vMB 0
912,672 912,672 000000000000000000011e5a15a1f5173f8cc4c306a2d6556faea27212660641 4,006 1.00/1.00 vMB 1
912,671 912,671 00000000000000000001004191d426e36b221a8515733064d694bcf7bc2107e1 4,971 1.00/1.00 vMB 1
912,670 912,670 00000000000000000000d5f9e9eb5567a58a191c82fb5517998f3f18c962ed34 2,774 1.00/1.00 vMB 3
912,669 912,669 00000000000000000000015829d967fed559bd716a952c11c2ecaf034e8b66bf 3,170 0.72/1.00 vMB 1
912,668 912,668 00000000000000000001b6f8b10b0f55b46493a24613d8eca57ee371dcbf7a7c 6,576 1.00/1.00 vMB 0
912,667 912,667 000000000000000000011d92b07417134b950a77d9d4d17ca873f38776ed4b49 4,754 1.00/1.00 vMB 1
912,666 912,666 00000000000000000000cd3f311aa973b02104ee6ee5abd625a6c7a9403b34bc 4,385 1.00/1.00 vMB 1
912,665 912,665 000000000000000000021180ae9df0e912eba489c303550b6a7fc70fca9a045b 2,332 1.00/1.00 vMB 1
912,664 912,664 00000000000000000000278476a2a208c2a55c17e0cf06352bcf251dd8e6b43b 3,387 1.00/1.00 vMB 4
912,663 912,663 00000000000000000000825ad668ea1879d6c2d90c20dc6b3f2c28b517775c20 2,050 0.72/1.00 vMB 2
912,662 912,662 000000000000000000003c4ddc6ff394cb9b17d93c655f25bd400f19ad5c43f6 262 0.06/1.00 vMB 2
912,661 912,661 0000000000000000000069329071883ac0c6790c9294eee0e69476f80c2f246e 4,106 1.00/1.00 vMB 1
912,660 912,660 0000000000000000000131df483e7ffc5940287a50dd941001fdf9e4168d2415 1,235 0.30/1.00 vMB 1
912,659 912,659 00000000000000000001be3c6f18375d36839e1b7a2de706eff621259529002a 2,002 0.49/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 780.91 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: 571.85 GB
    • Received: 7.80 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.