Loading Tool

Explorer IconExplorer

Memory Pool

34,157 transactions
27.10 vMB
0.05534073 BTC
Random Selection Loading Transactions
Max Size: 135.44/200 MB

Candidate Block

Mining Attempt 1d733ddc26a04702db648606614b5e97fc34d210b5029ca27ae0b6e1c8963aed
Version 20000000
Previous Block 0000000000000000000099f0b996849ebf7add480c0470f20ce70c41d4478c7d
Merkle Root bab187b5ff87e82e1c0fc5e18070ce4f4addcda3a915cf3bf3b423396b0dff93
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 822
Size: 1.00 vMB
Total Fees: 0.00430243 BTC
Feerates: 40.21 > 0.43 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,634 (235,240 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
679,379 679,379 00000000000000000000d942f951d43bf156d4c779de4b3fe4176bd0686ecaa3 2,753 1.00/1.00 vMB 105
679,378 679,378 000000000000000000042a7166a9b2aa2b536c4eb3071f06a85dccce1c6aaa7f 2,241 1.00/1.00 vMB 124
679,377 679,377 0000000000000000000748781b3239e231bc645fc9ccac9e31156c60463c0195 1,744 1.00/1.00 vMB 86
679,376 679,376 000000000000000000087a2eac7f1a60f9e54128a82c50ebc7a481210e6ef35c 796 1.00/1.00 vMB 111
679,375 679,375 00000000000000000002034e4d176337c97c88b08414433b19a6ad49d91f92f1 1,696 1.00/1.00 vMB 112
679,374 679,374 0000000000000000000ad46d4f1fb0ce7b07741d3f5620507a6c6b970aa1b7a1 2,824 1.00/1.00 vMB 81
Previous 10 blocks ↓
Total Size: 781.74 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: 630.47 GB
    • Received: 12.04 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.