Loading Tool

Explorer IconExplorer

Memory Pool

80,924 transactions
29.95 vMB
0.07639343 BTC
Random Selection Loading Transactions
Max Size: 180.64/200 MB

Candidate Block

Mining Attempt c61978b0bff4d477227fe1e96b1a0e00afd2ca85f94834cbb62280af9ae477ca
Version 20000000
Previous Block 00000000000000000001febb03fdcff4c8ac482b94dd8500539809f9da5db1cb
Merkle Root cc59a4f3538317fa889f5187c04ac317ece8858dbc1adf30450a598608f5b2fd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,120
Size: 1.00 vMB
Total Fees: 0.01520797 BTC
Feerates: 502.67 > 1.52 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,981 (287,814 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
627,167 627,167 000000000000000000010971ba62703c946df8db3c5985f0879941bbe3e3d674 2,554 1.00/1.00 vMB 44
627,166 627,166 0000000000000000000d890da79e8b1735cba11fb1f2eb94385de6eab3b8eb86 1,769 1.00/1.00 vMB 89
627,165 627,165 0000000000000000000ac4abe70f97f186dfe1cbcad4d859687e95d7a09ceccc 2,541 1.00/1.00 vMB 10
627,164 627,164 000000000000000000096ea3a56cb897f728ca06a5e7b7a4b032de4afac890fb 2,676 1.00/1.00 vMB 26
627,163 627,163 00000000000000000002ce58d00bc4dd53f1997164188414e960e26f9cdbe314 2,677 1.00/1.00 vMB 23
627,162 627,162 00000000000000000006c84f23b08d9747594716953e49c1ada6e0dbc311bea2 2,325 0.90/1.00 vMB 14
627,161 627,161 0000000000000000000c17e9dd8ec939c57cbeb8be113470f9c19cc46e326dc8 1,389 0.54/1.00 vMB 16
627,160 627,160 00000000000000000007b01cc7a9f19428d7ee66a5297697560e219f4b392a3e 1,888 0.66/1.00 vMB 16
627,159 627,159 000000000000000000088d4d37edf938757d1fded3095ee0cda735c2dfe1cf05 909 0.34/1.00 vMB 14
627,158 627,158 000000000000000000063741d741b6377891a5bda52ce6462a1623cc4a344f05 1,747 0.67/1.00 vMB 12
627,157 627,157 00000000000000000002c3cec01c15f247727f0d9fd22567bf1d114143c4520d 1,718 0.63/1.00 vMB 14
627,156 627,156 000000000000000000026eede4bf4f61b953954b71b2447ebdece3e7f279c15d 1,298 0.45/1.00 vMB 16
627,155 627,155 0000000000000000000a58d582683b434af5251f877e72273f866488ae4891a6 1,015 0.33/1.00 vMB 16
627,154 627,154 0000000000000000000724f45a4b612df645afc6e7c0579f2dc628ee3e8428eb 2,517 0.97/1.00 vMB 11
627,153 627,153 0000000000000000000c263a3d3facb6be5e25a39c7ed73cc543d9bac27922bd 2,400 1.00/1.00 vMB 12
627,152 627,152 0000000000000000000d8cb7ab194e4e8934fd9b9b3b8c523d92419ad6122e3d 1,953 1.00/1.00 vMB 2
627,151 627,151 0000000000000000000c5962815bd795948ff4fd284dde300defc1e605041e31 2,267 1.00/1.00 vMB 17
627,150 627,150 00000000000000000008e3511199b6de4a2e196f72e5b8a6ae23078d50c67028 2,275 1.00/1.00 vMB 6
627,149 627,149 0000000000000000000f12f955d905e3e46548fa7e515264f943275ced51a7e5 2,531 1.00/1.00 vMB 15
627,148 627,148 000000000000000000027368762dd4fead796ac43abcd6ada45b42d5cfe2b9f3 2,401 1.00/1.00 vMB 7
627,147 627,147 00000000000000000005a211e41e905ce1d51a553ac8b849399da09dbf3d8c84 2,700 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.36 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: 662.55 GB
    • Received: 14.86 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.