Loading Tool

Explorer IconExplorer

Memory Pool

82,043 transactions
30.51 vMB
0.13375850 BTC
Random Selection Loading Transactions
Max Size: 183.58/200 MB

Candidate Block

Mining Attempt 55047996783516f8b6802b6d6da4f27c5b377f1d133dd89f5baf76ef288c0163
Version 20000000
Previous Block 000000000000000000016243f6155663ea56aeb617e220dfe372214395a7d65b
Merkle Root fac33c8d2c02fd44478685d11e33ea47f2c128b44273c86e7f93d6cc6615585b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,180
Size: 1.00 vMB
Total Fees: 0.05224095 BTC
Feerates: 302.06 > 5.23 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,129 (297,961 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
617,168 617,168 000000000000000000061974a707437b1f5152477296d635ff314bd5a3c36570 1,436 1.00/1.00 vMB 16
617,167 617,167 000000000000000000031a26b7d5b8bba6c23fb7237d3f39a7a1fd18d685bbdb 151 1.00/1.00 vMB 4
617,166 617,166 0000000000000000000fa82fbb3cc7b9b3b77b540916a74fbcedda6ef13f07f4 2,835 1.00/1.00 vMB 26
617,165 617,165 0000000000000000000034b9c968e0c24c29155b6c745d555372e60ace25c25b 868 1.00/1.00 vMB 8
617,164 617,164 0000000000000000000531bd22b72119ce61f8d27dfa25bcad30c355f0c151b5 1,109 1.00/1.00 vMB 7
617,163 617,163 000000000000000000050c54b1aa1884f0f376a8bd9ff5cdc21be17a37e6d24f 1,311 1.00/1.00 vMB 13
617,162 617,162 00000000000000000004df5a94b8c8b105b58176e0b14eb679a206c5ae1b4841 1,733 1.00/1.00 vMB 17
617,161 617,161 00000000000000000009284d33a1d37e72fa7f2aaafc1a47e3c13d4a75f33319 2,723 1.00/1.00 vMB 15
617,160 617,160 000000000000000000019bf36d244bfff606ae0a05186dcc491b64df0faa5c88 1,997 1.00/1.00 vMB 7
617,159 617,159 00000000000000000000d9898c679026cf5b6ca200923d055a6addda37faa2f5 3,343 1.00/1.00 vMB 28
617,158 617,158 0000000000000000000b53bf3691ab7ef36840dad3d755328c17e78ffa6bd319 2,750 1.00/1.00 vMB 22
617,157 617,157 000000000000000000097c208588d3c88df02077df24e37b1615b03c04d171cc 2,417 1.00/1.00 vMB 10
617,156 617,156 0000000000000000000ae87a4cb875b16e39c366ee9c64e259986c546f0acc95 2,698 1.00/1.00 vMB 35
617,155 617,155 0000000000000000000e1e5211d2a98dd6cd472b075a2ad8e1febca951ab15da 2,948 1.00/1.00 vMB 29
617,154 617,154 0000000000000000000dd779e0d499bef287fb0dcd9db0f5eb1815df0068cc5d 2,829 1.00/1.00 vMB 27
617,153 617,153 00000000000000000000033677f402e57f41d1b217ee9ec12b61d7f38315fb4f 2,578 1.00/1.00 vMB 38
617,152 617,152 000000000000000000010cfe5d92efaf3844e500d96aadd82b27989bb2969a2f 2,606 1.00/1.00 vMB 5
617,151 617,151 0000000000000000000ad129fc24fd8e3c3e47fca10d09e3f05a05ea7e026388 2,731 1.00/1.00 vMB 18
617,150 617,150 00000000000000000002ba70bac216f79b8bad540fe78dc4e0caf9f2ed6bc904 3,867 1.00/1.00 vMB 13
617,149 617,149 000000000000000000112e8d5c4fd3f72966740df6c6b1936ae20f7a5b4ec857 3,101 1.00/1.00 vMB 38
617,148 617,148 00000000000000000004edec94da9cfcdb67535a7ab7e161eabe6f307720ea62 3,011 1.00/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.62 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: 672.01 GB
    • Received: 16.11 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.