Loading Tool

Explorer IconExplorer

Memory Pool

79,727 transactions
29.28 vMB
0.12667621 BTC
Random Selection Loading Transactions
Max Size: 177.24/200 MB

Candidate Block

Mining Attempt 4ee4933fac61f49172a31d43db874be58f8dd78be025b50ac657973d99179550
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 104a1fe8cfe72f202dacff25add892eeccf112522b8906108b3eb0b9cacf8778
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,519
Size: 1.00 vMB
Total Fees: 0.04717088 BTC
Feerates: 602.26 > 4.73 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (573,653 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
341,652 341,652 00000000000000000e548adddadaea622aca753ea0738bb9339d68718f7e95a4 264 0.21/1.00 vMB 20
341,651 341,651 000000000000000002967ee375cb418af4b8013ced7f978cb70106afe26f091b 358 0.20/1.00 vMB 35
341,650 341,650 000000000000000002a1c66c663d178919fb8cb029a8012b8d495f6faff6a7d9 905 0.46/1.00 vMB 27
341,649 341,649 000000000000000003acd936dd5bff37185e235b522ab559d62ca22518b11ea2 221 0.19/1.00 vMB 15
341,648 341,648 000000000000000015bac5ea85f3f3df7b81d6f726aae5a8e14638fb33f21182 163 0.10/1.00 vMB 20
341,647 341,647 000000000000000018280169276abdb79a214f00f65b17026d868702f1e44805 601 0.60/1.00 vMB 15
341,646 341,646 0000000000000000092e69dfbea2069a89cd62cdbe1bd3d4326c1ffa01dd292f 2,170 0.85/1.00 vMB 33
341,645 341,645 00000000000000000c9a3f1a096ac5217547e81c0669bd54669d6645ecc57659 549 0.27/1.00 vMB 24
341,644 341,644 00000000000000000cd02bdd936831d462f0a7d985703268453c0a4b41341422 188 0.16/1.00 vMB 12
341,643 341,643 0000000000000000151c951f709e580b9249fd5084d54e51790827edc09875e2 256 0.11/1.00 vMB 26
341,642 341,642 0000000000000000154d3ef5f83acc16afdd1078ace18e8951d79eaf56967718 610 0.38/1.00 vMB 20
341,641 341,641 000000000000000012e8b917ab2ce51dcff38c4249120d58362484adbb4fa390 1,362 0.78/1.00 vMB 24
341,640 341,640 00000000000000000e942a71be40fb19079098490b09bdb18e1e73f8c9345d9b 1,165 0.71/1.00 vMB 23
341,639 341,639 000000000000000006f8524ef05d4edd1fc20c66228a269411cd34345e55075b 1,301 0.80/1.00 vMB 23
341,638 341,638 00000000000000000dee62c4011183cbc78e257ea1aae7e2e52decb1516308d5 386 0.15/1.00 vMB 33
341,637 341,637 0000000000000000103da43c25fa5a32e8845ae0af6a9782c30d411af4dc83ca 15 0.00/1.00 vMB 29
341,636 341,636 00000000000000000457d3ef90a87cbcefd5585ed728e4664379d8649d53ddd4 353 0.21/1.00 vMB 23
341,635 341,635 000000000000000012d7fbe1f68f23115b646bd81f7a69def310c8d64533e1b2 120 0.06/1.00 vMB 22
341,634 341,634 00000000000000000d85db7985df346ad76114c5679b4016ada438327178a81b 670 0.35/1.00 vMB 26
341,633 341,633 0000000000000000185b3c349a5a6a9abbd23509cf2db03573347b68b70420f3 76 0.03/1.00 vMB 26
341,632 341,632 0000000000000000085eac90aec7764776098d6bdaf9df93853226e9f390cce2 1,048 0.70/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.92 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.45 GB
    • Received: 17.54 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.