Loading Tool

Explorer IconExplorer

Memory Pool

42,208 transactions
26.62 vMB
0.06309518 BTC
Random Selection Loading Transactions
Max Size: 139.11/200 MB

Candidate Block

Mining Attempt 54a1da03b7bef564eb59d52a12744dec02ea607d3ced6a9a36a0010d15a16681
Version 20000000
Previous Block 000000000000000000009172c47a169670d4fbb39e581fcbeb28ccbe02f86130
Merkle Root 0c45a3d8fb179227704b9b0de6ee8c06be6557c61977e280880689add0dc5993
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,619
Size: 1.00 vMB
Total Fees: 0.01418408 BTC
Feerates: 47.58 > 1.42 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,870 (136,657 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
778,213 778,213 000000000000000000054f5b3cbba890c2fd89c6a30d419017299612e69664c5 3,375 1.00/1.00 vMB 23
778,212 778,212 00000000000000000004cd4e93782cd1449616b7449abcb5a56feaee34d8fb22 3,370 1.00/1.00 vMB 18
778,211 778,211 00000000000000000001f40087be1023ed3880ee77f9f4a2bebb5e3b249c0e4f 1,148 1.00/1.00 vMB 6
778,210 778,210 0000000000000000000467de42c0a1a368dce090a968956b7e5da2e2252c9190 2,852 1.00/1.00 vMB 9
778,209 778,209 00000000000000000004221f78746ed3b08328c0d0b82c8b43eb1e01803a8d6b 2,177 1.00/1.00 vMB 18
778,208 778,208 0000000000000000000667223d3f2f14f90705a64d1e43ecd3d3afa3a48e98d1 1,596 1.00/1.00 vMB 18
778,207 778,207 0000000000000000000560656c6d0a243ef31cf37f72cc445b8864c417d99fe2 3,067 1.00/1.00 vMB 16
778,206 778,206 0000000000000000000322193a8f0ad9fc49c0dcc0aa3d1b6eaa709a892c44c9 1,917 1.00/1.00 vMB 12
778,205 778,205 00000000000000000002277eab1671e347e1fa0d750e5c82e76859608b4b8cba 2,656 1.00/1.00 vMB 9
778,204 778,204 00000000000000000005300c53387aec66637a778a6348bcb0fd9d76857c7f80 3,161 1.00/1.00 vMB 21
778,203 778,203 000000000000000000003cfbdfe51706f3c9da120f47e3494ebbb6ac7b73c671 2,947 1.00/1.00 vMB 17
778,202 778,202 00000000000000000004defeaad7f19a2943b01c577125eae3f9ef90d90a9a14 1,741 1.00/1.00 vMB 5
778,201 778,201 00000000000000000005197b121d018ddd9982d57e657fe0dbe00199564dba47 2,677 1.00/1.00 vMB 21
778,200 778,200 000000000000000000031a3b1060786fb206ff49fdf375bbf79c89ac765c4065 1,244 1.00/1.00 vMB 8
778,199 778,199 000000000000000000057af3a1558099a1aa3bbdd2e4912e57d05d7d4c2bd83a 2,261 1.00/1.00 vMB 2
778,198 778,198 000000000000000000027aed062ad6963edc30eb1cda56335802f952ae71bcab 2,137 1.00/1.00 vMB 9
778,197 778,197 00000000000000000003ec64cb05f186564d8abbabc5f6ba6fad6e950eac767e 2,503 1.00/1.00 vMB 13
778,196 778,196 00000000000000000000c9c75066c7e6f14826a9b2d855fe01756a474251c26b 1,691 1.00/1.00 vMB 11
778,195 778,195 000000000000000000007263e22e76399f5cae0986c59dabe1af06a16b14e35e 638 1.00/1.00 vMB 3
778,194 778,194 00000000000000000004fa36d9ea002463fca997430b6a4b7a2385c196643e66 2,705 1.00/1.00 vMB 17
778,193 778,193 000000000000000000008402112a33d43e3d98d486f7830c1aefd9926b793432 992 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.16 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: 653.27 GB
    • Received: 13.85 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.