Loading Tool

Explorer IconExplorer

Memory Pool

76,743 transactions
28.60 vMB
0.07074601 BTC
Random Selection Loading Transactions
Max Size: 173.27/200 MB

Candidate Block

Mining Attempt b22800ec4b576764d88e85ae63100c59e2f6fe9c52f0601008dfc749ce58bc01
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 9b5de3bc03ce66b92e9fdd48a0e366181be63ad48b1d9e965e4e8582c1745266
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,456
Size: 1.00 vMB
Total Fees: 0.01147374 BTC
Feerates: 71.79 > 1.15 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (689,202 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
225,958 225,958 00000000000001da94d0c4f1e0a5bd5dbbcda8dc1f97bdc974b86dcead13ad55 496 0.26/1.00 vMB 4,385
225,957 225,957 000000000000022a62c21ff92a0a6d8676d98b394ddfcac40579fdf4f9f89390 276 0.12/1.00 vMB 149
225,956 225,956 0000000000000138bd0467c549843c2f08f105f87471f5462409f99520491a24 583 0.28/1.00 vMB 183
225,955 225,955 000000000000026838bb4684e9467ee260ed554e21d9afddc0f71a68488bbd3e 4 0.00/1.00 vMB 69
225,954 225,954 000000000000004d6cb9f8871915d3bbd4d1f24b93f04ca683a88f8f4b6b9f05 196 0.11/1.00 vMB 166
225,953 225,953 00000000000000aca5fcf84be980532e2e1c0cf365cb4004b95543a0b6626012 274 0.13/1.00 vMB 178
225,952 225,952 00000000000000d80980b6c0f8640b1c6ceca8765d78b4483d3c76c7df843d32 107 0.06/1.00 vMB 123
225,951 225,951 000000000000035ec81bb5b8e00deb150c1bbc5878b9b17e674fb4e19a86c02d 13 0.01/1.00 vMB 73
225,950 225,950 00000000000002f59bc3e08e7e9e538cb436719af64c76f00530bb6f80e2eefc 463 0.21/1.00 vMB 178
225,949 225,949 000000000000026be1bb6ba79915f4df80a2fe798f39cd84ec3d20d43649d6ad 37 0.02/1.00 vMB 122
225,948 225,948 00000000000001549ba35bdf04516a739e4fa524fde5ad4eda2934432067d27e 220 0.11/1.00 vMB 151
225,947 225,947 000000000000031d7f33c2b8dbe7d9304374caeae42c15f7f7c67a3297866266 212 0.19/1.00 vMB 114
225,946 225,946 000000000000014717b6dad4b94349164eb10812d8650478447d058a0fa339f9 62 0.06/1.00 vMB 99
225,945 225,945 00000000000001049a7bd438b3c20b6a815be656c1c57a0481b840971ec78d6f 440 0.20/1.00 vMB 186
225,944 225,944 00000000000001b9dd928229d456c2620226b13503511fd654cfc13b5ad8849b 512 0.26/1.00 vMB 98
225,943 225,943 00000000000000189ad9b20ed103ac14ca5c08ecfb0f5a0f538e4678f4535c46 1 0.00/1.00 vMB 0
225,942 225,942 000000000000008964de2d275c6a7b00d4381a710bc019ccd3629b3256732c82 94 0.06/1.00 vMB 128
225,941 225,941 000000000000006e242f9272855a64ece0e0b431280930cc057814790ef3e725 610 0.25/1.00 vMB 199
225,940 225,940 0000000000000269f2ceb93f3686ca27b0cf56cb4c249751a7520547450d5d47 54 0.03/1.00 vMB 109
225,939 225,939 00000000000001620e3c91215c23b6164ee1db221b26f070b2ede7fbe4e7ab6d 172 0.11/1.00 vMB 130
225,938 225,938 000000000000009b6016e4bd85d7841b76e36c0d15b9863c126371c813229228 128 0.07/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 782.67 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: 673.13 GB
    • Received: 16.41 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.