Loading Tool

Explorer IconExplorer

Memory Pool

45,351 transactions
27.86 vMB
0.09195046 BTC
Random Selection Loading Transactions
Max Size: 145.52/200 MB

Candidate Block

Mining Attempt b64cf64474cf542f730e835367f8208b92750e9de46780258ed5bb3afbc0ab8f
Version 20000000
Previous Block 00000000000000000001e781babda0e5f5c24c52acf8d86f6d0acc4edd29a722
Merkle Root 86601848c670ae7f25dc247eae427cedd8e7b2bce1c4947741b70a3c67c2ab5f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,680
Size: 1.00 vMB
Total Fees: 0.03392641 BTC
Feerates: 150.77 > 3.40 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,885 (438,736 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
476,149 476,149 00000000000000000152c3bf8fca83c8cad4be8191713af19f33ceaf7c7ba28f 1,784 1.00/1.00 vMB 191
476,148 476,148 000000000000000000b07317fc3617a38f77b38d86f5892b03d2a152cf1811e1 1,780 0.99/1.00 vMB 248
476,147 476,147 00000000000000000003c45b88a8681ea9e7a745f1f0650481bbb937d8a51b09 1,615 1.00/1.00 vMB 162
476,146 476,146 00000000000000000064b6d7a14edf7846d300d0bd7e7e5214bc95b3e03ae492 1,912 1.00/1.00 vMB 215
476,145 476,145 000000000000000000e9f704c1cf13d94621f901d1a1bee2dcff4478b9a2e3c3 499 0.61/1.00 vMB 47
476,144 476,144 000000000000000001292ce9e440dc426f2d45fbe83bcf171448ba33d47587fc 1,745 1.00/1.00 vMB 108
476,143 476,143 000000000000000000c679bc2209676d05129834627c7b1c02d1018b224c6f37 1,621 1.00/1.00 vMB 228
476,142 476,142 00000000000000000144fd5b6ebba625238111d44fc2fb876ad1f90df3424fe5 1,145 1.00/1.00 vMB 77
476,141 476,141 00000000000000000113cae08b605fc061e7c63ba5c8affe8aedb598cb2e012a 1,867 1.00/1.00 vMB 212
476,140 476,140 000000000000000000cf83016c03f31f06d6e670903fff47c3b0b258ab1e0fd0 343 0.99/1.00 vMB 10
476,139 476,139 000000000000000000b680acb8fb98a1be34f15f5fa1915513ad2d329fa4793e 701 1.00/1.00 vMB 49
476,138 476,138 00000000000000000032c14602a5d7f377f4a6e901d15221c2a6f92a53c4009d 221 0.99/1.00 vMB 25
476,137 476,137 00000000000000000158dedaaaee991259ae14c829b2e57d38c191d8f6eae8db 1,695 1.00/1.00 vMB 134
476,136 476,136 000000000000000001234b597b53e9ab45ab951fb3fcb5cde2e84f66e8588b88 1,933 1.00/1.00 vMB 176
476,135 476,135 000000000000000000cf75fb5ec716b2002aa8f7e1d5e657d85d81b2f2f642fb 430 0.24/1.00 vMB 121
476,134 476,134 00000000000000000158f3fd13e7b1b54fb6a467743d41bb993bc859c1662687 411 1.00/1.00 vMB 37
476,133 476,133 0000000000000000000ff8792cb02f313be3dc13955d2a515be375e6f0045d74 959 1.00/1.00 vMB 61
476,132 476,132 000000000000000001153faeb32146c53b6b5d69418f35f86a198c323e549b52 1,752 0.99/1.00 vMB 124
476,131 476,131 000000000000000000ed87aee1f11032ee02cb86c51b4beaf485b8edb3fc10d0 1,930 1.00/1.00 vMB 130
476,130 476,130 0000000000000000000b7306b9abfbde43b56aa6e5035f7dd5ade92b56d6bf92 1,812 1.00/1.00 vMB 189
476,129 476,129 0000000000000000013c72bb1d7f890843e34de48325c8cf9bbc583b09d0708b 678 1.00/1.00 vMB 65
Previous 10 blocks ↓
Total Size: 782.18 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: 653.67 GB
    • Received: 14.00 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.