Loading Tool

Explorer IconExplorer

Memory Pool

79,293 transactions
29.69 vMB
0.07681859 BTC
Random Selection Loading Transactions
Max Size: 178.06/200 MB

Candidate Block

Mining Attempt 96d3af0646dcb956754bd595cf8dabfe37afc9e409cf3a8c652e3f52eed50302
Version 20000000
Previous Block 000000000000000000017f21cc1fb2b256aacaaf01ac381e97345c0d2b47dc9f
Merkle Root b5ff3a179cd3f0f974c46284798c85535254c46780df8f5d61946d3b94b3f987
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,811
Size: 1.00 vMB
Total Fees: 0.01629318 BTC
Feerates: 313.32 > 1.63 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,015 (677,968 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
237,047 237,047 000000000000017fdb64ed21de7c720fd68bc1506a4ef910ae770ea4e8fc5a5e 694 0.32/1.00 vMB 175
237,046 237,046 000000000000015103f5856ff6afeaa01f53325b64ffc8e32b4e3fa9467c1171 161 0.08/1.00 vMB 138
237,045 237,045 00000000000000221902e14544bf5a50fbc09e1a28932bf5aff8b545d1d43661 454 0.21/1.00 vMB 174
237,044 237,044 0000000000000089eb3f4c5978f7c416c7acb450e9c2b0766ed25f6aec5b8641 480 0.19/1.00 vMB 176
237,043 237,043 0000000000000011d93a82b2aa16592ffb558a001e40078f6e4b1eb369cf5c3e 310 0.13/1.00 vMB 173
237,042 237,042 000000000000009d058d287422344b975c1b414ff5f660262db7c449789b9ab8 48 0.02/1.00 vMB 131
237,041 237,041 00000000000000ca9bdc568733d557852b2fe1e8724a387547b122e15ca97480 1 0.00/1.00 vMB 0
237,040 237,040 000000000000012c07cc281c2bbfe24c2fa2963de0c2fc4e0dde29408d4ca624 151 0.11/1.00 vMB 124
237,039 237,039 00000000000000dafd468930b0f8fdd30e7c3f93e49c46b14540307fa7e68b4c 59 0.05/1.00 vMB 59
237,038 237,038 000000000000015994e5c550dc346f1908792c8a1931e1a57fdbc5286c1b1dc5 530 0.25/1.00 vMB 171
237,037 237,037 0000000000000031c6cc79a1f0d328a2b63e558b42e7e1489b1c373027972059 110 0.06/1.00 vMB 146
237,036 237,036 00000000000000e76064eb54c38b2cfeef44ccdf9c803658bac557b1f2a97f37 45 0.05/1.00 vMB 49
237,035 237,035 00000000000000b9b34370745006ad10c1447bb19205035e8e3aa50cd4f13d50 93 0.05/1.00 vMB 90
237,034 237,034 0000000000000120fba95284cade69ad4b9a5efd584bfa130f61d80b9d6e2ef5 107 0.05/1.00 vMB 124
237,033 237,033 0000000000000080372f4f4ac9893d9574de12daf459d80eae1de74c9e6cb10f 147 0.07/1.00 vMB 206
237,032 237,032 0000000000000123e71d0998bd1d5bb9278c8fde2a592ff5ccfc2aa56176dbd8 915 0.36/1.00 vMB 199
237,031 237,031 00000000000000eb0a90519052eab5c0b6f44ad84dac16d4006a74dac5bc8438 536 0.26/1.00 vMB 166
237,030 237,030 000000000000015973e53a75f27f42ead96e0e156c72dd31bcb7007528c711a0 379 0.17/1.00 vMB 164
237,029 237,029 0000000000000064b649db97b40c2647326e7b5bd7db97c7f28744dcd1c0a8bf 433 0.20/1.00 vMB 154
237,028 237,028 00000000000000479c5533be9265823633ee98cc20bc1530318225e1325824c5 443 0.21/1.00 vMB 158
237,027 237,027 00000000000000f31f5cd20f915e3edb8e3fceea49580235b984fea63f1f882c 532 0.21/1.00 vMB 187
Previous 10 blocks ↓
Total Size: 782.42 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: 665.41 GB
    • Received: 15.13 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.