Loading Tool

Explorer IconExplorer

Memory Pool

81,847 transactions
31.73 vMB
0.10730421 BTC
Random Selection Loading Transactions
Max Size: 189.46/200 MB

Candidate Block

Mining Attempt fda0ec7adb5cc02f66ff09521017f14c7c3e0ff012975faaa900885ff6c99d9f
Version 20000000
Previous Block 00000000000000000001cf5b7d2a37dd298e1ce67799bbd6505a6dc760cb69ff
Merkle Root 173ac230f05818b44a94b056f35a888c546941cc09ae4938c509179f56ab72df
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,505
Size: 1.00 vMB
Total Fees: 0.02398584 BTC
Feerates: 711.74 > 2.40 > 0.92 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,377 (12,693 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
902,684 902,684 0000000000000000000033e4d5148cf49e5e246c401cefca9d65c9e30d83e7ec 745 1.00/1.00 vMB 1
902,683 902,683 00000000000000000002078b0e377e8545b94635753c4bb6be7e37e52c158c49 3,812 1.00/1.00 vMB 4
902,682 902,682 00000000000000000000177f10861cfae765eeb8eef201befda90f72ac6a0423 2,839 1.00/1.00 vMB 2
902,681 902,681 0000000000000000000132a6f0f93790ec7435f351d51fc9fa4a4cbd2e47a823 2,164 1.00/1.00 vMB 2
902,680 902,680 0000000000000000000092b52501cce2269ff3af6630b8d20c57ad75e87619dd 2,845 1.00/1.00 vMB 2
902,679 902,679 0000000000000000000123a10f8603beacc6262b6ae5b5944bc4e3bba579223f 3,854 1.00/1.00 vMB 1
902,678 902,678 00000000000000000000dc2b3e9fefbb2684d1a6a7b504114c08200e666da615 3,157 1.00/1.00 vMB 1
902,677 902,677 000000000000000000016d6b4fb00ad61bac03ef84c6c37e147e2c1054a7707a 3,357 1.00/1.00 vMB 4
902,676 902,676 000000000000000000004c5685486a1f0bbedaa9f1e9e83844582f937d569149 3,212 1.00/1.00 vMB 1
902,675 902,675 00000000000000000001d08a2474d0bc57038cf90ae9e77dfad53aa7e44b30d9 3,370 1.00/1.00 vMB 2
902,674 902,674 000000000000000000009626cbf5cde1a644a46b44de7dda2f8d973536beea8c 3,165 1.00/1.00 vMB 4
902,673 902,673 000000000000000000014b0e265bb393bf5e6f6f45a4f1358c547468081c9edc 2,872 1.00/1.00 vMB 3
902,672 902,672 00000000000000000001267bbf2b15095b52d8664557c0c5f9a6852af58e1b14 1,108 1.00/1.00 vMB 2
902,671 902,671 000000000000000000013faa855e3242a28403de2c43e7ed3556a74495e397a2 3,907 1.00/1.00 vMB 5
902,670 902,670 00000000000000000000b77da2164689a86be6b04e29d39f20d0a4c5120dd6df 1,091 1.00/1.00 vMB 2
902,669 902,669 000000000000000000008d93f34f931d3b127cfe7a9bc9f7a053c19bcdd62d77 3,366 1.00/1.00 vMB 5
902,668 902,668 0000000000000000000188e9cd810d59b3f0720a44e33d62013534f00130e303 2,941 1.00/1.00 vMB 3
902,667 902,667 000000000000000000000f4a730eba9a50fc8beb1c3db806aadb736021dfde4a 3,203 1.00/1.00 vMB 4
902,666 902,666 000000000000000000006cf119a72d9a9cd8a0d1caccace3e1b995bdc27de4ce 4,012 1.00/1.00 vMB 9
902,665 902,665 00000000000000000001e84e9cac6d892d0d0bf2f482012b752ba0a6c38f596e 3,424 1.00/1.00 vMB 2
902,664 902,664 0000000000000000000232877019823aef3423c5296cba1550f1a920a7a53971 3,418 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 783.05 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: 720.47 GB
    • Received: 18.17 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.