Loading Tool

Explorer IconExplorer

Memory Pool

81,925 transactions
30.74 vMB
0.09909510 BTC
Random Selection Loading Transactions
Max Size: 184.95/200 MB

Candidate Block

Mining Attempt 773ba0bd640d7bd0b6c71a0756da6eeaa96ad215e6c5d434463b0326d74a4c9a
Version 20000000
Previous Block 00000000000000000001aca26b346205baa2e9232310a58a6e3cd40e54538cfc
Merkle Root 67a5e4ec7f514ae208223eac3069547b07a2bdaf58e0e8d4649a9f5421586782
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,882
Size: 1.00 vMB
Total Fees: 0.03108283 BTC
Feerates: 163.06 > 3.11 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,169 (274,783 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
640,386 640,386 000000000000000000079bef9a930205594457377bcd78aae1221574bdec3ebd 2,968 1.00/1.00 vMB 138
640,385 640,385 0000000000000000000680fcdd48c25550fe0f1110bb58d2f521e1f415d3407a 1,932 1.00/1.00 vMB 39
640,384 640,384 0000000000000000000ee02285dafe68a0fc329a495fc853b0f325fead22f8cd 1,953 1.00/1.00 vMB 58
640,383 640,383 00000000000000000002452497d3a72f18778c843af3a05c994b08b9f534621f 2,970 1.00/1.00 vMB 129
640,382 640,382 00000000000000000003cec8a89a83b65437602149c226dfce7dd2b187caea9b 2,045 1.00/1.00 vMB 44
640,381 640,381 00000000000000000004c1f7a64c27df6e9ef39cace6ea260b196618596c06ff 2,915 1.00/1.00 vMB 125
640,380 640,380 0000000000000000000d069c116c7028709721518f7cd09cd5bdc1dd215013d3 1,960 1.00/1.00 vMB 23
640,379 640,379 00000000000000000000de088c5bd79644a3fce28427933fbc6906f053125d84 2,437 1.00/1.00 vMB 37
640,378 640,378 0000000000000000000cfeb7669761bcf9a7561ca36537261f2c257bf44b5e38 1,851 1.00/1.00 vMB 51
640,377 640,377 000000000000000000000682266210f5126535abb3e02b4f70fee907b377ae33 2,198 1.00/1.00 vMB 55
640,376 640,376 0000000000000000000a42df2842db16c5e6f4c55c72a9df1f634a71c5e75f30 2,685 1.00/1.00 vMB 91
640,375 640,375 0000000000000000000c0f5d03005c51d6a214848b77383e300ddb6136587c8b 2,769 1.00/1.00 vMB 130
640,374 640,374 000000000000000000066f261c603f622030cdfd7dbdef7bf0035d3d047a943e 2,550 1.00/1.00 vMB 32
640,373 640,373 0000000000000000000e06c6621ec6f09bbccf3f373c032db2f7e2e8ac343f73 2,349 1.00/1.00 vMB 75
640,372 640,372 0000000000000000000a021e8237d1ce3d2796312f47daaa0642173a2fc187d5 2,859 1.00/1.00 vMB 117
640,371 640,371 000000000000000000030742578d0574aeb787b7d9567a47cff0cc3b1b4348c1 2,234 1.00/1.00 vMB 118
640,370 640,370 000000000000000000058eb5238b0b239dcc6df4a3d232f091a461df65c965f0 2,752 1.00/1.00 vMB 124
640,369 640,369 00000000000000000009d3aa3e1c817b6300cfaf71a27aabebd2015c51371e58 2,614 1.00/1.00 vMB 113
640,368 640,368 0000000000000000000af58ecc2945af3b7c027c55d7447986fc4470b903e8a5 2,300 1.00/1.00 vMB 30
640,367 640,367 00000000000000000003fc0c2aee010966491e486c3e22dc9395cdee262a94a3 2,965 1.00/1.00 vMB 38
640,366 640,366 0000000000000000000e0a53f758f9beff4718b8b7de57c6de6034c6b96dd0ef 2,452 1.00/1.00 vMB 70
Previous 10 blocks ↓
Total Size: 782.69 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: 693.68 GB
    • Received: 16.51 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.