Loading Tool

Explorer IconExplorer

Memory Pool

44,434 transactions
27.44 vMB
0.07287606 BTC
Random Selection Loading Transactions
Max Size: 144.55/200 MB

Candidate Block

Mining Attempt 06f97854316474a7df527f1241bd55a943d526fa8e56a59cf429da3ee099f96a
Version 20000000
Previous Block 0000000000000000000020e9d45e9150f859cf8f43ad3ec471b266bd49e0d4b1
Merkle Root 571ac43cb919f7440180f957a70d0125db2260d5fa424c035860e82ce8f4b996
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,593
Size: 1.00 vMB
Total Fees: 0.02098102 BTC
Feerates: 170.94 > 2.10 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,900 (348,982 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
565,918 565,918 00000000000000000013a8a1b4747990178179cd16a4754ba1979456aee14817 3,719 1.00/1.00 vMB 46
565,917 565,917 00000000000000000021e931cc0798e1a3f60794e2da4291472f7b43b7795502 2,593 1.00/1.00 vMB 65
565,916 565,916 00000000000000000008dc309f9771012a1ff5983827458bfdf8c8185569f8cf 2,530 1.00/1.00 vMB 55
565,915 565,915 0000000000000000000404014bd39d4d432cdb1d4e29cc340ccf0e53374e9763 2,618 1.00/1.00 vMB 67
565,914 565,914 00000000000000000004e68f9c2191fa51ce416e015d6e8204929c4fb87603dc 2,393 1.00/1.00 vMB 29
565,913 565,913 0000000000000000000d5a87b1eb177cb6f219712ffb0bf006039e6b1c41ab5b 2,621 1.00/1.00 vMB 47
565,912 565,912 0000000000000000000c9d72898a48160931949a8d60fa9b69ad3353807298c4 2,994 1.00/1.00 vMB 66
565,911 565,911 00000000000000000007100fdf32c6800be9bbce997f8a7b4cf3178099e5d017 3,311 1.00/1.00 vMB 48
565,910 565,910 000000000000000000051d501f7c9aaf029f1c7cb291f84ed542e17a7e8f24fd 2,492 1.00/1.00 vMB 53
565,909 565,909 0000000000000000001cf88e550c1b29e2091480f8259d6388ad93dfdb004324 2,508 1.00/1.00 vMB 62
565,908 565,908 00000000000000000007e2369d8ecca33720d11f3fb7cec0353f98816283724d 966 1.00/1.00 vMB 64
565,907 565,907 0000000000000000001e03fdb85121f09f72fc1f6c70b76ff058aec7ec2dafb2 1,643 1.00/1.00 vMB 97
565,906 565,906 0000000000000000002673acedd0487894410531f44f143556f126215d112c63 2,453 1.00/1.00 vMB 15
565,905 565,905 0000000000000000000484174f5634bb744be3a01767b4e025e2d2d383f10fe9 2,901 1.00/1.00 vMB 23
565,904 565,904 00000000000000000002b51a2b0b6e2e0f215b9f176f0464aa623c7163205579 2,754 1.00/1.00 vMB 37
565,903 565,903 00000000000000000015a25a3652773a065dcf7921057d2bab182f74bcf43f68 2,795 1.00/1.00 vMB 54
565,902 565,902 00000000000000000008c5edae17886d48d340387cbdc16c0d9ee3570603b44c 1,667 1.00/1.00 vMB 20
565,901 565,901 0000000000000000000c7430bb9d8e337a1e309a73d9c7560872b1e0b8e0aaec 2,773 1.00/1.00 vMB 39
565,900 565,900 0000000000000000001cd1a6b5d0d226d2af982c87d7c82dc033936af84c7d88 2,757 1.00/1.00 vMB 33
565,899 565,899 00000000000000000019606367e4051667a9812e203c055d17a10ef6a8a09f64 2,416 1.00/1.00 vMB 23
565,898 565,898 000000000000000000013187f5d5bb6743fb6e562e3ef7a1591369fbf1faa8f4 951 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.21 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: 654.41 GB
    • Received: 14.14 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.