Loading Tool

Explorer IconExplorer

Memory Pool

31,688 transactions
18.45 vMB
0.04226294 BTC
Random Selection Loading Transactions
Max Size: 98.48/200 MB

Candidate Block

Mining Attempt 705fe3984a0ddb414817839d76ee6be1c1e99f6c01e7494597d41cea180a10c1
Version 20000000
Previous Block 000000000000000000000c5314e19d0deee800b1ab40676853dacd6ad1a40168
Merkle Root a7f9723a664d1ec5bda1dce74e0bee01e41f0bafbd9be0a5916a176de53e8e91
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,723
Size: 1.00 vMB
Total Fees: 0.00724751 BTC
Feerates: 20.14 > 0.73 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,909 (853,290 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
60,619 60,619 0000000001d6e410c37f50f21eeeb6089794436f7cb185e1dbf806203a2805e5 3 0.00/1.00 vMB 0
60,618 60,618 0000000004d7d2e88fc3e90e0832d8a9153475cb159fd154b9dd44b0c93e8344 1 0.00/1.00 vMB 0
60,617 60,617 0000000009cb898d3d22fb4b4939e363fe92b815f1974ccbccf8a2543c130b9d 1 0.00/1.00 vMB 0
60,616 60,616 00000000025f197c6d060f25aa2433c2d8e233c5a64823b53091b5978a25fa9f 2 0.00/1.00 vMB 0
60,615 60,615 0000000007b1c61db0242fade6cd124924581c4274096fcad1da1e11aa756633 1 0.00/1.00 vMB 0
60,614 60,614 00000000003bac84ccba020a01960eba421eb5b879fbc6fce9ecf37b43d58bc3 1 0.00/1.00 vMB 0
60,613 60,613 000000000ea69013a5b2d1872854841e3a345d519bb6bdd97c209ffe59bd15b5 1 0.00/1.00 vMB 0
60,612 60,612 00000000045d50494b327890a4596a540c35c94b02fa1cc09ac0b98174899756 1 0.00/1.00 vMB 0
60,611 60,611 00000000066de7fcce7c9c1032474568c9ad520c366b6b20b5e89e9ea04a91e5 1 0.00/1.00 vMB 0
60,610 60,610 000000000ac2fa2bf38f2022a2fce53fd67329138cc72204be4baf32048eced7 1 0.00/1.00 vMB 0
60,609 60,609 000000000c09cd58f0ae0c9c4cee2e1e5de35c4232f59f35392170baf72c695a 1 0.00/1.00 vMB 0
60,608 60,608 000000000a16ca306fc227b875f1066af08e1ed23b28feb81afe4615acddcaa3 1 0.00/1.00 vMB 0
60,607 60,607 0000000004dde25ab9e78fce19f8bc66697bcd66959020dcb567cfa18b0900d6 2 0.00/1.00 vMB 0
60,606 60,606 000000000168e299bb32b8cd10e07469c7624acb81a917e3d2f79a2e2aeeb5c6 1 0.00/1.00 vMB 0
60,605 60,605 00000000015c4749b030a39bdfe43853a8a6a4e956ee4ac04bd90e4ebd2e038c 1 0.00/1.00 vMB 0
60,604 60,604 0000000004ff1138b42da60b265870411eb7657231399e35d4b54ffe7e154afc 1 0.00/1.00 vMB 0
60,603 60,603 0000000002b67da485bdc7862e99bff83a249901cf274412f0081c559b8659d2 1 0.00/1.00 vMB 0
60,602 60,602 000000000cf6f4bbab7df7b3e67278848491a869cc7fc004196d67cc5e2ae6c5 1 0.00/1.00 vMB 0
60,601 60,601 0000000008108c291abfde63ffee6dafef95fa04451d5461da78f7e8ca8de653 1 0.00/1.00 vMB 0
60,600 60,600 00000000037acbc20fd790ceb76f1edb45b238a897944912edb4a07031df2932 1 0.00/1.00 vMB 0
60,599 60,599 000000000920f39d3a602eabeb9f236cfe4866997d02f049232c89248bbc5bca 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.45 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: 527.35 GB
    • Received: 5.47 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.