Loading Tool

Explorer IconExplorer

Memory Pool

80,488 transactions
30.26 vMB
0.08259600 BTC
Random Selection Loading Transactions
Max Size: 185.08/200 MB

Candidate Block

Mining Attempt de67616dc5622f488854d01de1b0eb11a6fab4f9c0fb57f75c54d0ef2a6e6323
Version 20000000
Previous Block 00000000000000000001a02cb6d4fbacf8844dee7e1b84f92a84ac70592c59af
Merkle Root 3174ad239ab06d1c81efa30ab3990cabf83cc34cf161837da7a7f19d66f8dc08
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,268
Size: 1.00 vMB
Total Fees: 0.01506927 BTC
Feerates: 107.15 > 1.51 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,381 (510,132 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
405,249 405,249 0000000000000000028ec69263fd63aad4919a1171f8c75b54723a6ddae2dad3 1,062 0.92/1.00 vMB 24
405,248 405,248 000000000000000005ac9b797d58c997a4c024859d35d8b3cf2c7090afebb952 1 0.00/1.00 vMB 0
405,247 405,247 0000000000000000010d3b6f8b2a99d29e99fd2a79cb96c4c0d5ea5a823b5018 441 0.36/1.00 vMB 24
405,246 405,246 0000000000000000057ea2b87d095edee7922c6ba5eafa8a244d6cb1cf637f5f 1,121 0.70/1.00 vMB 65
405,245 405,245 000000000000000005e37d4f7f1a9757084b71618c858b9d67f79f9f327aac64 147 0.07/1.00 vMB 45
405,244 405,244 00000000000000000015f4e4398f472f411240b23ce982bd9c6e3b0d39ab82e8 849 0.56/1.00 vMB 30
405,243 405,243 00000000000000000238b2dff7548d3dea8a6b4778a584422cae3c29a5c3e853 1 0.00/1.00 vMB 0
405,242 405,242 0000000000000000021621b1969ab824a091716671c3997d5a4ac8f06db3931d 2,666 0.99/1.00 vMB 52
405,241 405,241 000000000000000001692157687a3533cd05df289157136463c38a505f01e6f4 1,373 0.92/1.00 vMB 26
405,240 405,240 0000000000000000002958887538ade5f52a335219c79de609349e4995b3881b 1,993 0.99/1.00 vMB 37
405,239 405,239 000000000000000000f26340cc74e4be1e47a53d42a170759a3e4c9894b32b9c 3,126 1.00/1.00 vMB 74
405,238 405,238 000000000000000005963e888eb848d46d495645d90cb498a3e2e5ae67889d7a 436 0.20/1.00 vMB 34
405,237 405,237 00000000000000000253b7eae0db73cbf6b23c771b12d31f6dee5e3c0aa4875c 514 0.22/1.00 vMB 40
405,236 405,236 000000000000000002e931cf484ac8e9fe3ab1467c14c6a4144d626829d08f58 1,852 0.92/1.00 vMB 40
405,235 405,235 000000000000000004d02a479ea05c14d3b6c713f648baed4de18619f27bc080 2,086 0.92/1.00 vMB 40
405,234 405,234 0000000000000000046bd10120b330b2d659b4fa52ec16c81cd3186293486913 101 0.05/1.00 vMB 36
405,233 405,233 0000000000000000049238cdf5795b0945dd4bc33540cd1190b98eb4aefeb2a6 1,085 0.72/1.00 vMB 31
405,232 405,232 0000000000000000031c2cfc01daeed2b7944f821e104d901bdefef3e54bcaa7 1,618 1.00/1.00 vMB 26
405,231 405,231 000000000000000000b74bc4269b765e3e016e569b1e859026590021bfdd722c 2,708 1.00/1.00 vMB 47
405,230 405,230 000000000000000001bc1a4b7a83159932e34f6e05f50c722211850593f5e54d 3,136 0.93/1.00 vMB 51
405,229 405,229 000000000000000004f0305e9a1c236641bd9db22a143df918b266c038135637 1,734 0.93/1.00 vMB 69
Previous 10 blocks ↓
Total Size: 783.05 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: 720.56 GB
    • Received: 18.19 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.