Loading Tool

Explorer IconExplorer

Memory Pool

84,902 transactions
31.85 vMB
0.16754122 BTC
Random Selection Loading Transactions
Max Size: 189.57/200 MB

Candidate Block

Mining Attempt 91e9c86ee2b2140860e22bb6c68e977c62c9145bcfac90196dba29912ea11dac
Version 20000000
Previous Block 00000000000000000000709a48f0063127d97cdfd68d24c6264f3b0e57fb4758
Merkle Root 578b2403f68219c78f6ac4521d15a60629ed0fbeeb1b8cdb5bf20120e406f441
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,027
Size: 1.00 vMB
Total Fees: 0.05296769 BTC
Feerates: 402.75 > 5.31 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,146 (414,477 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
500,669 500,669 00000000000000000010294c70d04f165c2bddff218dc3140cfcb3d994e50c8b 1,950 1.00/1.00 vMB 727
500,668 500,668 000000000000000000029ad84c700beca91395f750d18524db0879a61203f097 2,002 1.00/1.00 vMB 423
500,667 500,667 00000000000000000007a9c1a193738dafbb5a8553980364ffe152c57b61d9fb 1,866 1.00/1.00 vMB 356
500,666 500,666 0000000000000000002f61cf84076cf8c0c9c634c35a618cabfa07b42780452f 1,880 1.00/1.00 vMB 689
500,665 500,665 00000000000000000022aaae1bac709f67025d6f0ee6df32813922183f8c962b 2,369 1.00/1.00 vMB 529
500,664 500,664 0000000000000000007f2c52b95e6cbdd4200485edce2fba05eefa2e1ca86151 3,355 1.00/1.00 vMB 512
500,663 500,663 0000000000000000005d88bb4e3f70c3d401c97cc21cce1e3f5dc9c8678b4163 2,757 1.00/1.00 vMB 744
500,662 500,662 00000000000000000092b074587ed18d22a7a0f55fa5337fd6365e77e1f44a21 2,154 1.00/1.00 vMB 427
500,661 500,661 0000000000000000005fe5e82fce5d10f30bd1b70ff7991bbf41ff68eae1d99f 2,933 1.00/1.00 vMB 703
500,660 500,660 0000000000000000003934a240694ed52290ec8bfcfbab91a01f75a9a3ef4709 2,393 1.00/1.00 vMB 789
500,659 500,659 000000000000000000783851bff2d267a9d5299a2f9be720240ff244ceadfc23 2,576 1.00/1.00 vMB 926
500,658 500,658 00000000000000000047dc93fbbd20345b03bee37b6eac989a904640b03c8198 2,232 1.00/1.00 vMB 1,090
500,657 500,657 00000000000000000057d8d20e35aa0f0f0be881f5625a72c7d9f76d59faedd9 2,361 1.00/1.00 vMB 1,085
500,656 500,656 00000000000000000058eef1231d453c72144e614edb6d61bc6358b4a7f0090a 2,033 1.00/1.00 vMB 1,031
500,655 500,655 00000000000000000036a2a68bd637dc6dabfa5da6b5ef38464bf1491202126c 1,511 1.00/1.00 vMB 1,147
500,654 500,654 0000000000000000002c6984ad6a9339a0697be9b28f8fb637ea4d91bdbaca43 2,203 1.00/1.00 vMB 782
500,653 500,653 000000000000000000688353fbdb55f4a9b64132562ff78046d71e0795c8d682 2,001 1.00/1.00 vMB 589
500,652 500,652 0000000000000000008abd7358613cbe3346b4a9635d419196f02e7e981183d5 1,420 1.00/1.00 vMB 379
500,651 500,651 00000000000000000095626c8c9c551d76d627a5082e0072dbb41ba1d494e416 1,979 1.00/1.00 vMB 819
500,650 500,650 00000000000000000047b4757c6c033cb70d10c533a9c7a2fd7d2f098ba28c34 1,446 1.00/1.00 vMB 398
500,649 500,649 0000000000000000005f017b98c39eb1b0d4acc99752ec55760076c41f1a6212 2,056 1.00/1.00 vMB 475
Previous 10 blocks ↓
Total Size: 782.65 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: 672.66 GB
    • Received: 16.30 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.