Loading Tool

Explorer IconExplorer

Memory Pool

40,786 transactions
27.65 vMB
0.07126737 BTC
Random Selection Loading Transactions
Max Size: 141.88/200 MB

Candidate Block

Mining Attempt eeb8e6446929d2e17805debb347f4ebb9d51e7d32285130f89ebaf777886d50b
Version 20000000
Previous Block 000000000000000000004ab2d9074b9d6bcd795d8888845f0458baf6acec01c0
Merkle Root dcae4a96cccd05e280c483577d1476e7ac4b484b7c31f8113b0d9365505cecaf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,269
Size: 1.00 vMB
Total Fees: 0.01849692 BTC
Feerates: 307.10 > 1.85 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,652 (559,956 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
354,696 354,696 0000000000000000155a0755d0a4129e8c2ea020ce685fce288a41616ebb5986 1,679 0.75/1.00 vMB 29
354,695 354,695 00000000000000000451665e3e014fd8bfab9ef2ec399ee21c7b60e0eb9caaaa 1,025 0.48/1.00 vMB 28
354,694 354,694 00000000000000000c323b41f672e70f742a636d5095b2cae76a1d9e17b78bc9 319 0.21/1.00 vMB 23
354,693 354,693 00000000000000000700dd9c66495e8e6a6f1aa94e3b3844943c25b09b5f5f22 771 0.38/1.00 vMB 26
354,692 354,692 000000000000000006d8d2892fdbfd5cd4c287587d314e17a1a93b4bc64c24c9 591 0.28/1.00 vMB 20
354,691 354,691 00000000000000000e3cec5cc6ead19bb604a1acfd37d0c0085eaf0d3743c369 1,088 0.58/1.00 vMB 28
354,690 354,690 00000000000000000271dd65e2077eaa25573924ff16159dde0697d055ea3c2f 83 0.04/1.00 vMB 14
354,689 354,689 00000000000000000ea2aac22061f21bc2ec6d17c380f66fa10dfcd5ee8ed2f6 1 0.00/1.00 vMB 0
354,688 354,688 000000000000000006b9424d0975c1c6bee0c20e04bc54129ae0ee7cb30822d4 480 0.22/1.00 vMB 25
354,687 354,687 0000000000000000100e7e93074b6fee2f814d7bf60daa7acb4472e876d86ff7 1,437 0.69/1.00 vMB 22
354,686 354,686 000000000000000004f5bb0e460cea1155121c837c3f094b021b4af6f592ff79 489 0.30/1.00 vMB 25
354,685 354,685 00000000000000000e328d8db05fde32cd4e6f582b36e7e694b292170ed36361 304 0.35/1.00 vMB 10
354,684 354,684 0000000000000000032343e32269b5d7df1532bb53b61c77aead281f28f3db89 2,366 1.00/1.00 vMB 30
354,683 354,683 00000000000000000e5681a8142e01125b0c1097f2d5b4abef660911a5c06d4d 1,490 0.70/1.00 vMB 28
354,682 354,682 000000000000000008cb5a6a6f03a318192f000464c03fa83c57a1ea88e666b0 395 0.19/1.00 vMB 26
354,681 354,681 0000000000000000078aa6239074514020b7b36a665b8b5f93607610d8d367b6 1,602 0.70/1.00 vMB 27
354,680 354,680 00000000000000000d0f5df1b6a4765fc6e95f9069fe03fb0470d3edb33ae6d1 1,095 0.53/1.00 vMB 25
354,679 354,679 00000000000000000772a0d8f2da329ba38c995e704728fd236a34f61a1c4f0e 1 0.00/1.00 vMB 0
354,678 354,678 00000000000000000a933276bd206b8785383482737aba12dc0b1fd2563fdf7b 113 0.06/1.00 vMB 19
354,677 354,677 000000000000000012bd1e126b485d49bfae7c93c2d124b9d51c4f0c762e5a42 1,049 0.51/1.00 vMB 26
354,676 354,676 0000000000000000005ed89619f10fd600482cd7bdcf263ee240c51df3234f98 1,148 0.50/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 781.78 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: 632.87 GB
    • Received: 12.17 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.