Loading Tool

Explorer IconExplorer

Memory Pool

79,299 transactions
29.40 vMB
0.12593817 BTC
Random Selection Loading Transactions
Max Size: 176.99/200 MB

Candidate Block

Mining Attempt 6977e0ffef9126f2999e525ce8c4ddad850316471d57be90f0c9129b7f519041
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 77f42927f3dea317ef034bf4d9ec1f7214fd7358a5ce18e8b85c1cc20196569b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,409
Size: 1.00 vMB
Total Fees: 0.04578750 BTC
Feerates: 150.80 > 4.59 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (300,797 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
614,468 614,468 0000000000000000000d0b7dc3384bf0c3da3d4ca02b6a4aba7bb333c486978c 2,631 1.00/1.00 vMB 10
614,467 614,467 0000000000000000000b5cde577eb365027b5d330157ba92c4e263f1e1583f1d 1,943 0.55/1.00 vMB 10
614,466 614,466 0000000000000000000c5260fa25fff99bb7879f1c4f069cff3df1a6385ee929 1,094 0.35/1.00 vMB 14
614,465 614,465 0000000000000000000c9593bc98669c1349299d8f413a96288d6f17b8a37a9a 2,808 0.84/1.00 vMB 9
614,464 614,464 0000000000000000001304a9c4e237f36f1ca3cf8c1b9f19d2e9acae6351c44a 1,477 0.51/1.00 vMB 12
614,463 614,463 00000000000000000011b3a6e270556a2d63bfa8875adf3f8128aca6217422a3 1,623 0.54/1.00 vMB 9
614,462 614,462 000000000000000000045fdac2b37389bc124faea6314966a5cc5aed269f6f3a 2,559 1.00/1.00 vMB 2
614,461 614,461 0000000000000000000b684a1d59fbefb2409b7f4845cf71d6ef67feb6b98ac9 2,581 1.00/1.00 vMB 6
614,460 614,460 000000000000000000112d4746af4cda8a7e69acba52fb5c58e2e7656b16f2a1 2,892 1.00/1.00 vMB 19
614,459 614,459 0000000000000000000d77ac58eca88fb8c3add2da0369868818c27384643dca 2,441 0.72/1.00 vMB 5
614,458 614,458 0000000000000000000f1d3b644e3de8cb4bcdeb96b05f8cd9e30905c583828e 2,955 1.00/1.00 vMB 11
614,457 614,457 00000000000000000005eb6c278f888080f9b4995001248d9a0bd8859e36743f 2,695 1.00/1.00 vMB 11
614,456 614,456 000000000000000000079566ca0a7ff4c232b31a9fa38e6ab23821ba743e79bd 1,987 0.63/1.00 vMB 4
614,455 614,455 0000000000000000000e4cd46dd61530d60d4a85890aa983e48d39b97322a243 2,833 1.00/1.00 vMB 16
614,454 614,454 000000000000000000061cf2596159534eab003d08c12c3ef5c03eac222a2433 1,860 0.46/1.00 vMB 5
614,453 614,453 0000000000000000000ff682382f9f28c0609470ce8bd2f50d1bf7fb71cf8b2c 2,842 1.00/1.00 vMB 13
614,452 614,452 00000000000000000007942c5c147bbcab8fa846a03eb9223ce67654555e3db2 1,040 0.31/1.00 vMB 12
614,451 614,451 0000000000000000000b54a6c6321fc938de75e376cfe7b897bf5a7ad2d3204c 3,019 1.00/1.00 vMB 10
614,450 614,450 0000000000000000000899bcfed187b616f80ccceb8f4a4a80774af679829eb4 753 0.20/1.00 vMB 7
614,449 614,449 00000000000000000007b619feaa97231370a962474dfb6f52378ca1d17551fc 1,288 0.41/1.00 vMB 8
614,448 614,448 0000000000000000000cee461e47d3c5db5593571ff72bfcd5dde33fc99ffe4e 122 0.05/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.85 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: 712.79 GB
    • Received: 17.21 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.