Loading Tool

Explorer IconExplorer

Memory Pool

81,426 transactions
34.78 vMB
0.16139039 BTC
Random Selection Loading Transactions
Max Size: 195.73/200 MB

Candidate Block

Mining Attempt 5a496802c6b93b1f70ce23a8f2b9253d9af2b75fe974fe9c4506b6a0d3266bf1
Version 20000000
Previous Block 000000000000000000015d606eea54600e68e92445d6617a0d0d5e5108766f50
Merkle Root 0a6658a4768579ed238a3168a722a5211e1aebb9ee4cd458008f2dbc544264ce
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,183
Size: 1.00 vMB
Total Fees: 0.03013810 BTC
Feerates: 73.20 > 3.02 > 0.96 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,412 (626,801 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
288,611 288,611 00000000000000000f50afe143a7ec788fbea51630b4b3d3d7e9d488d79bc023 55 0.03/1.00 vMB 9
288,610 288,610 0000000000000000b99e67473e8dd819f272e9aa8fa55b0a9be19dba71868c39 135 0.06/1.00 vMB 33
288,609 288,609 000000000000000043f1cd822191e0546a7ffe6ab2588a6394a44a9a031ed0a8 156 0.16/1.00 vMB 20
288,608 288,608 00000000000000010de743b3f0cb914d4c16963e8e52aade28c26b8d74217c8f 732 0.35/1.00 vMB 43
288,607 288,607 0000000000000000bd8a62038b16ed50046942e3142384d3f9100b89016e5754 747 0.90/1.00 vMB 17
288,606 288,606 00000000000000011ca2c9d7abfce5a1ebfe8edf5a2d219fd3b2bb1e722bc216 1,024 0.32/1.00 vMB 58
288,605 288,605 00000000000000003e89a777a84ad7431bffc47e30072477f892aac17ba2bfe6 203 0.25/1.00 vMB 15
288,604 288,604 00000000000000004d0911723277cec96f7bc0556b2ebcee50aba8658f6235ca 512 0.18/1.00 vMB 57
288,603 288,603 000000000000000004e5ba24d61bf8859d1cefbe4eb9a38501596d9912ea2e2f 1,072 0.50/1.00 vMB 44
288,602 288,602 00000000000000009df9ad97e3f9d56c07540ba1fb22371e71961ea831c10afb 709 0.40/1.00 vMB 35
288,601 288,601 0000000000000000ca09971febee4e777af43c63199e88dcc73bc170114d6f94 385 0.21/1.00 vMB 38
288,600 288,600 0000000000000000655f65f45e4dd6e23dbb7d8a2adfa32fde1952afdf473f31 454 0.29/1.00 vMB 27
288,599 288,599 0000000000000000081f5534dc2fc4a6c19a89207a97c60d7d2c1586d60d90b8 722 0.38/1.00 vMB 38
288,598 288,598 0000000000000000cc2722302dd8f7d2cff085ba407e3aa00615bdafa2d6bff7 117 0.05/1.00 vMB 35
288,597 288,597 0000000000000001004797b4287ca66f9a5fd07293b618da4714e33b5f805ac5 191 0.11/1.00 vMB 30
288,596 288,596 0000000000000000e6c509a10ff1cf1d7efa0530b214c267cf1f91e9daaeb4b4 253 0.14/1.00 vMB 36
288,595 288,595 0000000000000000239dfc074bf8d69d3e71f406f3189e7835ea8955984e4e0b 204 0.11/1.00 vMB 32
288,594 288,594 0000000000000000fd1ea84490d2118e1cc2e20a38af0797c2cb2c5c6282ecfe 164 0.11/1.00 vMB 29
288,593 288,593 000000000000000105261b88270984e3bd011f802bb9b5b7548baa66ebafe858 273 0.17/1.00 vMB 26
288,592 288,592 000000000000000093e9ee55ce094862df820d4aaf253e181f3b0d565b0b1077 158 0.10/1.00 vMB 32
288,591 288,591 00000000000000004d76d39c4d96a0353a23e90faece300e755fdf293c50edd0 74 0.04/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 783.10 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: 731.61 GB
    • Received: 18.52 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.