Loading Tool

Explorer IconExplorer

Memory Pool

80,238 transactions
29.63 vMB
0.06765334 BTC
Random Selection Loading Transactions
Max Size: 178.84/200 MB

Candidate Block

Mining Attempt 601d5453dafef749f22d8b00e33420ff7c82860535f2bd88c4ff271177550ffd
Version 20000000
Previous Block 00000000000000000001febb03fdcff4c8ac482b94dd8500539809f9da5db1cb
Merkle Root 090e279bc29db7e00013c25bc030972d1b112d9dfe9723a4c3acc1abe14b4c5b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,326
Size: 1.00 vMB
Total Fees: 0.00744592 BTC
Feerates: 73.20 > 0.75 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,981 (239,066 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
675,915 675,915 000000000000000000083f9fa2bb3b05725556ec80b9bbefa1082970e0da0803 1,480 1.00/1.00 vMB 20
675,914 675,914 00000000000000000003b41ce4ebd98659b56f52f58fa86c75b6a9b67e289814 1,174 1.00/1.00 vMB 24
675,913 675,913 0000000000000000000afa535039694abd2fee541f41aaeaa2cb144378abc174 1,368 1.00/1.00 vMB 28
675,912 675,912 000000000000000000001055a1d9958e8ef2d34c28619f4faad12e83d7a811d4 2,231 1.00/1.00 vMB 35
675,911 675,911 0000000000000000000671eeb3b56d6282c90cf2afeb5594f503981b80933b58 2,481 1.00/1.00 vMB 55
675,910 675,910 00000000000000000008e793e0d256a9077728d82828276fc928ca6f8b78d3e5 693 1.00/1.00 vMB 25
675,909 675,909 000000000000000000040e1ae9b41b3e5eaff3a2d8afe28f52303fc3f368fa81 1,460 1.00/1.00 vMB 30
675,908 675,908 0000000000000000000c2e86a6e2d6444f38ef4b5c6ed20e16c393df7aaf168b 1,201 1.00/1.00 vMB 28
675,907 675,907 00000000000000000007192f233ab349d183a30d4a013e488ce86d6efb42f8b7 2,261 1.00/1.00 vMB 11
675,906 675,906 0000000000000000000bfb76b6340b18e0062e38b9aba34da5994a8459e0d37f 2,465 1.00/1.00 vMB 26
675,905 675,905 0000000000000000000bf9d3710ba6161a161f679b22eb0a80223b8049ba643d 1,875 1.00/1.00 vMB 47
675,904 675,904 000000000000000000026f858d1f705ea24335a69084aec7d138bca8bbff3826 1,402 1.00/1.00 vMB 64
675,903 675,903 000000000000000000098a6916b167002a929f543b8cfcb8c0e88a6137ce1c54 1,460 1.00/1.00 vMB 71
675,902 675,902 0000000000000000000c1ef00cc78698875e975191fd1f8fe7e333032a5f5101 965 1.00/1.00 vMB 72
675,901 675,901 000000000000000000085dd9b163d7b17e924813a7ef33c98b10104bac4ab12f 2,240 1.00/1.00 vMB 79
675,900 675,900 000000000000000000056582148f4f772910f9fb7e4ada026bb924eb6a518205 1,407 1.00/1.00 vMB 15
675,899 675,899 00000000000000000007dad0fece69a5c8a69e32e6aff839409848d74626b89c 2,045 1.00/1.00 vMB 39
675,898 675,898 00000000000000000005638982d7f65c978d1582a848dfaf1e990039e6a5e6ee 2,029 1.00/1.00 vMB 46
675,897 675,897 00000000000000000009ba05a9075fc6641cbffd737a7be6d768e3d56eb818c9 2,262 1.00/1.00 vMB 49
675,896 675,896 00000000000000000009ffa59a8ed05c9798a3e2496dea766b6b50993215e971 2,028 1.00/1.00 vMB 51
675,895 675,895 0000000000000000000ac224a148517e0e08b199da53e7a13a2add6f0894f809 2,279 1.00/1.00 vMB 47
Previous 10 blocks ↓
Total Size: 782.36 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: 662.54 GB
    • Received: 14.86 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.