Loading Tool

Explorer IconExplorer

Memory Pool

24,739 transactions
5.20 vMB
0.01904105 BTC
  • 1 sats/vbyte = 8 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 39.67/200 MB

Candidate Block

Mining Attempt 5bfd34e3de83b73f377ad589922cc597930e512d238d766000ee227449677778
Version 20000000
Previous Block 000000000000000000013e545cc56f6c73189fa728c86c27cdc03fc73b70599a
Merkle Root 8a25b4f7fa7ecac4631688b6029ca526917643eb236a0df973b91b51e1344dd8
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 973
Size: 0.22 vMB
Total Fees: 0.00594044 BTC
Avg Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,125 (710,885 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
202,240 202,240 000000000000047d73708fe2de130ebc9492ff46226c14c8c93d1d8d44e27f91 0.44 MB 860 115
202,239 202,239 00000000000002305b59670b53b06217a8d911ce3928b610abf5216b4fe750fc 0.25 MB 482 165
202,238 202,238 000000000000043355bc593c62162b06e42113dfd071c6dcd3ca66d3663d333c 0.30 MB 320 58
202,237 202,237 00000000000000492d73ed0056449f207f0e6589d3670c0b87295aa2847aef78 0.25 MB 579 110
202,236 202,236 0000000000000372655f141b70a706524de1a9efeeaf8ee32ea721077d2b3fff 0.25 MB 767 364
202,235 202,235 0000000000000357cdad78b7c7fffba6bfee81b7b3133a80e500f1d17769ac60 0.05 MB 137 21
202,234 202,234 00000000000000153ba253fa44170944c81be07e0c11ee4afeff2a0ce3dc67a4 0.25 MB 795 246
202,233 202,233 000000000000041279bc7a4ef55ab97151e18288525f2cef342b4e8f31fab8ab 0.03 MB 88 166
202,232 202,232 00000000000003fedc924b51b052d2f26ab0f305dfae14417869cea68148f4c1 0.04 MB 73 130
202,231 202,231 0000000000000054abc74bee693279f2b124122b48374ba7eaabed50e8238136 0.05 MB 111 207
202,230 202,230 00000000000004e03a751e2b9d66f9582d5b9c211668c529462ac9d9c6c66ce4 0.20 MB 238 594
202,229 202,229 00000000000004613ca4b07bc859320a5bb432647ae9ea70a1be2b8d2099b95d 0.16 MB 452 216
202,228 202,228 00000000000002954fe6b46ba945cf8f32bb821eff07fa83f2062aaf5cba5b80 0.06 MB 150 166
202,227 202,227 000000000000043cf031cdc04751ffe21c3a41edb4c8e33cc94cd5cd03a94fab 0.39 MB 806 145
202,226 202,226 000000000000002b5c9e68704f3d52eba519de2778efae841f00aab954a62736 0.21 MB 424 153
202,225 202,225 000000000000023222530fcc679e089e3e2d72420ce6c70a2ade028e2a23e9d5 0.07 MB 181 110
202,224 202,224 00000000000003c10b434ea980c12c8aad1c2bb9cf2bf4cc208fffe42f8cdfec 0.25 MB 695 200
202,223 202,223 0000000000000552dce64eb6c3f816b77ad2b0927dbe645162ccc35a05afac33 0.12 MB 325 171
202,222 202,222 00000000000003121de28ce5a606caa2022d21bf3d1d4684383ad5f6131f5b55 0.00 MB 9 160
202,221 202,221 00000000000001d099b62bd9443aae8fd85055140295a6bbf195d7abbb578b17 0.02 MB 42 117
202,220 202,220 000000000000041d5ac6f5ebe619de2feb98036ef7e4ec3ce1d4434e931e03ec 0.06 MB 126 112
Previous 10 blocks ↓
Total Size: 779.07 GB

Node Details:

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