Loading Tool

Explorer IconExplorer

Memory Pool

75,201 transactions
27.80 vMB
0.07805802 BTC
Random Selection Loading Transactions
Max Size: 169.25/200 MB

Candidate Block

Mining Attempt 683c642830513e00dc5688f9149060bfb50f8ca7bb0c7ffdda1f145c6b5411f9
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 1d2257e07b8a45e299975308f162fe98f17b81285d837a126b8bf6761011406c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,376
Size: 1.00 vMB
Total Fees: 0.01858835 BTC
Feerates: 150.80 > 1.86 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (76,668 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
838,597 838,597 00000000000000000000932c78a95624a2a1b97deecd7e9a141c956da0fb1e46 4,698 1.00/1.00 vMB 40
838,596 838,596 000000000000000000033ff0b4ed98718f9d5760b73e1bed08a2ef00dfb11d12 4,072 1.00/1.00 vMB 50
838,595 838,595 000000000000000000035cddb55ae505961156ee672aaa5f7e70e95d9dce7b0a 3,705 1.00/1.00 vMB 67
838,594 838,594 000000000000000000002b6950d229ba6453d4056c2f44e8f4b2a638b173b8e9 4,314 1.00/1.00 vMB 56
838,593 838,593 000000000000000000023d4522973909874fa2ba8a0d36de814b203d2a400a7c 3,453 1.00/1.00 vMB 73
838,592 838,592 000000000000000000034477c6e4bcce2120c1166c396c4dca9795add1cee340 4,770 1.00/1.00 vMB 83
838,591 838,591 00000000000000000001d322d488a70e2752f352ed5659dad18745aa8bf74d9e 4,935 1.00/1.00 vMB 119
838,590 838,590 00000000000000000000c6f5f035f768c2006f1bf5e3bf66dd0ca2c75b94ea9b 4,465 1.00/1.00 vMB 119
838,589 838,589 00000000000000000001d9d8fa0550fbfdc98cceb2db301229b23eea45793998 4,906 1.00/1.00 vMB 67
838,588 838,588 000000000000000000009194714a1a44f6f7afc137317a81c9082ec47d6c3e8c 4,823 1.00/1.00 vMB 73
838,587 838,587 000000000000000000011d9bf61c96da4e9403ec13d43882114c5e5d15c73c7c 4,629 1.00/1.00 vMB 39
838,586 838,586 00000000000000000003047168912a52d7a287a0781248a3cdca280906e7ebf5 4,159 1.00/1.00 vMB 24
838,585 838,585 000000000000000000021348503edfa6929c0bf073466fb436f8d862925bc858 4,161 1.00/1.00 vMB 13
838,584 838,584 000000000000000000018479d903decea0cbab40aab424e84ce751f8c0156534 3,979 1.00/1.00 vMB 25
838,583 838,583 0000000000000000000151e9a9c968785e19bcb23285b2d69624fb5ffff0bc27 3,459 1.00/1.00 vMB 14
838,582 838,582 000000000000000000014f9238cf8f3c411980f6fddfcf6549b73323eb549b61 3,866 1.00/1.00 vMB 26
838,581 838,581 00000000000000000000a05cd3c53cde712fd889c5a74b9a7a985f2f8de46958 3,995 1.00/1.00 vMB 14
838,580 838,580 0000000000000000000332d358bb3d0c0b5e40f9b6968dfefd5a0499a66748c0 4,695 1.00/1.00 vMB 25
838,579 838,579 00000000000000000001a1a6b376b4df56fcd029ee93a84b6e51b07ebc7863d5 3,418 1.00/1.00 vMB 20
838,578 838,578 00000000000000000003270de58df4a7fc3528ca5bf61e36039c01e0daec5565 3,499 1.00/1.00 vMB 23
838,577 838,577 000000000000000000026ad7f3fe23f89538a11fb7355b37e512e50b6faee10a 4,145 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.85 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: 712.61 GB
    • Received: 17.20 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.