Loading Tool

Explorer IconExplorer

Memory Pool

48,814 transactions
23.24 vMB
0.13243301 BTC
Random Selection Loading Transactions
Max Size: 130.10/200 MB

Candidate Block

Mining Attempt dc6d0d9e9d84d4cd0698102a41d96ac86067d13f3043cfaf1fdcae172af7a17b
Version 20000000
Previous Block 000000000000000000010af14abf3268910c2119088b119fa85fc48f0443cc77
Merkle Root 88cea5cee36953a31efe5f6f665696232a8ec5a3c5b8025b8744fea62118e18e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,998
Size: 1.00 vMB
Total Fees: 0.05517921 BTC
Feerates: 1,163.36 > 5.53 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,096 (739,634 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
174,462 174,462 00000000000006af5d8c0f010670ecb21b4c514df9af8b8f4db2f0a0759bb033 29 0.01/1.00 vMB 6
174,461 174,461 00000000000000d1381293e0673f5f5de88d82e4ad7ed60a5a9ac69c047c7534 42 0.03/1.00 vMB 24
174,460 174,460 000000000000065996b4e66d8d4622a6dd5d866b9b3a650464f7a979043ae634 29 0.07/1.00 vMB 68
174,459 174,459 00000000000006761e79b464bbdf46284a3f457b2f1978ad98dbd3221f77a446 127 0.04/1.00 vMB 25
174,458 174,458 0000000000000020f2192d858892d56e3ff6e1e179fce799208c8b860b0bcfee 141 0.05/1.00 vMB 28
174,457 174,457 000000000000089ccabc5b8b243d47323426294e6e20da33decf119e5f4e0186 25 0.01/1.00 vMB 288
174,456 174,456 000000000000077b63c2483b3b285b02489cff259ce044b527eb64a7e62fb691 4 0.00/1.00 vMB 0
174,455 174,455 00000000000001123d25f27fdcd25ee0fbeeb53b415af710116d6a617f825b87 36 0.02/1.00 vMB 35
174,454 174,454 0000000000000a453a72e5614953b5d41e96bd9aa2b5a8ac0a1b1521c277eecd 52 0.03/1.00 vMB 74
174,453 174,453 00000000000003a78845337395159d2009d350e5590f91670d91b01f8e85e313 22 0.11/1.00 vMB 56
174,452 174,452 0000000000000613656db1d99737320bb31234ddce828a33ab8cfcbfadfd6611 131 0.05/1.00 vMB 102
174,451 174,451 0000000000000459fd65c72e89ba2d71aa7456a31bf429aa59504e6faedde4e8 48 0.02/1.00 vMB 6
174,450 174,450 00000000000001796abb83c25fa588ae0fd80a2a2e9818fe5420332fa1a58ea8 80 0.06/1.00 vMB 331
174,449 174,449 000000000000014cf912961c577ee2a630e39132be21efc3a9e4a7e21581f3fe 33 0.01/1.00 vMB 80
174,448 174,448 00000000000007517854579a8b684541ab6192f87321f5fd9202e17500cbbf27 57 0.02/1.00 vMB 176
174,447 174,447 0000000000000a4d694b9e9711053c8ca05ade199a1719a5a4b08a75f6b92fbe 33 0.03/1.00 vMB 123
174,446 174,446 0000000000000298289a41a130d1bda7a6e2f2fe07d127b7cdb2a371748e8cda 113 0.03/1.00 vMB 167
174,445 174,445 000000000000076d2c62939982d64ea107a7bf3d51b525d3c09474a2b285d028 58 0.02/1.00 vMB 91
174,444 174,444 0000000000000266abcd425042a0db3ecf2265c4b9817d0fb2a820df72878fc9 29 0.01/1.00 vMB 112
174,443 174,443 00000000000001efa02df5ae259e8b3d744573f79b2a9116f0020a5687dd8ce5 24 0.01/1.00 vMB 198
174,442 174,442 0000000000000019828c1c134cb8051a5d7c183ebc0c6b16e19de8adee6ed21b 18 0.01/1.00 vMB 59
Previous 10 blocks ↓
Total Size: 780.77 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 558.97 GB
    • Received: 7.14 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.