Loading Tool

Explorer IconExplorer

Memory Pool

45,668 transactions
29.05 vMB
0.13906942 BTC
Random Selection Loading Transactions
Max Size: 151.40/200 MB

Candidate Block

Mining Attempt ac4448541e70f2a705a622ecde6c3419fb051173fffcae6efa96249fcbdddd58
Version 20000000
Previous Block 00000000000000000001ba294a1e5c8ead048e94ebd94561d85b6bcbd1b10899
Merkle Root c6590f419ce9420bfa4f01080c61d54ac0a5a57643ee61b7a41ec04da35cde69
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,649
Size: 1.00 vMB
Total Fees: 0.03922424 BTC
Feerates: 100.25 > 3.93 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,709 (339,587 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
575,122 575,122 0000000000000000000699338c90db169a5c51ecdaf3711d08da2bd8855a5ca7 2,939 1.00/1.00 vMB 54
575,121 575,121 0000000000000000000950f9e18fece4b1e0d7b75d658cf1903e584c6d321dbe 2,400 1.00/1.00 vMB 100
575,120 575,120 0000000000000000001a1a1233a50921a3b84b5c872f7dca23518f1fc1251ac6 2,950 1.00/1.00 vMB 68
575,119 575,119 000000000000000000033440a4fbf683537290b86c7e5e824d1eb0c81d857d72 2,662 1.00/1.00 vMB 70
575,118 575,118 0000000000000000001e27a4fdc232f03e83ebff8cbc39256dbe2cb5b3ac7d1b 2,404 1.00/1.00 vMB 97
575,117 575,117 0000000000000000000ef4c240c55be6f926b4badaef68458af40af88dece0c4 2,964 1.00/1.00 vMB 31
575,116 575,116 000000000000000000130e17846d3dad86341c9a029738ea62a9a895fe25ef54 2,435 1.00/1.00 vMB 80
575,115 575,115 00000000000000000021fbab54c70bd58c6ec5b66ac18d0988aa977b3b938fdf 2,534 1.00/1.00 vMB 103
575,114 575,114 000000000000000000205535fff44ac31d5ac27ac5be3b53359413fc18020d26 2,446 1.00/1.00 vMB 85
575,113 575,113 0000000000000000001bcb4f02d09cb3cbc97d5e3fd4f10755e10480f0ba36ac 2,810 1.00/1.00 vMB 37
575,112 575,112 0000000000000000001301d79a0530e0aff011fde756c654ad696c353dec9ba2 2,757 1.00/1.00 vMB 51
575,111 575,111 0000000000000000001813a25b7475c8d46d97d44f5fc91fbfb857d5178bc29a 2,624 1.00/1.00 vMB 62
575,110 575,110 0000000000000000000f48f169a46a379d4df73cb62f039e40e0490d80dd95cc 2,854 1.00/1.00 vMB 93
575,109 575,109 000000000000000000252c785e2200c0def3379940244f111defd80c7fda8065 2,819 1.00/1.00 vMB 69
575,108 575,108 00000000000000000027df20a75c38bdc2fe001b874de7cf9d10688499a77180 2,129 1.00/1.00 vMB 29
575,107 575,107 000000000000000000226339fe4fd1afd31b1bc78986239e6753ed2c11ef73e0 2,513 1.00/1.00 vMB 86
575,106 575,106 0000000000000000000112b79e0e620d0252a9232ce1139f8010ca7df2118377 2,692 1.00/1.00 vMB 63
575,105 575,105 00000000000000000025c3f2abb2aadc6d5e6e2a76898607b0410610040b6cfc 2,867 1.00/1.00 vMB 71
575,104 575,104 00000000000000000013ebe895d0713adc242a55b2708430232822db117d0f57 2,727 1.00/1.00 vMB 68
575,103 575,103 0000000000000000001e42e652c8203fe08944334d7dd4275c6d8158522195e3 2,612 1.00/1.00 vMB 69
575,102 575,102 0000000000000000001d5a9d0e8ff1b9b912c2cfd9877adbf8593610abc45417 2,381 1.00/1.00 vMB 98
Previous 10 blocks ↓
Total Size: 781.88 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: 645.01 GB
    • Received: 12.64 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.