Loading Tool

Explorer IconExplorer

Memory Pool

75,209 transactions
27.77 vMB
0.07684875 BTC
Random Selection Loading Transactions
Max Size: 169.45/200 MB

Candidate Block

Mining Attempt c7c54a8d237ad15ffe9800761a63b0dc7484a94a93f02fbe1f4ac6033a0f6410
Version 20000000
Previous Block 00000000000000000002102afa1db3081518716f594315bc6c7bf9736cdf6fb9
Merkle Root 9061a04833678243c30d2d13c3f8653784e2cfbd6a93e13d75977e7dabcae5b1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,071
Size: 1.00 vMB
Total Fees: 0.01711373 BTC
Feerates: 100.00 > 1.71 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,258 (89,763 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
825,495 825,495 00000000000000000003035f8458d4f0f09aa68c6e98b272a55a71ee23612f50 1,058 1.00/1.00 vMB 37
825,494 825,494 00000000000000000001d0123580d9a291de5599b8f7723a70b35ce2d2441209 3,150 1.00/1.00 vMB 54
825,493 825,493 00000000000000000002fad0458077455e66d4e6105605032607d47aaa064f68 1 0.00/1.00 vMB 0
825,492 825,492 00000000000000000002b3fbd628debf9d421e4f1685648f4f8cdbc897da0f10 3,267 1.00/1.00 vMB 75
825,491 825,491 00000000000000000001212f3dafb70b0eba1abda53b46ea3a95a1cbf963bfab 3,608 1.00/1.00 vMB 39
825,490 825,490 0000000000000000000219f64dedeacd394b1db57f4e64e01bcaa43eb0113204 2,470 1.00/1.00 vMB 40
825,489 825,489 000000000000000000001980e7c32f15a45221598f0c3af8401d7ed63d512a9a 3,325 1.00/1.00 vMB 89
825,488 825,488 0000000000000000000152006e5a149d55a4ac1d8cb9dac07ce6a71b733830cd 2,224 1.00/1.00 vMB 62
825,487 825,487 0000000000000000000186c4c69dd99c62d8fff62a9ac33ba811b1e5abe4ca42 1,838 1.00/1.00 vMB 43
825,486 825,486 00000000000000000000cb99f3c243989caa7b42b2b37d6202d32c2430a071f0 2,719 1.00/1.00 vMB 99
825,485 825,485 000000000000000000004313185be476ec79d0fb8129c6cee870fcd81efaf7a8 1,332 1.00/1.00 vMB 40
825,484 825,484 000000000000000000039550ba449880df0d10d9f31a660fa855aabcab48d121 3,099 1.00/1.00 vMB 63
825,483 825,483 00000000000000000001385b953f2577a7a30fc2ea8d4e825f425542c98a61d9 2,839 1.00/1.00 vMB 63
825,482 825,482 00000000000000000000382c4a80519007140ac4cf543f853bde354712c30ae2 2,865 1.00/1.00 vMB 90
825,481 825,481 00000000000000000001579944012cb54f9865da84a7422d51e1712c9d43f935 2,542 1.00/1.00 vMB 55
825,480 825,480 0000000000000000000084626e333799d6be2c441ef9cec3f50e1ff1af4e930e 3,085 1.00/1.00 vMB 66
825,479 825,479 000000000000000000028b323c6727ac1a95a5bc71d645f7be9e923bbbda98a6 3,216 1.00/1.00 vMB 72
825,478 825,478 000000000000000000016bf99fd83cb4a7df1b600672882e8892b74bcd083dee 3,214 1.00/1.00 vMB 154
825,477 825,477 00000000000000000000e8a621d070ff66d879856d571741a797c68518d95653 3,118 1.00/1.00 vMB 112
825,476 825,476 000000000000000000021d75d9ce83e47c6b20c0e06d304c8be7a4ddf9ad3099 2,803 1.00/1.00 vMB 87
825,475 825,475 000000000000000000034d0f78f5ba728cbb3d583e7f0d06e1ad113b0eea19ff 2,326 1.00/1.00 vMB 88
Previous 10 blocks ↓
Total Size: 782.84 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: 712.00 GB
    • Received: 17.15 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.