Loading Tool

Explorer IconExplorer

Memory Pool

83,340 transactions
31.67 vMB
0.12660661 BTC
Random Selection Loading Transactions
Max Size: 191.37/200 MB

Candidate Block

Mining Attempt 14f64cc8c29abe4bc6fa387487bc7d9e4b8deda1a9ebc0e85900d35be34ae62d
Version 20000000
Previous Block 00000000000000000001f5417a435556f5b747dcad246527d5eeb9ad9cf4d081
Merkle Root c9d8830b5bd02ee438666fb3206615b4d842254ec5dddd60bd83d6a789dbd691
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,043
Size: 1.00 vMB
Total Fees: 0.04222409 BTC
Feerates: 803.65 > 4.23 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,352 (465,302 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
450,050 450,050 0000000000000000026e7c35c72d168e81c704c8ffee0f63d3405af4affad6df 937 1.00/1.00 vMB 26
450,049 450,049 00000000000000000027c431604bd3003fdb7afc719d78eafc0139f2240373ef 1,725 1.00/1.00 vMB 59
450,048 450,048 000000000000000000cfb944b1d639f134093838c03804e0e4cbdd0a833d2e4e 2,810 1.00/1.00 vMB 116
450,047 450,047 00000000000000000254fcc227f892b6f58cf6dee3dc3330338f2ba05840ac9e 2,120 1.00/1.00 vMB 77
450,046 450,046 0000000000000000008b913748109d13111b4fdede3d95c12d5fb51ec92a2f9f 2,918 1.00/1.00 vMB 110
450,045 450,045 0000000000000000001c42d9c6901eece8b5683d0b0f4f89d1450a901237b5c2 2,166 1.00/1.00 vMB 78
450,044 450,044 000000000000000002a177721e5369e6efa600b740d7f8b3bdad00a389aeb579 1,437 1.00/1.00 vMB 41
450,043 450,043 0000000000000000000abee5b3987f24b40d0ee774bb5c93e5ee1c1604faee14 1,162 1.00/1.00 vMB 43
450,042 450,042 000000000000000002a1a6c21613985935fcead38cab8e9521e2403563794828 1,670 1.00/1.00 vMB 36
450,041 450,041 000000000000000000b0d4a3070709403584f2f7508f6f1f25d06ee0622c6ba4 2,505 1.00/1.00 vMB 87
450,040 450,040 000000000000000002931372580cfda50568424c394572afe0ac9c2062b39f4b 949 1.00/1.00 vMB 40
450,039 450,039 000000000000000000717933251b2ebd504bb01478c0aefe7da922be10587ed7 2,586 1.00/1.00 vMB 91
450,038 450,038 000000000000000001ffd4401b0c2783e34257f9b4755f90b3606b41f05d519b 3,501 1.00/1.00 vMB 42
450,037 450,037 000000000000000002743c71fa6df076f84b7e64c0e1588a2290320051311fd4 2,288 1.00/1.00 vMB 73
450,036 450,036 000000000000000002056d3755c4e5e17b229f9db3c58f90cc7fbec55ee52528 2,216 1.00/1.00 vMB 51
450,035 450,035 0000000000000000009bd5e9f502690db56e9a6c0957fe2fbbd476486c343e98 2,002 1.00/1.00 vMB 79
450,034 450,034 00000000000000000044cc86ededfa0c69c1d8d1bc6cbc736a75ce203dc9dfdf 2,301 1.00/1.00 vMB 115
450,033 450,033 0000000000000000015ca595cc26f7e214d7d38a7f248e6371a674d36589b261 1,202 1.00/1.00 vMB 47
450,032 450,032 00000000000000000031ecc1b27ae8bf7938a52dd4b137c2cfcf9e0ac17a7c83 1,961 1.00/1.00 vMB 59
450,031 450,031 0000000000000000000cf76c8c50df4bc903497e1fe33509ef6e94fb9b373021 1,958 1.00/1.00 vMB 42
450,030 450,030 0000000000000000011137f1df788ae96e67cae84c582856455f2d55ddca2634 2,132 1.00/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 783.00 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: 718.68 GB
    • Received: 17.94 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.