Loading Tool

Explorer IconExplorer

Memory Pool

83,177 transactions
26.44 vMB
0.08870318 BTC
Random Selection Loading Transactions
Max Size: 166.16/200 MB

Candidate Block

Mining Attempt 38fc3a0e3308dd0f6c3c25894ca299638513522ccb35f4579cacd7735362c571
Version 20000000
Previous Block 00000000000000000000af19f33cfaba69ef915da021fa9989d963a8bc8a4cad
Merkle Root 4dd7b3dd7f2d2c6275c1f0bd60d79e360a070ee4ba5a8b8616180b513dc50aca
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,078
Size: 1.00 vMB
Total Fees: 0.02852133 BTC
Feerates: 165.00 > 2.86 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,956 (910,785 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
5,171 5,171 000000000a7ae7a132acdd5a3f29570d100a2685140d3ae0d08ce62d5a810faa 1 0.00/1.00 vMB 0
5,170 5,170 0000000064ddf1743e850fe5a7ae1f7be47288855b373dc0d1f745fb5d3328ae 1 0.00/1.00 vMB 0
5,169 5,169 0000000052546a7e00a7cd61ce068576f4ce8cfb41b32f8f73ad4d8210e1119f 1 0.00/1.00 vMB 0
5,168 5,168 00000000421d29a21be4046f75dcc1b9177886c7f230184fc9af919e81f85fb6 1 0.00/1.00 vMB 0
5,167 5,167 00000000fc5780be430113cb160a5ea51efa6a66e62663a69621aadbb9036060 1 0.00/1.00 vMB 0
5,166 5,166 00000000df039632706f1fae438e4fddc0f42b92d5778348a53413e577180553 1 0.00/1.00 vMB 0
5,165 5,165 000000006758d578caf2ebb468e61e283078515e1a3814a230cfb9ac7c290b50 1 0.00/1.00 vMB 0
5,164 5,164 00000000a62347cd09208a6683da1b735df581544384eecfdbcb4a0ba4f13488 1 0.00/1.00 vMB 0
5,163 5,163 000000003dc1c00b7d364fbdaf620be15e6d6d9f2ef6129e9569075460902f10 1 0.00/1.00 vMB 0
5,162 5,162 000000008eb7d03e7f61712b56a5b21b258150d4334a488f4ba9aadd3250b780 1 0.00/1.00 vMB 0
5,161 5,161 000000009de59ca8e81e609f370b879d5b819b19c42460ff5430ce556282f175 1 0.00/1.00 vMB 0
5,160 5,160 00000000c6e8cbdccf6d51b66c59ac4ebd22959060ce1ec55dcff5843160a492 1 0.00/1.00 vMB 0
5,159 5,159 0000000001b376dfebd38cd56cf5befa1522eca4ec0b5203d3c9713fadbaaa4c 1 0.00/1.00 vMB 0
5,158 5,158 0000000019865062c94b143bbcdfa77223bf81045373206ed642db588c31c573 1 0.00/1.00 vMB 0
5,157 5,157 00000000f1bb9811fec52b698e65498416cfa52d93eb44c351ae8f54538d4f77 1 0.00/1.00 vMB 0
5,156 5,156 000000006b411f1961e50e71f092217bfac4ec65fc62345db35fc69494db3ad3 1 0.00/1.00 vMB 0
5,155 5,155 00000000eb09b9d5419d0961c4ed3766e60fe3d98a9b530ae45c393fbebad967 1 0.00/1.00 vMB 0
5,154 5,154 00000000b4ef896caf07fc332d2a735f12c850b4bd9212fa8267b70d4c1039b9 1 0.00/1.00 vMB 0
5,153 5,153 00000000484ed3aeb7f32c789d72a730682cfc6a16fb1dfa8fd9cfddd60940dc 1 0.00/1.00 vMB 0
5,152 5,152 0000000071859718e3c473a5b8dce1feccaca2e18320ec34daa5dd8943c3cca3 1 0.00/1.00 vMB 0
5,151 5,151 00000000c4988f2fb9916040b2dfc5a1d4b348561f9e15f972fb4529041a91ed 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.04 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: 801.69 GB
    • Received: 22.88 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.