Loading Tool

Explorer IconExplorer

Memory Pool

80,976 transactions
30.55 vMB
0.08494091 BTC
Random Selection Loading Transactions
Max Size: 186.19/200 MB

Candidate Block

Mining Attempt 2f2c20667e01235b58bbf52fd9adf0dbdcb6a337c20caf10810c915a3b52d9a6
Version 20000000
Previous Block 00000000000000000001cd73236a028c712d69000472bf4b7a3a172265e397d2
Merkle Root 066272bac28322f217b8fd72b59f2b0a39d203d818973037041a42969a2df5b0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,366
Size: 1.00 vMB
Total Fees: 0.01655428 BTC
Feerates: 318.30 > 1.66 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,349 (315,027 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
600,322 600,322 00000000000000000013f12a4a54c68431aa67bfd3f3dfd3528d1b2a44e89c6c 968 0.32/1.00 vMB 12
600,321 600,321 00000000000000000006e5416e51b1c53dfec5ae28e84ec17f110c6a8d6c5115 2,141 1.00/1.00 vMB 17
600,320 600,320 0000000000000000000bcff3d66377565c4999092776932809cfb4fa63973541 2,853 0.95/1.00 vMB 10
600,319 600,319 00000000000000000005f086494cef2e31fcb38b3754390a25a31ef9d01321b1 3,004 1.00/1.00 vMB 5
600,318 600,318 00000000000000000004fa36dc8e56c8ddabaccf9ad01c391609fb24bf89571c 2,582 1.00/1.00 vMB 20
600,317 600,317 000000000000000000004e729863d8bf12cda005f83f8edffd8524becdb792c0 2,436 1.00/1.00 vMB 11
600,316 600,316 0000000000000000000330b9caa8214ce1a308380b7389b558811a6283d2f25a 2,821 1.00/1.00 vMB 13
600,315 600,315 0000000000000000001296338ec9692e91040ec78a7c35d2911879d9141d3521 2,675 1.00/1.00 vMB 32
600,314 600,314 000000000000000000152a9ef8baaeacc5a6ef49536156bd498e13f005c8a000 2,792 1.00/1.00 vMB 24
600,313 600,313 0000000000000000000ae55a1ae1e9b8e9e40b19e1bdb3575cbb34097d6ba816 2,842 1.00/1.00 vMB 31
600,312 600,312 00000000000000000012d24c34e088d15615f90aa5027708e4c8c80589db5185 3,510 1.00/1.00 vMB 19
600,311 600,311 00000000000000000013ce3dbfdae99255fcce4e49637ac3cc189bd91c96a011 3,137 1.00/1.00 vMB 21
600,310 600,310 0000000000000000000745702af258d84f5da7bd29871f3ac65d45d578685a18 2,118 0.63/1.00 vMB 17
600,309 600,309 00000000000000000011e915f66dc4e35f9ca69bdcfce9a0708c23d5e99c6f91 731 0.21/1.00 vMB 16
600,308 600,308 0000000000000000001118c8f84626ed8b4be1cb0bf9929e58c68674d62a6420 1,371 0.48/1.00 vMB 16
600,307 600,307 000000000000000000024bb45c88bc0ab3ca444211543183206734c9e1bdebee 2,075 1.00/1.00 vMB 4
600,306 600,306 00000000000000000001cfcebf78aef3bb695a6b8362d19e7d2f8cc49aefcec4 3,253 1.00/1.00 vMB 11
600,305 600,305 0000000000000000000e202e42ef65c369760714c0b4f996bcf7d6e57c6e4a0f 2,464 1.00/1.00 vMB 34
600,304 600,304 000000000000000000050b12cd83296f184c21438f1a112fa5de01468e7e826b 2,734 1.00/1.00 vMB 15
600,303 600,303 00000000000000000003b213be44155bf66882b36e855b64b0a40b808ea1390c 2,240 1.00/1.00 vMB 15
600,302 600,302 00000000000000000013303f280f4d90f58c031b3f12fe6a43e4a40749534810 2,956 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 783.00 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 718.35 GB
    • Received: 17.89 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.