Loading Tool

Explorer IconExplorer

Memory Pool

81,827 transactions
30.21 vMB
0.09765508 BTC
Random Selection Loading Transactions
Max Size: 184.66/200 MB

Candidate Block

Mining Attempt 82b5283ec8312a234a6332e4e67d6b1110a5c19b5b468ceae3c7a628299200db
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root 4d58fa52fd97cff6004882a94636c87d01544ec46e32460a6848f615434a9147
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,722
Size: 1.00 vMB
Total Fees: 0.02909411 BTC
Feerates: 402.60 > 2.92 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (318,720 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
596,603 596,603 0000000000000000000911501b85cb05dde63f6b1589e7631b06002ad9942c47 1,050 0.57/1.00 vMB 25
596,602 596,602 0000000000000000000a4fdb118ce59ce35c65996d8808db91b487178fde1961 2,054 0.87/1.00 vMB 18
596,601 596,601 000000000000000000164403f02737b1e5b42b88d6c7c36d690593118f47c8f7 728 0.34/1.00 vMB 20
596,600 596,600 00000000000000000005cfee79da8f2745398f4710bbd4f0eb974e5bc73ce575 2,694 0.83/1.00 vMB 27
596,599 596,599 0000000000000000000ff829a5dd71d9f92666d4110fbaa194f2bb43b0c0f923 1,436 0.53/1.00 vMB 36
596,598 596,598 00000000000000000007cbd7daccc7a730c3e7eed34a41c31a0e5a2617180e50 1,278 0.47/1.00 vMB 32
596,597 596,597 00000000000000000006a67e610b7278210cba8e27937884af5886b1a2dfde3c 884 0.26/1.00 vMB 30
596,596 596,596 0000000000000000000be8fd0d09950d4898be2a0799d5736d7cf94373dcbaa8 593 0.15/1.00 vMB 22
596,595 596,595 0000000000000000000e44cf5e3c50ed97660bc7116b849316d6e027462a9fbe 859 0.26/1.00 vMB 22
596,594 596,594 000000000000000000084031e30db7badc1543eed6e7f07c18b844723f74f60a 1,507 0.51/1.00 vMB 26
596,593 596,593 000000000000000000034a8b1f2d830ab735d6249616d73951a1e8afaa812c1b 3,391 0.98/1.00 vMB 23
596,592 596,592 0000000000000000000835776a928e585c6e5f352dc705fb71952ffd12bb90db 515 0.14/1.00 vMB 25
596,591 596,591 000000000000000000004ddb27f737a5ba218390fcd5221439e4c3276850e0eb 2,486 0.88/1.00 vMB 7
596,590 596,590 000000000000000000165d1c7a572740397522aec72c976b778cc640f8112b9a 2,857 1.00/1.00 vMB 13
596,589 596,589 000000000000000000102ab7934632cee608a8fc79ddf2d7547e78e0b8dcd6cb 3,266 1.00/1.00 vMB 39
596,588 596,588 00000000000000000013ec7b12d32ba6b4d767bd90f74aa7b0d6a6d7b0702355 1 0.00/1.00 vMB 0
596,587 596,587 0000000000000000000d53325f22699f75e77f619b8425ba2327c46d7249b43a 3,233 1.00/1.00 vMB 12
596,586 596,586 00000000000000000015a0bdd22e4025fcb91de1f3d9a092d69f289175d3da1f 1,901 1.00/1.00 vMB 23
596,585 596,585 0000000000000000000b8500ec9eea97864b615d5274aadc80bddcb0aae103fd 2,719 1.00/1.00 vMB 35
596,584 596,584 0000000000000000000795b540465b42bd613c753df7acfd5cd156a90764f7c8 2,036 1.00/1.00 vMB 29
596,583 596,583 0000000000000000000994b25f2be7a7ff9d0ad4956cf3bf8b7998083dc01d40 3,176 1.00/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 782.95 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: 715.22 GB
    • Received: 17.67 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.