Loading Tool

Explorer IconExplorer

Memory Pool

42,048 transactions
26.08 vMB
0.05495864 BTC
Random Selection Loading Transactions
Max Size: 136.76/200 MB

Candidate Block

Mining Attempt 006188d7e3cd4a2c04a4d397ab60027d73ad8f8a9042fbed0778d2bdba6ce9b9
Version 20000000
Previous Block 00000000000000000000038677f305517a8cc11c54bf2db46b69946ea9907fbb
Merkle Root d534faf4863689184c3f1554c15977a5dc1c21162e6bd944ba514469479e904e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,921
Size: 1.00 vMB
Total Fees: 0.00749004 BTC
Feerates: 121.00 > 0.75 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,759 (403,730 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
511,029 511,029 00000000000000000053d735b0c5a9a79997930d9f02c8882b9ba7b71b785d63 817 1.00/1.00 vMB 33
511,028 511,028 000000000000000000002316344368d9355837dbba0736e611d13d86cb2d5594 504 1.00/1.00 vMB 25
511,027 511,027 0000000000000000001811f3c682cba47371f0af977d9433a49c77fffd19a8ba 995 1.00/1.00 vMB 37
511,026 511,026 0000000000000000001b3ce6eab0b640441d5c7683be5656f981e2bb89e8b381 2,003 1.00/1.00 vMB 82
511,025 511,025 0000000000000000004fe2fb034f52127c5f908bc005a7683dfdf9ff0cea0d36 812 1.00/1.00 vMB 39
511,024 511,024 0000000000000000001926b737a87f6c94ff15e94664743a0b8a0c2af4ff4453 1,381 1.00/1.00 vMB 58
511,023 511,023 00000000000000000048b620aa5bf6e88c115bbac28c191839c811baac9e9b88 571 1.00/1.00 vMB 22
511,022 511,022 00000000000000000042bf2655adba56420cbe3a4bd0a6087718226544e0d45d 2,592 1.00/1.00 vMB 93
511,021 511,021 0000000000000000004be373bfd6ce8e6a1e87213f7940a9c23dfd2239089d25 2,420 1.00/1.00 vMB 89
511,020 511,020 0000000000000000005b01ff55f4a03872a5574594153c616347f4ed2fd4da5b 903 1.00/1.00 vMB 42
511,019 511,019 0000000000000000001801d8c336b1f2a346d3a082638b38688d48c5e1ef502d 821 1.00/1.00 vMB 34
511,018 511,018 000000000000000000072fbbc78d18ed5196187080864364a181a172091b656d 1,592 1.00/1.00 vMB 91
511,017 511,017 000000000000000000371f0f4747c9071c6adbe56d0fb87bb134786c7b05a1e5 1,865 1.00/1.00 vMB 56
511,016 511,016 000000000000000000064ca4e02ce0c8545c18ecf2d876846cff7afc41f889a0 2,297 1.00/1.00 vMB 118
511,015 511,015 00000000000000000059e7bd70dfb0f8a1da0c014181fe39dcf42ee365823bb8 2,740 1.00/1.00 vMB 46
511,014 511,014 000000000000000000061ec9074cd5a3d3bbc947b86bd3f6a86b516b2f13f2c8 2,386 1.00/1.00 vMB 31
511,013 511,013 00000000000000000042b7eb6d93d17a918eb2d3d0f223c355c90e64a6bc63d4 2,549 1.00/1.00 vMB 58
511,012 511,012 0000000000000000003fc8fa988a22a77eaef37e0677d64c9c0342ffb3911bc7 2,500 1.00/1.00 vMB 68
511,011 511,011 000000000000000000232351e5557c91ddbd7428003f2a00fc926d1826a7d573 931 1.00/1.00 vMB 24
511,010 511,010 0000000000000000004aca30dce8c2a5a330d5fb67f7179a8e4e7fc397918707 1,995 1.00/1.00 vMB 35
511,009 511,009 0000000000000000000033c7217613a470017d4f957a4aecf6d2a1e54642c1ad 1,158 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 781.96 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: 647.52 GB
    • Received: 12.95 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.