Loading Tool

Explorer IconExplorer

Memory Pool

83,386 transactions
31.10 vMB
0.09384586 BTC
Random Selection Loading Transactions
Max Size: 190.14/200 MB

Candidate Block

Mining Attempt a7fb76976cc1b76b2bcb4a27ab11e83e9e6f4a0e2df5febddcc8f7015ebe11b2
Version 20000000
Previous Block 000000000000000000019cfdd578855077e60f36c781b1a8c71950cba95fc08d
Merkle Root 78cbff1839cf75c38d92863188a054128a58906ad3f592d1214c06a6d62ebdd2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,787
Size: 1.00 vMB
Total Fees: 0.02109065 BTC
Feerates: 150.92 > 2.11 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,361 (476,458 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
438,903 438,903 0000000000000000035923a293f360de0a453f046609c54839d27b0a0991e0ac 2,112 1.00/1.00 vMB 50
438,902 438,902 000000000000000001d599511d338c48c4d28759140453aef635a2f9a500ae35 2,650 1.00/1.00 vMB 60
438,901 438,901 000000000000000001b33d58ba3613afe0d3eafd11dfe85b285d04065f511079 1,979 0.75/1.00 vMB 67
438,900 438,900 00000000000000000218dd867c8f9934f6c183f8336b52a3aab66ca790bd0c00 2,878 1.00/1.00 vMB 107
438,899 438,899 00000000000000000186bdad6dacebbe16a7a84f106fc1c2c825e10f4e2c547a 1,329 0.68/1.00 vMB 40
438,898 438,898 000000000000000000f01c3bd5f1d733b2b821e7220535ac3a98e7a777a5d450 2,478 1.00/1.00 vMB 61
438,897 438,897 000000000000000003327fa57699f69939165c40e841b2bef1c35f18a3d4377c 2,702 1.00/1.00 vMB 94
438,896 438,896 000000000000000003057dec425a68b86dc4055fd84795f58fe1c2666585bd5d 150 0.64/1.00 vMB 16
438,895 438,895 00000000000000000408426f9b7d62d18eacd6c5b7f0abf6dde959baca17e6dd 2,006 1.00/1.00 vMB 56
438,894 438,894 00000000000000000423dc3757cded6219a9fc8cd07758e3e709c670d9d55ed7 1,447 0.58/1.00 vMB 65
438,893 438,893 000000000000000004047b73504b423336a1d5394e249cda13e4d1e5b1f479a0 956 0.75/1.00 vMB 35
438,892 438,892 000000000000000003c3e2beb0d0c977dfccd16471f771b18cdae9e6f7c576d5 2,490 1.00/1.00 vMB 65
438,891 438,891 000000000000000002ba587da68d047256bdb35486df2844e2596dea7f7a311b 82 0.02/1.00 vMB 142
438,890 438,890 000000000000000003ec5805747a8600961e3bdfce24b7348d86b6af18acc937 1,152 1.00/1.00 vMB 25
438,889 438,889 0000000000000000032d786fe58c4ed240ee5e11f7988af2567cde2858460462 2,271 1.00/1.00 vMB 72
438,888 438,888 000000000000000001dcdea0540f4d07def6b5bddfbf27f9771464d8fc1ba182 1,859 1.00/1.00 vMB 49
438,887 438,887 0000000000000000032384aa7e8b0e04aec29951f84e1f7b682040791a593db8 1,025 0.99/1.00 vMB 28
438,886 438,886 000000000000000003d1efbd2d3a0c17a6edff4ed8e92c9f92213497f6d1693d 517 0.37/1.00 vMB 45
438,885 438,885 000000000000000003f797f8df9ab1ad2f24738ae57d8ec4b209cc89b9a08797 589 0.55/1.00 vMB 22
438,884 438,884 00000000000000000082eb38197a140df0362a19c5bc2efa4aa3c1eef1fe7a7a 1,707 0.75/1.00 vMB 70
438,883 438,883 00000000000000000233e59b15e4317a2beec540611863f0956b12cb4a820fe4 956 1.00/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 783.02 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 719.30 GB
    • Received: 18.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.