Loading Tool

Explorer IconExplorer

Memory Pool

87,226 transactions
31.65 vMB
0.21935150 BTC
Random Selection Loading Transactions
Max Size: 192.13/200 MB

Candidate Block

Mining Attempt 0e1624f4b1d48ddf45ecb27accb6546dc9e7fbeaaefc873acf608ece1391af4e
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root b4d87bb4339b4a0194d2fb42ccca013f7beed81c9f25df600bafcda6618485c9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,579
Size: 1.00 vMB
Total Fees: 0.11033577 BTC
Feerates: 502.67 > 11.06 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (286,037 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
629,088 629,088 000000000000000000041035e79e8a12cd98c8dca3f4b6ae855465129e423ed3 699 1.00/1.00 vMB 36
629,087 629,087 0000000000000000000cd89a246ddae31850cd67e435937f1343d01d759b0b0d 1,523 1.00/1.00 vMB 33
629,086 629,086 0000000000000000000735bc3538f2c39b46efa4c96061e98207a71c769808c4 2,070 1.00/1.00 vMB 67
629,085 629,085 0000000000000000000928c0b47a0d54802f1f252679fe4b4a3c7527ca428fca 2,505 1.00/1.00 vMB 79
629,084 629,084 0000000000000000000dd6dd38a445384c5f2258d171bb0e56729335a9f19c77 2,263 1.00/1.00 vMB 38
629,083 629,083 00000000000000000000d646a6f82b9a80832b41fc9ac913268ccb75869c373b 1,880 1.00/1.00 vMB 48
629,082 629,082 000000000000000000002ad0e3ac009dbce78583fab023e5f14833005b3e7261 3,017 1.00/1.00 vMB 89
629,081 629,081 00000000000000000005e9d05bf70c2525b0f5d534eb7a7402b8a0a0cddc2fd4 1,557 1.00/1.00 vMB 37
629,080 629,080 0000000000000000000c2b5a2821281e88f8b087924d2979d99042e2739a8b8f 2,318 1.00/1.00 vMB 36
629,079 629,079 000000000000000000015bf76a1f7370620c05b5557cd6f820968bbfa14e2d7c 3,017 1.00/1.00 vMB 44
629,078 629,078 0000000000000000000f40bf2849bb0edc14b12ad51ddbe13ebeb023772655d5 3,212 1.00/1.00 vMB 70
629,077 629,077 000000000000000000082e03181f3033b89e85db22b44fbf39584f9e75517cf0 2,621 1.00/1.00 vMB 70
629,076 629,076 0000000000000000000e3a8a96bf95fb3179ab0314dcf71e8d7a8ecb8c28cffe 2,108 1.00/1.00 vMB 55
629,075 629,075 0000000000000000000e33f568449bdfdee4355dce114e10843632cecaad712b 2,580 1.00/1.00 vMB 56
629,074 629,074 000000000000000000081fb0f6f72b36ca09848e27ae1770345b3b3963f4f6c0 2,459 1.00/1.00 vMB 43
629,073 629,073 0000000000000000000f3a9bbef0dd13ed6d94241e1327dbde6d2ab814cf9d33 3,264 1.00/1.00 vMB 64
629,072 629,072 00000000000000000009f73835f00cb6e40b2daf42b0c36bb18479afa4a315da 3,185 1.00/1.00 vMB 72
629,071 629,071 000000000000000000072c60175ee1c56383427da38547e2a503b0bb419724eb 1,934 1.00/1.00 vMB 48
629,070 629,070 000000000000000000081a6f780ec3fa5e1f88d18509e8b832be3883adbee3f9 2,691 1.00/1.00 vMB 57
629,069 629,069 0000000000000000000703a299bf7fe69c91890e94a61213f4c1db033cd002dd 3,133 1.00/1.00 vMB 52
629,068 629,068 00000000000000000007ea4cd2c2aa79f5730f8dbcaab4370e15a875dc4cca25 2,959 1.00/1.00 vMB 80
Previous 10 blocks ↓
Total Size: 782.61 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: 671.95 GB
    • Received: 16.08 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.