Loading Tool

Explorer IconExplorer

Memory Pool

67,790 transactions
25.93 vMB
0.06290161 BTC
Random Selection Loading Transactions
Max Size: 155.88/200 MB

Candidate Block

Mining Attempt 6d72e5bdb14e7068fd0d129bc489fc0662580eb302425b491a5861e889302553
Version 20000000
Previous Block 00000000000000000001aa9a1283aa889ea41c9cc87a0ebad4e6b488f74e2a00
Merkle Root c8bf7a29f3335043ff1a15bdd9246281e02ee03d60dcc93c13ee3f455b7c919b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,559
Size: 1.00 vMB
Total Fees: 0.00801587 BTC
Feerates: 86.29 > 0.80 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,520 (846,286 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
69,234 69,234 0000000000e3a7276a0f56cc9d027aaf069f63423dc1c61c43f35f7a0fa41fe8 1 0.00/1.00 vMB 0
69,233 69,233 0000000000efcc96701defb223cfe9c96833182bbc3537cf2ff5c8237104e36b 2 0.00/1.00 vMB 0
69,232 69,232 0000000001313401be7c2e198f2a6e29d6a7a5d42e883200a34b7def3cd254cb 2 0.00/1.00 vMB 0
69,231 69,231 0000000000a5c0c8193d20ce1783af55daaffb08c53beb444b2f7a349e6a871b 4 0.00/1.00 vMB 0
69,230 69,230 0000000000a9b5007905a8bed686fb077018022e640b25d6aff5feb45605447f 6 0.00/1.00 vMB 0
69,229 69,229 00000000011607f656147c27080d2b949525ad911ab42f93044feed074e84f5b 3 0.00/1.00 vMB 0
69,228 69,228 0000000000af58f3162b0456b64862e5d6064d5afd0d0b1e3d8af050d65838e3 1 0.00/1.00 vMB 0
69,227 69,227 000000000007ccf078ded4af531a5ec900a265d87f305e18473ae3b64775a81e 3 0.00/1.00 vMB 0
69,226 69,226 0000000000a29e7e1fe88f06f9580233b627b1e21f0609a5b72edf77a66349af 2 0.00/1.00 vMB 0
69,225 69,225 0000000000791f03fd9c3ef137ac13a36977d075016187fa7368433f206fae99 2 0.00/1.00 vMB 0
69,224 69,224 00000000006cd96c3d011bf5d6bdf82a5c8f896aabe2bb15215c7a83379eead5 9 0.00/1.00 vMB 0
69,223 69,223 00000000002de4f9536e58af540a9fa6ad5bb6415dc0cb4a472e5c24a798583a 3 0.00/1.00 vMB 0
69,222 69,222 000000000018c987db8469f68b284bc47b037caa7ec7d4486c987be3c72ebd84 2 0.00/1.00 vMB 0
69,221 69,221 000000000111c0ae709f4a39fb11e3a3d81867243c1bde3b36a307d6a0ab94d3 4 0.00/1.00 vMB 0
69,220 69,220 0000000000daaeddef908f95440cbc0dac6cabf98b8f146b823d69295e997554 13 0.00/1.00 vMB 0
69,219 69,219 0000000000a6ba23612db5c7f0d5ab79f0be068bdd31353bebff5f3ab8326281 22 0.01/1.00 vMB 0
69,218 69,218 00000000015447028edb1a3c7aa0c8affc92f3bc6c22b5891a2b10dabff997b2 2 0.00/1.00 vMB 0
69,217 69,217 000000000147bbe18238dc74944de5317172db02c1f9b62ae2aaba9059cc5648 6 0.00/1.00 vMB 0
69,216 69,216 0000000000e3eb7ae77c2dc802dfbfc942ec704d67a3ca134bce83c0d30175d1 56 0.01/1.00 vMB 0
69,215 69,215 00000000003bf885b1b808794edbb649453b46497ca40e92aab44216d0ebe366 43 0.01/1.00 vMB 0
69,214 69,214 00000000005ec3ca4128b340322eae227b978430fadaa69c0cd8b2ad8c977715 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.30 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: 766.94 GB
    • Received: 19.32 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.