Loading Tool

Explorer IconExplorer

Memory Pool

39,557 transactions
28.35 vMB
0.06279546 BTC
Random Selection Loading Transactions
Max Size: 144.61/200 MB

Candidate Block

Mining Attempt d84a9c48f6281217a8248cc0951f6b0111686e997323e234b4f945cdc9e1f4bd
Version 20000000
Previous Block 000000000000000000001eec6b34950aef5a43e49a51ec58f8f5b097e691fd39
Merkle Root abe3fc8fbb6b7f2e64adf8129697b1d046c83e45a6f33bac600d6c236fbf88a7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,279
Size: 1.00 vMB
Total Fees: 0.00829008 BTC
Feerates: 89.40 > 0.83 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,622 (235,222 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
679,400 679,400 00000000000000000009051b34a053e25cbbfd86954d023f0e93a18fc1c8f237 2,330 1.00/1.00 vMB 87
679,399 679,399 000000000000000000016bcc647de8c7eed19f3336cdaf2042f49f0193550c51 2,401 1.00/1.00 vMB 98
679,398 679,398 00000000000000000009cd71e64dc437ea68012dca28a49b250ff0e5c8bcbf3d 1,878 1.00/1.00 vMB 112
679,397 679,397 000000000000000000016150091b2eebfec100aa5f528a79f824f5b821944d2a 2,757 1.00/1.00 vMB 128
679,396 679,396 00000000000000000003a43c78d549572a1bef6393bdc8354ac131bcf29b85af 1,856 1.00/1.00 vMB 73
679,395 679,395 00000000000000000001ebdea604e65645af55bd1cc7b934adafd18d41bd353c 1,218 1.00/1.00 vMB 109
679,394 679,394 0000000000000000000852ce4e434473889adc4dd25240d87f9447e2e1619926 2,334 1.00/1.00 vMB 98
679,393 679,393 00000000000000000009b2a6389b3fb119a912eb469929770ab01cdb4c1f4a8f 2,074 1.00/1.00 vMB 109
679,392 679,392 000000000000000000006c1c6b4f9a693ff7ec4f996ea62be6ee11bcefde9db2 2,025 1.00/1.00 vMB 41
679,391 679,391 00000000000000000005a2db60197fa9012b70f75e4745b362afc16a052d6ee6 1,820 1.00/1.00 vMB 62
679,390 679,390 00000000000000000005a76213494d32ac9d17c35f40ec3a2d73f47e0f9bfde9 1,258 1.00/1.00 vMB 55
679,389 679,389 000000000000000000023dcac6dd9221ec2f736f739efd22f2323af84a53b6c8 1,815 1.00/1.00 vMB 113
679,388 679,388 0000000000000000000b20379727953a9b80ce2df4f268085dc046f5fcafd9e1 2,176 1.00/1.00 vMB 84
679,387 679,387 00000000000000000003600b68ef53a471cc611115778e471e3ccf8051683140 2,095 1.00/1.00 vMB 124
679,386 679,386 0000000000000000000324d3c700e7342f1258261694a07bba940b58a8a37974 1,959 1.00/1.00 vMB 87
679,385 679,385 0000000000000000000276567669c66d21147555b96cca33768285d4ae648d3c 1,112 1.00/1.00 vMB 74
679,384 679,384 0000000000000000000bcf711d8bae16a998aa3a0ca18711354d894ed3d81f7b 2,965 1.00/1.00 vMB 91
679,383 679,383 00000000000000000003f196b8590e913322e8924f8d0f0f53254a5becba458f 2,712 1.00/1.00 vMB 118
679,382 679,382 00000000000000000002171c27e647fb1185aad267c130b1d96446d00bcb185f 2,947 1.00/1.00 vMB 74
679,381 679,381 00000000000000000005e2fcc7cde3e88622bff1247eb8362f7cb9febefe8748 2,769 1.00/1.00 vMB 68
679,380 679,380 0000000000000000000a46b8240d26ee0de47a940df7fabed5458d6278d7a4d1 2,352 1.00/1.00 vMB 86
Previous 10 blocks ↓
Total Size: 781.72 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: 629.86 GB
    • Received: 11.96 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.