Loading Tool

Explorer IconExplorer

Memory Pool

77,845 transactions
33.85 vMB
0.14300266 BTC
Random Selection Loading Transactions
Max Size: 189.76/200 MB

Candidate Block

Mining Attempt f0f232668146f80afd145b55069cc4dda4b3a4e79cba832d10d71bf6a00ad819
Version 20000000
Previous Block 000000000000000000012746d6c2df51d8349966cc0d8eb6f9f36de95d974776
Merkle Root 2cd1b3e4360bc34153ab22a481876974368be946a247ee6d5bd9e93a219e1c78
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,594
Size: 1.00 vMB
Total Fees: 0.02968337 BTC
Feerates: 100.53 > 2.97 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,415 (125,463 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
789,952 789,952 00000000000000000003c5a7c97d8999e679d906d1ae295947a200462d02aa69 4,031 1.00/1.00 vMB 38
789,951 789,951 00000000000000000005c41aae5c4cde1be74190092746ce9b404486b5e41111 4,114 1.00/1.00 vMB 30
789,950 789,950 00000000000000000001d0756774d1df09d57f2454bbea9808b24e78d3c4a3e6 4,514 1.00/1.00 vMB 28
789,949 789,949 00000000000000000001377e80c923f9431a8ec348af8765466a9275bfcf39f2 4,166 1.00/1.00 vMB 60
789,948 789,948 00000000000000000005702ec89a7bdbac0308337e6bc2cc73df44ead0351b12 4,080 1.00/1.00 vMB 26
789,947 789,947 00000000000000000004b60a8273f902f397c0083472a1cdb627071a5e9a2ce8 4,081 1.00/1.00 vMB 52
789,946 789,946 00000000000000000004da7fab71cbd8f212467e33c313f9edac6cef32245b58 3,478 1.00/1.00 vMB 69
789,945 789,945 00000000000000000004c30a8c28ab678e07d9fdf33993ad282ec337a7e3e1cf 2,678 1.00/1.00 vMB 91
789,944 789,944 00000000000000000002385ed74eff29aea3b38af44974b7dc64390045bc7d29 3,325 1.00/1.00 vMB 21
789,943 789,943 000000000000000000053b0dde2b700ce86ce3d30e94e616454177dbdf660511 3,828 1.00/1.00 vMB 45
789,942 789,942 00000000000000000002f692b5a29c897d98e984eba36517decf31d0a4ebd50d 2,599 1.00/1.00 vMB 24
789,941 789,941 0000000000000000000469b2fcb437083b8bfc27fe905d26c132e62964446dde 4,822 1.00/1.00 vMB 34
789,940 789,940 00000000000000000002a38435958a8fdd390e897aad797d5a84d8f0735bd5a3 4,281 1.00/1.00 vMB 26
789,939 789,939 0000000000000000000203da5b3d6a89e0b23a154ba37a26b7744f1bd2c85542 4,192 1.00/1.00 vMB 42
789,938 789,938 0000000000000000000362f3def4e0e9b8c54d8a0e040f1bd1b2e05832341c30 3,297 1.00/1.00 vMB 73
789,937 789,937 0000000000000000000092e9f4d09736b8528f3ac70c34e40a9d9505df05a5f0 4,174 1.00/1.00 vMB 37
789,936 789,936 0000000000000000000009acda36da11afb63c5df37434bc39500a61ff924d07 5,188 1.00/1.00 vMB 38
789,935 789,935 00000000000000000003d849465044f396b96e0a187fafa511ecbbffc47643ad 4,015 1.00/1.00 vMB 57
789,934 789,934 00000000000000000001b09fb205f2dd3ed3a27637c335c5f25a6449bdab2d2b 4,044 1.00/1.00 vMB 68
789,933 789,933 0000000000000000000251fa660af7412309d941eaf3b83e58995aa9b80cdafc 4,057 1.00/1.00 vMB 70
789,932 789,932 00000000000000000004920595c6f62b9650ec2a81c0890b8eafecd7abe88bea 2,861 1.00/1.00 vMB 97
Previous 10 blocks ↓
Total Size: 783.11 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: 733.45 GB
    • Received: 18.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.