Loading Tool

Explorer IconExplorer

Memory Pool

90,339 transactions
33.13 vMB
0.16164865 BTC
Random Selection Loading Transactions
Max Size: 199.79/200 MB

Candidate Block

Mining Attempt 86ed6d15db072bff3c871f54d8c443f88b2feb7e6b4ef1e0a6ef663149065467
Version 20000000
Previous Block 00000000000000000000b3b36493b98d8831183a4c3bad48ccf282a73492693b
Merkle Root f45b85396ac0b857289b341fdd857e67e6270f5a3872595dd68b8b0e28ebc0f6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,760
Size: 1.00 vMB
Total Fees: 0.06269512 BTC
Feerates: 627.82 > 6.28 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,072 (280,155 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
634,917 634,917 0000000000000000001204ffbec3cc5f7d3d71c7244ea9a2c02016ca9b5f240d 2,180 1.00/1.00 vMB 40
634,916 634,916 0000000000000000000118b37eac936ab111954d6621559426f3e062c1b132ee 1,306 1.00/1.00 vMB 38
634,915 634,915 0000000000000000000a5bb34e171ec61e0a54c2b479c00451ed701062fd0a79 827 1.00/1.00 vMB 38
634,914 634,914 0000000000000000000d11a5e4b19879fd6570eadfaa45fe9f1152263cd0ac16 2,635 1.00/1.00 vMB 52
634,913 634,913 0000000000000000000241ba821c4df997566a7420a50ab670d20adad2e554b0 854 1.00/1.00 vMB 36
634,912 634,912 0000000000000000000c00b2517d1a8978cb3982733898cd06fccc7c67e45dec 2,192 1.00/1.00 vMB 49
634,911 634,911 0000000000000000000a714e736ca0b6ffad3cfe18c7ddba27b20c510984760f 2,125 1.00/1.00 vMB 44
634,910 634,910 0000000000000000000cd05db2a6c20cd8610ea0186d2ad3f0df56b50cf06688 2,690 1.00/1.00 vMB 28
634,909 634,909 00000000000000000001db43cbab9fc75edb6997aefb449de896d44743cd1e43 2,738 1.00/1.00 vMB 30
634,908 634,908 0000000000000000000e4818951d8b36cc8a113e72e9725d40f1639acb5b3a7d 3,024 1.00/1.00 vMB 29
634,907 634,907 0000000000000000001337eed5aa842d47a5ff951b5ed2f0316aeeebf174799c 2,061 1.00/1.00 vMB 36
634,906 634,906 000000000000000000083c320852fbf475992b362b7811f156112a221ba9a87e 2,491 1.00/1.00 vMB 42
634,905 634,905 0000000000000000000f5c2ade12b3b59050a9d454fbc2dc4b6e7b84c506b53b 2,319 1.00/1.00 vMB 35
634,904 634,904 0000000000000000000ff49ff49554deb1de576255111cf86ffad5c4cea42988 1,883 1.00/1.00 vMB 33
634,903 634,903 000000000000000000062a15f95c9961f9f01f228e746e89b772b6c5dbc37cf9 2,576 1.00/1.00 vMB 45
634,902 634,902 0000000000000000000c7a175c14f54889a5c2d31ec72611abccdaaf5e334a40 2,098 1.00/1.00 vMB 32
634,901 634,901 000000000000000000082374988931b713c7c4e20b74e049dbbdc3f31d70b0e6 2,268 1.00/1.00 vMB 45
634,900 634,900 0000000000000000001476044605830325efef20c232839a0fd734a36b06ff7e 2,439 1.00/1.00 vMB 47
634,899 634,899 00000000000000000013d0878dc088b32c6a29c7e914c17b2aabc2aa75784987 2,598 1.00/1.00 vMB 33
634,898 634,898 00000000000000000005426ed23df62d3ede513439cc5ac673de84af75d741eb 2,157 1.00/1.00 vMB 41
634,897 634,897 00000000000000000000ef496e74c054506b9fb5d2f78104aba05b24235c60a3 2,819 1.00/1.00 vMB 51
Previous 10 blocks ↓
Total Size: 782.52 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: 668.90 GB
    • Received: 15.63 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.