Loading Tool

Explorer IconExplorer

Memory Pool

79,896 transactions
29.31 vMB
0.12563634 BTC
Random Selection Loading Transactions
Max Size: 177.46/200 MB

Candidate Block

Mining Attempt 1e75db136b1c425bff416a6224917b550a0a652d34a9689db6eaebaa873d7132
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root 9678a9bb09359abe4f7b8b209b2468b1502c16b37af1346d2da7365cb9c95136
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,890
Size: 1.00 vMB
Total Fees: 0.04699621 BTC
Feerates: 301.72 > 4.71 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (468,204 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
447,093 447,093 00000000000000000308be31fa622f5371c9b3778b942c8678b1c7f7745cf57d 1,345 1.00/1.00 vMB 44
447,092 447,092 000000000000000002c1e6bcdb5487d971f346d4207e52699b74f05ab815e3be 2,318 1.00/1.00 vMB 82
447,091 447,091 000000000000000003059a9467f2be2589d55472151040fb20ced4087f9eee3e 2,683 1.00/1.00 vMB 80
447,090 447,090 0000000000000000020345124f5815c4cf330623a16b7193c6191a5dcff275bd 2,412 1.00/1.00 vMB 97
447,089 447,089 00000000000000000365e7c8ebaf37de05cfe9789b21d30cdfb0a049b8b0daac 1,704 1.00/1.00 vMB 49
447,088 447,088 000000000000000002b31421392609c77735bfad11bf18f777517c72a599bddd 2,436 1.00/1.00 vMB 75
447,087 447,087 0000000000000000026d13de67df11342b9ee543a7e9b88055239be65b5d8e6b 2,811 1.00/1.00 vMB 98
447,086 447,086 000000000000000000b81e03d661d1b784cdb58a43065924eb61cf2387ef0a04 2,535 1.00/1.00 vMB 60
447,085 447,085 0000000000000000036ab1b26a7b5f6ef50fc0cfef2d79af2df1501522638ed7 2,075 1.00/1.00 vMB 66
447,084 447,084 000000000000000002360ee1487854ab9b46ff13c17300df851e910bbe5a8e9c 1,744 1.00/1.00 vMB 64
447,083 447,083 00000000000000000351827b2bb69c9112c4554219e65df1dadfbb4a6ac3ca70 2,079 1.00/1.00 vMB 66
447,082 447,082 0000000000000000007c7fdea202a8c8538d221fb7b9094bc46d439cd2e43412 2,599 1.00/1.00 vMB 81
447,081 447,081 00000000000000000018fc06db522172a181b35cd70c7ffd5fb1e69302af6efe 3,080 1.00/1.00 vMB 86
447,080 447,080 0000000000000000018096297e2c6ecc8e615fa27de8f0dd0606488a27c7a54d 2,599 1.00/1.00 vMB 88
447,079 447,079 0000000000000000018d49561e4eb2124181d0d5f3201847aaed91176b784465 2,500 1.00/1.00 vMB 73
447,078 447,078 00000000000000000118a83543869588818ad830bd06143f1af83af45b204395 2,428 1.00/1.00 vMB 80
447,077 447,077 000000000000000000cb7d8f175a220aacc8226fa02b3e5ebbee82b57fd9be58 1,743 1.00/1.00 vMB 93
447,076 447,076 0000000000000000034a2ac2e14a5c6ee382986033bae37be040c1e3950f5737 2,041 1.00/1.00 vMB 121
447,075 447,075 000000000000000000680b6df3af80f4feda1ec559f3da0677eed149f47252fb 2,340 1.00/1.00 vMB 79
447,074 447,074 0000000000000000009964ba2c78caa1a19162f048679166230b7de97c3d2642 3,086 1.00/1.00 vMB 123
447,073 447,073 00000000000000000359e23bad1e4219763ba06ea0bb8f67e65e4acd464e4384 2,887 1.00/1.00 vMB 115
Previous 10 blocks ↓
Total Size: 782.90 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: 713.74 GB
    • Received: 17.46 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.