Loading Tool

Explorer IconExplorer

Memory Pool

81,105 transactions
29.55 vMB
0.10459416 BTC
Random Selection Loading Transactions
Max Size: 179.99/200 MB

Candidate Block

Mining Attempt 766b2e29bef64e036fec89dfd24bbbc8809f1bb6efbb2b9925dcbcf5609eeba0
Version 20000000
Previous Block 00000000000000000001968746f746008154af3e4db375ab1e0c87864c4db4c8
Merkle Root b095bf504cb9ebae0e3e2042d2a79d29a90012c017949b3da4b960ff13b72f4e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,179
Size: 1.00 vMB
Total Fees: 0.04242342 BTC
Feerates: 201.05 > 4.25 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,080 (733,939 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
181,141 181,141 00000000000000961335fd3dde59a0ce7ed4238014f8b6a2858c19c9cb8b9b91 96 0.05/1.00 vMB 47
181,140 181,140 00000000000006e71e911f15b32710e341d12c34a1847a718831d5a9baef0dfb 94 0.05/1.00 vMB 126
181,139 181,139 000000000000042652356e624e19d1297217b7d92206d12238f2d0031605169b 607 0.25/1.00 vMB 124
181,138 181,138 000000000000032e2a3db513888551ea3ee6415709eb5c2087106554ab7b80de 635 0.25/1.00 vMB 144
181,137 181,137 000000000000047d3ad042e8cc757a8cd6488c136f1104b0baecd3bfb3760162 67 0.03/1.00 vMB 41
181,136 181,136 000000000000079f94e6ee86c9167f3ff30d3c39d89975eceaeacfc0f6f1a929 166 0.07/1.00 vMB 119
181,135 181,135 000000000000062da1d2ce621e05465dca744ccbe7a0029bf12ad52256ec379e 111 0.06/1.00 vMB 131
181,134 181,134 00000000000000931ed79cb812b39e106c1027d6eec9e951e4dfa44cd5b66994 212 0.13/1.00 vMB 95
181,133 181,133 0000000000000888d7f69e0cb9e4e68ab54d53de82af5fccf5be04f965a0f237 390 0.23/1.00 vMB 113
181,132 181,132 000000000000072d39c55653682aa305d292a8248a962cbe7b8137e9f8de70ab 141 0.05/1.00 vMB 106
181,131 181,131 00000000000007b1f0d860f5bfd9cfe36c7de1c1f1459f63e9f6968d85f4aba1 10 0.00/1.00 vMB 55
181,130 181,130 00000000000002e7c478bb50b81f10817a0a635e20c397b13faf5cb69c2958d5 271 0.11/1.00 vMB 124
181,129 181,129 0000000000000239d77a68b4fd520e6487782722ac573b8e3403eac01caab5ec 95 0.04/1.00 vMB 116
181,128 181,128 00000000000002abf82b675a926e16a71f167717afca152398ddbe636d1ac69d 20 0.01/1.00 vMB 103
181,127 181,127 0000000000000034a9afcb1df2e2a9c3cb725a0151dd17339098d438fb797de8 24 0.01/1.00 vMB 94
181,126 181,126 000000000000053b784567e6dd25a72114259858c7bc0e43e3b23b4a1ff34d2e 99 0.06/1.00 vMB 94
181,125 181,125 00000000000006ed10933d2e92e6c9ef2ae8dbeeec4bdf551e33327b09cdb725 397 0.19/1.00 vMB 137
181,124 181,124 000000000000002c92b5cd8a76c1fed554dcf81e9f18e483bca0076b66e0c773 83 0.05/1.00 vMB 170
181,123 181,123 00000000000000b8e5da429492bcd1cc3986598141c7b0bf88ac3216ed6b0645 219 0.09/1.00 vMB 106
181,122 181,122 00000000000005ae1a17256b9257a986d502b38e5bcccc734e3123599ac45afd 632 0.25/1.00 vMB 144
181,121 181,121 00000000000005989dd0aa93fd1eefcfeb3adb45641759976934943d9d13536e 142 0.05/1.00 vMB 132
Previous 10 blocks ↓
Total Size: 782.53 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: 668.98 GB
    • Received: 15.68 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.