Loading Tool

Explorer IconExplorer

Memory Pool

79,351 transactions
29.82 vMB
0.11298238 BTC
Random Selection Loading Transactions
Max Size: 178.67/200 MB

Candidate Block

Mining Attempt 652c0d3a1b3b27d106c1adcaaad6fc2bc7c45b866094544b78ece7ed696fd5bf
Version 20000000
Previous Block 00000000000000000001115f152a1dc031c831cba708e9cde5f1c67ecfca11d2
Merkle Root ee6fbb4890bd561eb4dbd11ce1fa3f2c713cee1352f905fb1c9dcf1b5a8572e2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,064
Size: 1.00 vMB
Total Fees: 0.02741885 BTC
Feerates: 150.74 > 2.75 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,301 (22,114 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
893,187 893,187 00000000000000000001b7043fb50b2662bf4472998f45f5ad4126c013328a50 4,666 1.00/1.00 vMB 3
893,186 893,186 00000000000000000000dfec31cd7f7c4fbfaac857641ad962279d92a8226869 4,482 1.00/1.00 vMB 3
893,185 893,185 000000000000000000004e65d43b30ebe9f729ec6f0596bc908d187f28665b34 4,526 1.00/1.00 vMB 3
893,184 893,184 00000000000000000001005ac0a0b3a2ef170ea9f09c05fb85dc6455c342263f 3,889 1.00/1.00 vMB 3
893,183 893,183 00000000000000000002376a848d155760a70016d84dcffc6a9f095fb34764aa 4,800 1.00/1.00 vMB 4
893,182 893,182 000000000000000000011ade12db2f17e45f7d72df276b00aab7dae92853e318 4,351 1.00/1.00 vMB 4
893,181 893,181 000000000000000000005c2a9bfdfd88dcf81ad39b7066cb2c1539ca556b0a86 4,365 1.00/1.00 vMB 4
893,180 893,180 00000000000000000000fd059da51567ece953a70577c73258b2305e01ce4f0e 4,881 1.00/1.00 vMB 4
893,179 893,179 0000000000000000000139bd6d1f9afe53ee2018084bb85a1112893f9843d14b 4,170 1.00/1.00 vMB 4
893,178 893,178 00000000000000000001759091dec3d5243954ce69f46577b68e74ff6c9a68c5 5,078 1.00/1.00 vMB 3
893,177 893,177 0000000000000000000072e2db1ac895d02e14097db496fdcd32de2d585988ae 3,970 1.00/1.00 vMB 3
893,176 893,176 000000000000000000014c49e9da9728fc04254855fa6f7b59262d7c0bf81b71 4,105 1.00/1.00 vMB 4
893,175 893,175 0000000000000000000087b1e3213b09486198452e45e3097215e108b195328a 5,038 1.00/1.00 vMB 3
893,174 893,174 0000000000000000000230e60c02dffc3b72b68938619211adc6018a1ea26f15 4,557 1.00/1.00 vMB 5
893,173 893,173 000000000000000000018104decfe44a63b50d4c7b77d10bb361e0f93a44e4c2 4,001 1.00/1.00 vMB 6
893,172 893,172 000000000000000000015c2db7fac6c4ec6687ab7c68547e4de8324e8608e83c 4,231 1.00/1.00 vMB 3
893,171 893,171 00000000000000000000d34021f6847586b41d8c4c378b489e68dae57e539dca 4,948 1.00/1.00 vMB 5
893,170 893,170 000000000000000000004fffc9d320aff2cfcedb23f398c7eb5bc4b1c8bbd9a6 4,040 1.00/1.00 vMB 5
893,169 893,169 00000000000000000001772c96b58daf918218a2dcb40794993e0c90f399c31c 4,511 1.00/1.00 vMB 3
893,168 893,168 0000000000000000000219c63bc46f194fa752718fea122f3ae2006c5f330dd0 4,450 1.00/1.00 vMB 4
893,167 893,167 0000000000000000000228b0e82a15ce38125364c3cbfb9e0a6e67bebe90aec6 5,334 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.91 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: 714.02 GB
    • Received: 17.50 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.