Loading Tool

Explorer IconExplorer

Memory Pool

73,880 transactions
27.32 vMB
0.06658745 BTC
Random Selection Loading Transactions
Max Size: 166.92/200 MB

Candidate Block

Mining Attempt 6a2b5676dc6ac38c6b522bfe4c6501f6b04084a700c2dcfff3d9b99da551d7ba
Version 20000000
Previous Block 000000000000000000019f01622aa9ccac55b505788f3310454eb40145b7d73a
Merkle Root 90f68d7b556e0b93b341a0fc3f8c41b39585d1b46fa253607244f9a64a79c4ea
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,428
Size: 1.00 vMB
Total Fees: 0.00839682 BTC
Feerates: 480.19 > 0.84 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,263 (286,736 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
628,527 628,527 00000000000000000001d387137cdc7d655ce411ddc6265a394c6e030981f327 1,495 1.00/1.00 vMB 28
628,526 628,526 0000000000000000000f020259e64ff7d05f7ea8777fdc5b57c2223007e622e7 1,636 1.00/1.00 vMB 22
628,525 628,525 0000000000000000000197e1630c5a472062c192038f915d82e0e73a0db54b42 2,927 1.00/1.00 vMB 91
628,524 628,524 00000000000000000006bee7d993a4f3d2c6673147994c1ffa82cf67e1e27a2f 2,724 1.00/1.00 vMB 76
628,523 628,523 000000000000000000010356024847b19b493ab987b650c700f299f71dfc7b78 1,538 1.00/1.00 vMB 38
628,522 628,522 00000000000000000001ffd61e0361b1ab0a12beb9af0bbc7bd444858cb32d8a 1,889 1.00/1.00 vMB 65
628,521 628,521 0000000000000000001052edc3873ff5381bb5f10caab3bebd6d2223ee5a741c 1,662 1.00/1.00 vMB 42
628,520 628,520 0000000000000000000c1e0d5a7aaa88d362e1a1a26d53f49a5c19a92885db4b 1,095 1.00/1.00 vMB 11
628,519 628,519 0000000000000000000707d56164e6a77c591c6e47879a99e497bb065ae3e861 1,311 1.00/1.00 vMB 38
628,518 628,518 000000000000000000027c263fc0b5270809af1d7cbe3bd16ec5b58ea10e6b05 1,035 1.00/1.00 vMB 31
628,517 628,517 000000000000000000032d50dc30df85854ff3a12858e3933a9b77f24434f8fd 250 1.00/1.00 vMB 10
628,516 628,516 00000000000000000006a285dca32b125b725bbab7880f4210ccea4ede393511 1,718 1.00/1.00 vMB 48
628,515 628,515 0000000000000000000175668928ce8243d7ce261b318bbe85c698cae0d5fdf0 287 1.00/1.00 vMB 12
628,514 628,514 0000000000000000000c766c60325f46fe0a003163cab4d1f08baf7844846571 1,544 1.00/1.00 vMB 49
628,513 628,513 00000000000000000001446691446825583c217a1cd712159971f57b0fc0bf6d 799 1.00/1.00 vMB 24
628,512 628,512 0000000000000000000b0f29895321691b3053bb867a9e7f1092ab28d8f2e659 762 1.00/1.00 vMB 23
628,511 628,511 00000000000000000002acac28cae968b089aa0b8afcc6cdca9b622c5b2cdccf 776 1.00/1.00 vMB 26
628,510 628,510 0000000000000000000ab6ddd9f2e546ff687c0b2b229bb6a6305abb59d77049 1,840 1.00/1.00 vMB 74
628,509 628,509 000000000000000000074a95e1e6d49262c96c826b9d318135f528921db72518 706 1.00/1.00 vMB 30
628,508 628,508 00000000000000000002a54674c3685184c3b0d8287f50d83806e6d4f566c854 1,062 1.00/1.00 vMB 14
628,507 628,507 00000000000000000005ccdeb38309fc4f3f2ff09b485dbd2203c2f9b35bdf21 2,641 1.00/1.00 vMB 40
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.55 GB
    • Received: 17.19 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.