Loading Tool

Explorer IconExplorer

Memory Pool

72,247 transactions
27.98 vMB
0.06603109 BTC
Random Selection Loading Transactions
Max Size: 165.68/200 MB

Candidate Block

Mining Attempt 52ed9198ac26c5b54097092161b0bd08e5a8edf378c6a54aa6759787f154256a
Version 20000000
Previous Block 00000000000000000000bd4ee2b85ebdeedc5960d897199cff187ab220c742f0
Merkle Root 75f93e2b304d87d85545450895aba47ac868b554bf6bd339125442599018762d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,097
Size: 1.00 vMB
Total Fees: 0.00911021 BTC
Feerates: 73.20 > 0.91 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,036 (907,459 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
7,577 7,577 0000000095f150c1c42e80c0fc1c76e15263db5622ba58e44c4816d3ecf2bc28 1 0.00/1.00 vMB 0
7,576 7,576 00000000024cb649bbe6303f9b11d2646b350a34518b0c22070765485765a7e7 1 0.00/1.00 vMB 0
7,575 7,575 000000007e3905634e9e1aea0ceb71782b58ccc33d12c05c35db2b7d9600c8ec 1 0.00/1.00 vMB 0
7,574 7,574 0000000090be299a94be58d514ae5284df39d38359a6b3a9492363cdbfb4c7e5 1 0.00/1.00 vMB 0
7,573 7,573 000000002ca121063a1c4e01f11605a5fa2193972365c26e49439f5081b40acb 1 0.00/1.00 vMB 0
7,572 7,572 000000007682077f8453fc346491e6eba69684b2641012aadcd3f2c49b581d77 1 0.00/1.00 vMB 0
7,571 7,571 00000000c24b5993eb0426eb291351037788c32543276f2a8c22c370d4a87bb9 1 0.00/1.00 vMB 0
7,570 7,570 000000003efb05c7162004191c14b1586054b7628bcc6992fb8415fafb17242c 1 0.00/1.00 vMB 0
7,569 7,569 000000003f6477514d77ea3f1b068f4aa7f310631a9bad490d9c6fdcd1322f4b 1 0.00/1.00 vMB 0
7,568 7,568 00000000fc24d06bcf81dbc9a4e24c612bb7535c340260c152e0d854e97ea82b 1 0.00/1.00 vMB 0
7,567 7,567 00000000eaf6b1e6934d877f9e1a8370208498f604a4ce1695c96c78f987c077 1 0.00/1.00 vMB 0
7,566 7,566 00000000955f59fd9c3b10139325c0a802630ec1c7bbf308b754465a3485e737 1 0.00/1.00 vMB 0
7,565 7,565 000000000193bb03ff72944c76f93beffe06056d4dbd7c86d2e5e1569429cffa 1 0.00/1.00 vMB 0
7,564 7,564 000000009fb6bef410ea5984f830eaf734922a3c7f8793af7d959e9754866d74 1 0.00/1.00 vMB 0
7,563 7,563 00000000fd759a966080ea6a163e702740501a6e0745f639056a689eb3e94263 1 0.00/1.00 vMB 0
7,562 7,562 000000000f95bcb1b522c533da5084cfaa8132b9f8014a4b64b811ca6ec379a4 1 0.00/1.00 vMB 0
7,561 7,561 00000000a8be7f2f4853219fc467223edbf7dc1aaa0d8a35791bda3afbf29914 1 0.00/1.00 vMB 0
7,560 7,560 00000000705f30762442e7c9434de397708846330836e2c421c05d1e42d72738 1 0.00/1.00 vMB 0
7,559 7,559 00000000354fe6d2b0c8c30bea02eab7e92798f8da5b2fa46dce3b3db5bb51ad 1 0.00/1.00 vMB 0
7,558 7,558 000000004d07a991c3cc217799d90b603d029eb0a7d3d355b02d73a48f4f705e 1 0.00/1.00 vMB 0
7,557 7,557 000000002456ec49b80bfcec57dc9fb38f0989a3ebed077a12bfd014e87376af 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.45 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: 667.51 GB
    • Received: 15.26 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.