Loading Tool

Explorer IconExplorer

Memory Pool

40,081 transactions
32.43 vMB
0.08520865 BTC
Random Selection Loading Transactions
Max Size: 161.32/200 MB

Candidate Block

Mining Attempt 7f80e41bce9b85ee09de173b42ffc2ed5f34699d13bab3d2faa17e513dbe4602
Version 20000000
Previous Block 00000000000000000001b171574728f9b8bb47c58e2e3bc35b40a738258291cf
Merkle Root d578091c81d151577d63b407ce964a75e9e8cd50226ef498b6616c1d7409b9b2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,443
Size: 1.00 vMB
Total Fees: 0.01707091 BTC
Feerates: 100.29 > 1.71 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,561 (345,185 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
569,376 569,376 0000000000000000001834cc11f1ef8760e5082efa248384ab9bb83f8e926008 3,019 1.00/1.00 vMB 37
569,375 569,375 00000000000000000006b381a7d46d9f9979f315689e18fd5fa62ad4e5093444 3,223 1.00/1.00 vMB 37
569,374 569,374 000000000000000000053392e5ab0ecdb16034539f3cf9f9177851318d8cb327 3,394 1.00/1.00 vMB 45
569,373 569,373 0000000000000000000d3e6fa24b0d4f5bbc27dca89bb9473493d0c375cc1661 2,780 1.00/1.00 vMB 41
569,372 569,372 0000000000000000002a5ab5af3aac28bfe01e00402b6e84832261fd7703a62f 3,184 1.00/1.00 vMB 45
569,371 569,371 0000000000000000001d3202c8e24fb7fe4022044931235c0d47d080f203d2fe 3,336 1.00/1.00 vMB 54
569,370 569,370 000000000000000000155ab661db55298031690fd98ddf0d941119b51c9d3051 2,451 1.00/1.00 vMB 59
569,369 569,369 0000000000000000002394bba832d1fa79882e2ef0a5de28caa5486f592c5229 2,278 1.00/1.00 vMB 55
569,368 569,368 0000000000000000001371f071343a7801f2c5d11154cf84a2f3cbca747b1ef5 2,456 1.00/1.00 vMB 63
569,367 569,367 0000000000000000001b83cba5e8708d9a35c487a0870ace1dd29c9ad963703f 2,537 1.00/1.00 vMB 60
569,366 569,366 000000000000000000103f34619aa66d15989a3aba345aaf23eb3d31c50de89b 2,369 1.00/1.00 vMB 69
569,365 569,365 0000000000000000002bd02d27702f5cd37eaa50a49027d6ce9fd5c99e4cd81c 2,724 1.00/1.00 vMB 64
569,364 569,364 0000000000000000000dccf226afc3324071caff40829698e0821d7d5dc9866a 3,223 1.00/1.00 vMB 67
569,363 569,363 0000000000000000002189a04b5419ca3d4f0c6ddba091ced7434faeb01a2e24 3,143 1.00/1.00 vMB 45
569,362 569,362 000000000000000000261f25634702f9a80df2ba1fd659b2c06bf733831e7a54 3,223 1.00/1.00 vMB 51
569,361 569,361 00000000000000000017ed92fb8caffafbc6d3fd5f3139c86fca09f34268f3b2 3,237 1.00/1.00 vMB 51
569,360 569,360 00000000000000000009170a49994cf8309854e850c3e0084fe183455fc258e5 2,989 1.00/1.00 vMB 48
569,359 569,359 0000000000000000001cfadab61bae834bc3e4ad85d2336d79171a2d6c7150fe 2,762 1.00/1.00 vMB 35
569,358 569,358 0000000000000000001808a8006bb38f99a19257b6f57598fde0a9524f62a0df 2,689 1.00/1.00 vMB 43
569,357 569,357 00000000000000000015e5455cf4bb1aee4db12949bcb15a364fc34543b41e3b 3,143 1.00/1.00 vMB 55
569,356 569,356 00000000000000000016f31d66bbddabfefd44b0c1ff0f096e6d7527d19228a3 2,713 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 781.61 GB

Node Details:

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