Loading Tool

Explorer IconExplorer

Memory Pool

60,006 transactions
29.37 vMB
0.06410457 BTC
Random Selection Loading Transactions
Max Size: 163.05/200 MB

Candidate Block

Mining Attempt d755a82079e15cd4b0cb9902c8d0ce2684d527695b5ddc3f9a0506973a45af50
Version 20000000
Previous Block 000000000000000000014ab2be0566cd20fccff9187da3853a74af3e86f6d6dd
Merkle Root 483272b0c441eff835c6d6eba3aad7e5e4ba6280fae197fcaa5cdc7c50edc007
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,768
Size: 1.00 vMB
Total Fees: 0.00758862 BTC
Feerates: 108.49 > 0.76 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,944 (94,770 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
820,174 820,174 00000000000000000002e116279db631b7a583a4ad21472d77656c742c9f7153 2,261 1.00/1.00 vMB 70
820,173 820,173 00000000000000000001af6093f6377a816c35c8737a7dc4432c84f69721ce59 2,123 1.00/1.00 vMB 64
820,172 820,172 000000000000000000031ab00fe3200064602bf7d3e7ac9f7de1f884e99ab7f1 3,830 1.00/1.00 vMB 158
820,171 820,171 00000000000000000001f78a5726c5e630e69623832bd8fe6a951e9425f041be 4,175 1.00/1.00 vMB 102
820,170 820,170 00000000000000000001050def8f9ee0bd96b03cdb75102901b0e8af5fc4bd2a 3,091 1.00/1.00 vMB 72
820,169 820,169 00000000000000000001dec292e3f8d3b52fe235b33a6f6e22baa9f152e79755 2,630 1.00/1.00 vMB 79
820,168 820,168 000000000000000000037b482a1e54ee6179155a832c89c97d635dd81df31ec1 2,492 1.00/1.00 vMB 209
820,167 820,167 0000000000000000000143b0773d94101db8e89d42b7dce5ba4e8eefc9d85d23 2,738 1.00/1.00 vMB 115
820,166 820,166 00000000000000000002af12db4933b6a0af408bf8a0e4032b72c1667baba73c 3,385 1.00/1.00 vMB 150
820,165 820,165 00000000000000000000875e14dba8ba4a69cc5b92f8d04eba91268c528ac87f 3,052 1.00/1.00 vMB 112
820,164 820,164 0000000000000000000116a75313eee2e98012980b8892a75203e2ea17a7df08 3,410 1.00/1.00 vMB 147
820,163 820,163 0000000000000000000311d16c51b61b3ac46e0e4b740a32769846964c468a61 3,529 1.00/1.00 vMB 261
820,162 820,162 000000000000000000036f1770b2e3840aed08ff08051187b08cc1c9040df32a 4,179 1.00/1.00 vMB 179
820,161 820,161 00000000000000000001f5456d4fdbbed957f52874235a68f101b2e7d81aa9b1 2,132 1.00/1.00 vMB 131
820,160 820,160 000000000000000000000d3cb9338539cefb6f0d48f5a7d1f31b3aa1aae31676 3,632 1.00/1.00 vMB 221
820,159 820,159 00000000000000000000921269ad0d7d7d0b0627c893765a4595081b74be0bdb 3,552 1.00/1.00 vMB 269
820,158 820,158 0000000000000000000030d7b418bc601802f1c9618a85311477b3e2e9110c6d 3,374 1.00/1.00 vMB 336
820,157 820,157 000000000000000000037d4a180c70ec96e30f93c18f91a161511d48b7ba860b 2,700 1.00/1.00 vMB 180
820,156 820,156 00000000000000000001eeb8e0982eb0938a3262875719b1d167939a889a4b66 3,423 1.00/1.00 vMB 322
820,155 820,155 00000000000000000000703212d108fe4228bbeb82e90ec4066eb7f814ae9ecd 3,238 1.00/1.00 vMB 116
820,154 820,154 000000000000000000033a45f9468fcbaf5f78f1fe483297ec5ac0d0166e7278 3,981 1.00/1.00 vMB 151
Previous 10 blocks ↓
Total Size: 782.29 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: 657.08 GB
    • Received: 14.48 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.