Loading Tool

Explorer IconExplorer

Memory Pool

27,334 transactions
12.49 vMB
0.03668119 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 66.56/200 MB

Candidate Block

Mining Attempt d0536668bc7de8c3786f5c5786bcf1ab61aaea1f963a4d82036c0cbed71c1f9c
Version 20000000
Previous Block 00000000000000000000eb36ee3e6947a9e850649902af9ef9b61f08ab73877e
Merkle Root 379efde9851c7b7fd93850052e1f7e9f7f2bb94fbdd8c4d849bf487e70af355d
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 295
Size: 1.00 vMB
Total Fees: 0.01046835 BTC
Median Feerate: 1.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,517 (744,959 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
168,558 168,558 0000000000000896ab7026014b72fdb95d511c43fbd6bd8faca2965846203cf1 13 0.00 vMB 0
168,557 168,557 00000000000003d52c23f69a5efd9f30fd18798db6058a62f45f6c457b19aa3a 65 0.02 vMB 96
168,556 168,556 00000000000003016b60330157371306e188757bd455e2c9b5453fb74039b19c 24 0.01 vMB 11
168,555 168,555 00000000000005eb9c313e9972dc2e4f33508ed5ddced5034b47045626daa14e 49 0.03 vMB 64
168,554 168,554 00000000000009935e43e00c603fb0941abc7033a2035303ba29828c6178f901 7 0.00 vMB 229
168,553 168,553 0000000000000921b1c7a9b7c39ad607946bb0b54a91c4b8fe11120b59f06b0e 15 0.00 vMB 285
168,552 168,552 00000000000003308ac134bea3b91c4848176883a930b98a5917d67e545fda19 33 0.01 vMB 14
168,551 168,551 0000000000000370ea42310c6b4bff0cfc0b6f43a7a684968813b5ae430add1e 38 0.02 vMB 91
168,550 168,550 00000000000001f076f240538a1b4a47e285b22ebf3d54587a402fda377be2d7 88 0.03 vMB 13
168,549 168,549 0000000000000af3b7bcac1c1eddcfdb83d0be016b5aecdec47599afc2382d48 63 0.03 vMB 67
168,548 168,548 00000000000007271f89b7ea7e2d7f01a623e6ca0acb2552db4bba5ae35d6c80 24 0.01 vMB 47
168,547 168,547 0000000000000452fe0217e7d704bcf57431c41bb0e1a548e6a22527d3475f52 67 0.03 vMB 69
168,546 168,546 000000000000037ed1f67a7fbe513ad501a083036a2a758e2bab64fe0bcd300a 60 0.02 vMB 88
168,545 168,545 00000000000000658f463531fb02b92e07eabd83df5a8dba3c8bd70cf76042b9 117 0.05 vMB 100
168,544 168,544 000000000000040da2e79c21d97cf05089835aac8771ba0cb198ab2348041e82 7 0.00 vMB 32
168,543 168,543 00000000000001e9fb5348dd0f57eb9a093da7780421dd1ac2f10898577f08f1 46 0.02 vMB 5
168,542 168,542 0000000000000417082df05f39e43024c853b65e909c21e7a4875ae9a7af8566 36 0.01 vMB 49
168,541 168,541 00000000000009679c33d5271cd45c7c7a87baafeeb78043ec32f1cdb199b2f8 13 0.00 vMB 321
168,540 168,540 0000000000000a1fb4bb74c219106bf48099cce8edd0508ec6d55bc1d37cfc37 14 0.00 vMB 37
168,539 168,539 0000000000000a30ce1c8fda169febe79a67d39893f76cd9836c27815bf0a80c 42 0.02 vMB 33
168,538 168,538 000000000000055df1b0220bad9db00a164e8f73fdb1eb995885d899e67724b0 14 0.00 vMB 14
Previous 10 blocks ↓
Total Size: 779.76 GB

Node Details:

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