Loading Tool

Explorer IconExplorer

Memory Pool

78,711 transactions
30.34 vMB
0.12295372 BTC
Random Selection Loading Transactions
Max Size: 182.85/200 MB

Candidate Block

Mining Attempt 180b0dd58a7bf806ae789b39c74e924a66f90b16950bdc49a5572ccc8b8d448f
Version 20000000
Previous Block 0000000000000000000067a6baa6a95faea41c82751e11dd94b2cd8d3557ef06
Merkle Root 21fd1578da65e0f8dd7f4ff746f70e512ec3465c92e2501a3e3c2650f3d80164
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,066
Size: 1.00 vMB
Total Fees: 0.04513144 BTC
Feerates: 357.61 > 4.52 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,435 (125,478 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
789,957 789,957 000000000000000000049d1f894d2cb64bbe9d1dea5544e7fc0a576842d54929 3,722 1.00/1.00 vMB 93
789,956 789,956 0000000000000000000078721de732a94cabe11b427a950dd5b89e48622ccc0f 2,934 1.00/1.00 vMB 46
789,955 789,955 0000000000000000000113d941488df5a69f23ed277bc33cabbd00af07e3f4d7 4,138 1.00/1.00 vMB 41
789,954 789,954 000000000000000000040b8c466dcc37a6a704765ab4ac96d87b6068b0e56474 3,896 1.00/1.00 vMB 29
789,953 789,953 0000000000000000000467715cd503ec64fd68154d6f3672166cd5631a4d8e55 3,874 1.00/1.00 vMB 59
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
Previous 10 blocks ↓
Total Size: 783.15 GB

Node Details:

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