Loading Tool

Explorer IconExplorer

Memory Pool

32,915 transactions
25.10 vMB
0.04961507 BTC
Random Selection Loading Transactions
Max Size: 127.26/200 MB

Candidate Block

Mining Attempt 49e8f83cbdf4a728d7fb8f2dbfb6b0dec6d6fd37722be2e6750a2cf03494429e
Version 20000000
Previous Block 0000000000000000000087c5fa9823c89604341616794226d7353dcb93d49d87
Merkle Root da0467459af3ec4ecf32d3ae8378c8024502abe83b9e3981a488fa57bcbd89de
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,810
Size: 1.00 vMB
Total Fees: 0.00465928 BTC
Feerates: 75.37 > 0.47 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,930 (290,263 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
624,667 624,667 00000000000000000001c6f5c2ded4af6c3b27dfe57296649687dfa12defb3e1 2,763 1.00/1.00 vMB 19
624,666 624,666 0000000000000000000ee65cc5b9d7185493f1b023c808164bb7a2f82e362295 2,911 1.00/1.00 vMB 20
624,665 624,665 000000000000000000118506ff32c44714dbcf12a18161313f229ac35b99c2f4 2,432 1.00/1.00 vMB 25
624,664 624,664 00000000000000000011bf0e2c406615fc5df6a05a4c0728a21f5dc7ee5d1313 2,650 1.00/1.00 vMB 23
624,663 624,663 00000000000000000008ed7cebc0073fce06cad65ea400bfda797da46c342d84 2,864 1.00/1.00 vMB 17
624,662 624,662 00000000000000000013c434995b214d83a114a412997d6ac0233c2afad0b64f 2,782 1.00/1.00 vMB 25
624,661 624,661 000000000000000000056c022dcbf65dfb089f52e1e339bb8921d941c41ab2d5 2,424 1.00/1.00 vMB 24
624,660 624,660 00000000000000000002daa43433cdf8c10ee7d5af2d7ea5cb36113c94f953de 1,866 1.00/1.00 vMB 8
624,659 624,659 00000000000000000005df009ad46b5fbd1b28a0b4a6ee20f4fa197d54933b29 1,987 1.00/1.00 vMB 13
624,658 624,658 000000000000000000063e163df4e40910c009a2b479a87ca6e4ddbdabcbbc8c 2,532 1.00/1.00 vMB 19
624,657 624,657 000000000000000000019ab4843948cb1ad176e9c178d88c81e8b792b83a1504 2,925 1.00/1.00 vMB 20
624,656 624,656 0000000000000000000138f274d5acc4372a5ebeff761e52be6ea1e67d9c2ee2 2,503 1.00/1.00 vMB 7
624,655 624,655 0000000000000000000945098aa332566465199f17e0d0767ea5bafa09186a1b 2,494 1.00/1.00 vMB 9
624,654 624,654 00000000000000000005e523b9adbd255c71796f8e19225c784241dd84c7ad83 2,496 1.00/1.00 vMB 10
624,653 624,653 0000000000000000000f7b90c235dfe2a058ce785437bbf838f4607b2036182a 2,687 1.00/1.00 vMB 20
624,652 624,652 0000000000000000000d8f1a3d224707426dee38ade34137b57d19a388e54993 1 0.00/1.00 vMB 0
624,651 624,651 00000000000000000003b9d86623461efe84e46e787969a32e75a92448a97e98 2,729 1.00/1.00 vMB 22
624,650 624,650 000000000000000000011f594e79f5811879ad7d0b1efd03e0fe6c120fb70999 2,394 1.00/1.00 vMB 33
624,649 624,649 0000000000000000001008afee6bb2d373e1a92c3a6daffeaaae867a5f50d9ef 2,839 1.00/1.00 vMB 35
624,648 624,648 00000000000000000003e1e067b434ae20dd0a81e84c2b431c0672ec30d0a89a 1,033 0.58/1.00 vMB 8
624,647 624,647 0000000000000000000e1bcba76c7fbd38b54dd631b26f1497b0dafebec56ff4 2,739 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.27 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: 655.96 GB
    • Received: 14.36 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.