Loading Tool

Explorer IconExplorer

Memory Pool

59,750 transactions
18.61 vMB
0.06651583 BTC
Random Selection Loading Transactions
Max Size: 118.25/200 MB

Candidate Block

Mining Attempt 1ab3a10e6b9ce9a9fa7397300bef6739fe61cd255ae763afca044d08c6aabe97
Version 20000000
Previous Block 00000000000000000000e3ef9599fe381679aa26c3ac8251afcd45d0ac0e750b
Merkle Root 8ecd05cb7b28c5aec6f71a0b208157566d2489c2eed17f71b7ea5a8874c54306
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,540
Size: 1.00 vMB
Total Fees: 0.02442334 BTC
Feerates: 1,004.23 > 2.45 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,776 (844,460 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
71,316 71,316 0000000000bb784887abc7ff5a20b0ba397c98f8c9d6bdf4a04e657553185d8d 2 0.00/1.00 vMB 0
71,315 71,315 00000000005c831ca447fb668120c6a02295cdc0312984e25b4b569070472b40 1 0.00/1.00 vMB 0
71,314 71,314 000000000092276200881e792f59a14471c4013de66cf1359ce0aec3b59c67c4 1 0.00/1.00 vMB 0
71,313 71,313 0000000000239989e7dd1af41562084a55d0b622df139782c9ccfac2849908d1 1 0.00/1.00 vMB 0
71,312 71,312 0000000000871b6d20ce3b66ef9824f6361db5cf70dcabc4684a15a0929ae999 2 0.00/1.00 vMB 3,891
71,311 71,311 0000000000dea82030879e8e1c58e33a8d6951c7c4f5432d38d72babf61c5d77 1 0.00/1.00 vMB 0
71,310 71,310 0000000000a86f31cc68d7a7d027b10947a38bf88c53e3d9be974a8a3bf8099f 2 0.00/1.00 vMB 3,861
71,309 71,309 000000000047fbab249fdd750f18c8d1e16558064e4bd79aefab7e4bf3b4990e 1 0.00/1.00 vMB 0
71,308 71,308 00000000002439feb830a402f138a32f4770a1950f2808aa734b2798b6f7ffec 1 0.00/1.00 vMB 0
71,307 71,307 00000000009edf2cc8319d7e6c6e34edcb59279443d7e2a1250153058d196d76 1 0.00/1.00 vMB 0
71,306 71,306 00000000005b9b57a25d323de25a6238eb40b27278bf940b5b090a749cd12489 1 0.00/1.00 vMB 0
71,305 71,305 00000000004a373ebaa20e22efa3a3cd5d6239ed6ceca528864a25a9c8a6f142 2 0.00/1.00 vMB 0
71,304 71,304 0000000000fb8471994b687a6bd0126b270eca294545102526f3af9c9dc9a880 1 0.00/1.00 vMB 0
71,303 71,303 00000000002103bbeb5afdf0d87ec6e5ec16b0d15dfb8dd9818845c8ddfddc4c 2 0.00/1.00 vMB 3,891
71,302 71,302 00000000002bd970b0162597a3b831c47dc2d5d530f70e8f16702da32b18b182 2 0.00/1.00 vMB 3,875
71,301 71,301 00000000002bf16015c8d255e71a607f5a6852047b4b199b10bf99c3b38e660e 1 0.00/1.00 vMB 0
71,300 71,300 0000000000720458cacc8126dbd369ef167cbbb948485ef69489486ac8fd895e 2 0.00/1.00 vMB 3,875
71,299 71,299 0000000000a022b07087f3c156f7910d0da593644711e0fed54806f8fc1c5301 2 0.00/1.00 vMB 3,875
71,298 71,298 0000000000030bbdbb448d1423c1430bbfb56490c6ab34eadcfcbc26a86b269c 1 0.00/1.00 vMB 0
71,297 71,297 0000000000a1cabfa6ef75624c45a734063ddfd93859c15a49a3248c399b28dc 3 0.00/1.00 vMB 0
71,296 71,296 00000000001f3cc09ee6ea43552fe197c6ce5d0f795a4705579182b4a433e3b3 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.72 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: 783.19 GB
    • Received: 21.39 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.