Loading Tool

Explorer IconExplorer

Memory Pool

82,116 transactions
30.22 vMB
0.16781357 BTC
Random Selection Loading Transactions
Max Size: 181.67/200 MB

Candidate Block

Mining Attempt fd667a4fa4538f7fe0c42f755e28382b00e25b67fb43675ee0cd43c9ea2e6f85
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 54a44850d38cea6924c357f7dd7e9228d6638c48dcf4ad326664f5bf2b0d0f10
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,948
Size: 1.00 vMB
Total Fees: 0.06360961 BTC
Feerates: 1,002.91 > 6.37 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (468,214 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
447,072 447,072 000000000000000000c0e579e01f83c32cb7682aa2d772be2a5df03722f23156 2,437 1.00/1.00 vMB 74
447,071 447,071 000000000000000001ecbdb91b3d8c109bb978accdcb93be13240d994d5415c5 1,974 1.00/1.00 vMB 94
Previous 10 blocks ↓
Total Size: 782.92 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: 714.48 GB
    • Received: 17.55 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.