Loading Tool

Explorer IconExplorer

Memory Pool

19,001 transactions
8.29 vMB
0.02619453 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 48.16/200 MB

Candidate Block

Mining Attempt 17c1d7ccbe6fd1c77e029e2971844117e6ac942cec82aa731cd176d5c89a1e00
Version 20000000
Previous Block 0000000000000000000073e87c7593ac94984accff3246b54900ac860adbb72d
Merkle Root 3b09f52789a26718553f5a4cf509030a4617e56ad5a7bcb28b05d4c772777dd1
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,044
Size: 1.00 vMB
Total Fees: 0.00867342 BTC
Median Feerate: 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,399 (832,843 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
80,556 80,556 000000000055945a3df87334d8c770da04139eeeb6152fcdc99d87b832b40747 2 0.00 vMB 0
80,555 80,555 00000000003c2b4dfdc3ba9e729d36ff2887a0219b1e3156f7807992162f50f5 1 0.00 vMB 0
80,554 80,554 0000000000448b778f686620586b7947c8c75f78e17368c971eb41959fa65940 1 0.00 vMB 0
80,553 80,553 00000000001a8a7858eeb9b89a1b5b8f55e71441c010be2aefbce0ba7ce8f6aa 1 0.00 vMB 0
80,552 80,552 00000000005580035820c5213467649f2900a1e70f89a35544d5e3db64c4ac5e 1 0.00 vMB 0
80,551 80,551 00000000000c43982f61aa9167d7c286aee3215229734caf7852947e61ebdb38 2 0.00 vMB 0
80,550 80,550 00000000004a780e63360eda57cb9d912ae4289611a4fd5ba860b414856b1604 1 0.00 vMB 0
80,549 80,549 0000000000057467829906193f43c0e755acc38bb97685bb21d70aed882618ec 1 0.00 vMB 0
80,548 80,548 000000000057df6110679c0d13baca98fbfca4f449f17d45d8fcfe345f2e5101 2 0.00 vMB 0
80,547 80,547 00000000004d3c24080ad20897f530704c4273f531988adaeb411522a1964811 1 0.00 vMB 0
80,546 80,546 000000000025365ffe004fa94782fb78b30a1a4b56e54d8522b91259268b077c 1 0.00 vMB 0
80,545 80,545 00000000004d48f79b10817f8072a9a2b2c683e66ef926e221db64e3146a6962 2 0.00 vMB 0
80,544 80,544 000000000024838b5ff7200891cf8558fdd0ba20440305c77855ff434a310ea3 2 0.00 vMB 0
80,543 80,543 00000000001f4e6ee6f05a64cacff6e43c7e415029eb822541933c807a500774 1 0.00 vMB 0
80,542 80,542 000000000020c5d84a9dd27544ad9117c89bba503869153a497d4b88726e2458 3 0.00 vMB 0
80,541 80,541 0000000000295e3dd06324a310dc616b563a681994e559fd5d5ae8453bdd19a0 1 0.00 vMB 0
80,540 80,540 00000000004c4a08cec5802d721f5418d46c2eeb80d286daafe86d2faceee4b1 1 0.00 vMB 0
80,539 80,539 00000000002ff9cf6fdae321dc27cd29ddd4c9d662456c40a28ebdc00f16d701 1 0.00 vMB 0
80,538 80,538 00000000004a835e4b409ec2a81d382e8a7609f6d04f70fda9b988e7c6c83546 4 0.00 vMB 0
80,537 80,537 00000000003f506b0ffda21f4cdac2402045dd456dc5e4601b3f79e02d875d9d 2 0.00 vMB 0
80,536 80,536 00000000003ea88c7a6b2a62989392329d36a6ebf79196864bbdbd32536ec156 1 0.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.56 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 264.67 GB
    • Received: 1.02 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.