Loading Tool

Explorer IconExplorer

Memory Pool

77,927 transactions
33.88 vMB
0.14378798 BTC
Random Selection Loading Transactions
Max Size: 189.95/200 MB

Candidate Block

Mining Attempt f7f96395c8d74530e9281cc89d72cdaa7df94c2f4dd9142cd1930838cf899d8a
Version 20000000
Previous Block 000000000000000000012746d6c2df51d8349966cc0d8eb6f9f36de95d974776
Merkle Root 425ca9e1b4633def0460c4d7026c782c8b6280e8cf2c318233c85e073b890013
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,600
Size: 1.00 vMB
Total Fees: 0.02993994 BTC
Feerates: 100.53 > 3.00 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,415 (4,026 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
911,389 911,389 000000000000000000010ff6c3cae3a589ed6ab736240fe0631bc184893ba6a7 3,582 1.00/1.00 vMB 3
911,388 911,388 00000000000000000000ad9cfb6ec33b2736ba27f84924c10b2993d329675684 1,070 0.34/1.00 vMB 2
911,387 911,387 000000000000000000007507d4a1b412c69c5983d316764d228fff40c2ee70e5 463 0.11/1.00 vMB 2
911,386 911,386 000000000000000000017040e983ed69b6ee3c06dc292c249ea3bdf3db7cfacf 3,422 1.00/1.00 vMB 2
911,385 911,385 00000000000000000001394cc4b80915ba25cf0238350ee13cdc1b5b1ab867d4 3,122 1.00/1.00 vMB 1
911,384 911,384 00000000000000000000344cef306328cb8e6b3eda0180c4a82ca5ba9cc377fc 3,696 1.00/1.00 vMB 1
911,383 911,383 0000000000000000000118d74e3a33cac1558d3dbd178eef3db683c7ecb048b4 2,590 1.00/1.00 vMB 2
911,382 911,382 000000000000000000006e722cb4cbb1cb3e7f5c5f4a0fe1022ccb5182576b12 4,541 1.00/1.00 vMB 0
911,381 911,381 00000000000000000001bf1919955b00ca0367023c27a4987250d8878efd348d 1,661 0.51/1.00 vMB 2
911,380 911,380 00000000000000000001327004bcce6243ea431e68211921d5c1fe492fba5001 4,800 1.00/1.00 vMB 0
911,379 911,379 000000000000000000011b6049dbb6904645b10c1c3f71cae980b0d86c34e0f5 3,987 1.00/1.00 vMB 0
911,378 911,378 000000000000000000017e50bb9b1b3f0ccaa079ded30f493309823c37c7c058 2,838 1.00/1.00 vMB 0
911,377 911,377 0000000000000000000064301818544e6b3d07f364871db1f907af8d4a927b54 3,786 1.00/1.00 vMB 3
911,376 911,376 00000000000000000000af700b086d8e4e6702bc266dfc31762d11c0dc620a8d 2,592 1.00/1.00 vMB 1
911,375 911,375 00000000000000000000b0a41e96132da8405a0e5efc0f458673591719fa8cfc 2,612 1.00/1.00 vMB 1
911,374 911,374 00000000000000000000872d8a1f6d6f2e4798ab9aaad5be7e4ef5ab7461542e 2,765 1.00/1.00 vMB 1
911,373 911,373 00000000000000000000c067117e3f1a2056e02fcf47a3eea98741dc4d619480 586 0.13/1.00 vMB 3
911,372 911,372 0000000000000000000122fe6004e048a439eeb4cad1b4628d8f45044f4097ba 4,075 1.00/1.00 vMB 2
911,371 911,371 00000000000000000000ef57035d6ffee9e3717b1237e2f4325d87102ae7f183 3,950 1.00/1.00 vMB 1
911,370 911,370 00000000000000000001ccc40ea9750e23f92c8979b27a0a70df8a7df0a2c45f 3,654 1.00/1.00 vMB 1
911,369 911,369 00000000000000000000231d6aacf24bc11eeae8d50f06ecd40015171f79389f 4,139 1.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.11 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: 733.48 GB
    • Received: 18.54 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.