Loading Tool

Explorer IconExplorer

Memory Pool

86,872 transactions
31.86 vMB
0.11027948 BTC
Random Selection Loading Transactions
Max Size: 195.17/200 MB

Candidate Block

Mining Attempt 5aac7895513f6b2da3f62813e0dfee742e1ee1f95defdbe4b4b04eb1a8f1a8ca
Version 20000000
Previous Block 00000000000000000000209b8de38c3e1775cd6d32cde674ad92e343308213be
Merkle Root a83d10427a9a6f622f1b7dd982ae75aeb3a1db8714cc05b1617c2bb236983da2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,847
Size: 1.00 vMB
Total Fees: 0.02912809 BTC
Feerates: 1,236.26 > 2.92 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,362 (32,760 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
882,602 882,602 0000000000000000000013365fa5e8cca473b2c69c21156a24a1225498cffcbd 1,689 1.00/1.00 vMB 1
882,601 882,601 00000000000000000002316fb0fbe7b51a25769e0cbb32448b86224fa55bdc3b 2,273 1.00/1.00 vMB 3
882,600 882,600 000000000000000000003a817fbf0c272e877e0fac4a4a7eb146edb94c56b99b 2,958 1.00/1.00 vMB 4
882,599 882,599 00000000000000000002477ad7382612c3ca5380a3a14b81ab1db67ecf9338b8 3,906 1.00/1.00 vMB 5
882,598 882,598 00000000000000000000b44771f412fd0c01b19db4b80e37ac59a1f8a5760c7d 3,376 1.00/1.00 vMB 7
882,597 882,597 0000000000000000000221db435eb31094fd63c0e6ca14c1b063c611be974718 1,506 1.00/1.00 vMB 1
882,596 882,596 00000000000000000000433771fcba21b770bf1526146dbcbdba22837b83ee8e 2,354 1.00/1.00 vMB 3
882,595 882,595 0000000000000000000203d3984a662682b7f8848ddda1e423bd14d829995da6 3,391 1.00/1.00 vMB 6
882,594 882,594 00000000000000000000a7e8afc123fc7e89d917b736ab1eda344f43cba10116 3,199 1.00/1.00 vMB 4
882,593 882,593 0000000000000000000009fa110c18930e35a6fbbfeca66e72eb65f3e54b1437 2,765 1.00/1.00 vMB 3
882,592 882,592 00000000000000000001fe8680d808ed9c324e3df0ea2a943c279cffe8de4c89 680 1.00/1.00 vMB 1
882,591 882,591 000000000000000000018d35e1a3c6b80e4693ff6db9b6dc90c4c77783ef0059 2,852 1.00/1.00 vMB 3
882,590 882,590 0000000000000000000096214d0e2c5a9500a56ed546566abd71f301fc507c8d 2,746 1.00/1.00 vMB 4
882,589 882,589 00000000000000000000cb2b364060aaceaf6ba2b032fd89f7c66cd99f1765fc 2,735 1.00/1.00 vMB 5
882,588 882,588 000000000000000000021d0c558efe821206f19b584c457cc8b19c820985bb07 2,651 1.00/1.00 vMB 2
882,587 882,587 00000000000000000001f8acc5a74420b89a2c7a14736ac49401b2adc0e7e3da 3,336 1.00/1.00 vMB 3
882,586 882,586 0000000000000000000165ed59cfa58d0c19310115a9a3869650c92464c24f59 1,308 1.00/1.00 vMB 1
882,585 882,585 0000000000000000000171cca7c684c45667b1976ce1d37d66bf76cfbb38004f 2,431 1.00/1.00 vMB 2
882,584 882,584 00000000000000000001b128c51d3983c98bef4e6dedd66c95c9a07e13056a9e 3,024 1.00/1.00 vMB 3
882,583 882,583 00000000000000000000d9596f7822ad136e6ae15dec78f0a8838bffb5896645 3,202 1.00/1.00 vMB 3
882,582 882,582 000000000000000000018b9425759a8df22538e41dfa425c569de074c138159f 2,878 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 783.02 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: 719.41 GB
    • Received: 18.05 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.