Loading Tool

Explorer IconExplorer

Memory Pool

83,430 transactions
31.69 vMB
0.12762331 BTC
Random Selection Loading Transactions
Max Size: 191.52/200 MB

Candidate Block

Mining Attempt 87343e4eb3bec78e904834e4fd5a3055e8362fa5e107f1f97e2aad5629e7c697
Version 20000000
Previous Block 00000000000000000001f5417a435556f5b747dcad246527d5eeb9ad9cf4d081
Merkle Root 8ee3e7aad0f61313ee45fd43ba1a226d752ab38a8b592ef9d062692a998782c3
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,096
Size: 1.00 vMB
Total Fees: 0.04276742 BTC
Feerates: 803.65 > 4.29 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,352 (74,103 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
841,249 841,249 000000000000000000024ed6c7465cd6cd53ccbd5b2506921a672a4072f9d068 3,535 1.00/1.00 vMB 27
841,248 841,248 0000000000000000000131a9c1ed81cc805f380a56dc22f90d47737c7f81d2a8 2,833 1.00/1.00 vMB 28
841,247 841,247 000000000000000000032d2ff7ae5ca8dc3136637d9639e317e3c46a1171dc47 4,381 1.00/1.00 vMB 33
841,246 841,246 000000000000000000024e80c950c0e708a09ea8145c7ad4bec43b69e7a56266 3,784 1.00/1.00 vMB 30
841,245 841,245 000000000000000000031db9eb7269a2ef957f3edec666d0302acd49c9cbf65b 4,469 1.00/1.00 vMB 32
841,244 841,244 00000000000000000002254e12a1ef58f7e10688e82dd41ce936c408c0dc6eda 1,932 1.00/1.00 vMB 27
841,243 841,243 000000000000000000002d9ad259840a48438e2de4e3f3bfdf41f8c842e94ca5 3,135 1.00/1.00 vMB 35
841,242 841,242 00000000000000000003089c2fbc7510654ab4cc834b0e90b98823136d13877d 5,601 1.00/1.00 vMB 27
841,241 841,241 000000000000000000023209391af0ddfcc0fae2aec40cfe3be5ed41b8a470ce 3,385 1.00/1.00 vMB 26
841,240 841,240 000000000000000000010f4c220e71f34615899225873e0ed1f5ccb12ff5d52c 2,911 1.00/1.00 vMB 44
841,239 841,239 000000000000000000012c391b9bbb0de62a141e364ae8c0fac73aa3c4f7924d 3,126 1.00/1.00 vMB 41
841,238 841,238 00000000000000000001fc291da8f7601f266875b5c30db5fb61f0eda6ea0506 3,588 1.00/1.00 vMB 73
841,237 841,237 00000000000000000001d71bb09615811086fcb18bbee68529b374024bb902c8 2,868 1.00/1.00 vMB 28
841,236 841,236 00000000000000000002f762bb1c9f9e887cc14725b0c412df4bbdcb499743d1 3,506 1.00/1.00 vMB 31
841,235 841,235 00000000000000000000597b26f57c5357826ca50e47399fc4f1f51c0f33062b 2,925 1.00/1.00 vMB 44
841,234 841,234 000000000000000000015b9f3b9de69c51227a247866d23b4d8bc8bed3ec8974 3,798 1.00/1.00 vMB 51
841,233 841,233 000000000000000000015ec875a1dfbeb34875898e8b13613eaa1b359625c798 3,843 1.00/1.00 vMB 51
841,232 841,232 000000000000000000006d810833899087f934d9827161681fc9c2726dd3842b 3,886 1.00/1.00 vMB 37
841,231 841,231 00000000000000000000c5895ba68b39cd32db9f72cd92e0a91cccc76c7e696a 4,630 1.00/1.00 vMB 47
841,230 841,230 00000000000000000002985bfd457af0b64c0cc1d87392e719ab42c171d23b83 5,026 1.00/1.00 vMB 77
841,229 841,229 000000000000000000022125aa14cef8761eeb2ba5d672bd21014ca033a3ae94 4,167 1.00/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 783.00 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 718.69 GB
    • Received: 17.94 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.