Loading Tool

Explorer IconExplorer

Memory Pool

38,365 transactions
25.92 vMB
0.05165353 BTC
Random Selection Loading Transactions
Max Size: 134.41/200 MB

Candidate Block

Mining Attempt f685f55c0b5f3ae0d661cb7a8ed55c461692bd6bafa53c08da778e89d1ead31a
Version 20000000
Previous Block 00000000000000000001827e1f65c9b8b332295eae82c9b3b729a3d5853fffe5
Merkle Root 15e84d941203d6112db55a7fc7b0d405ff26b03c3cce5ed10ae23318496228b8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,954
Size: 1.00 vMB
Total Fees: 0.00426577 BTC
Feerates: 60.16 > 0.43 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,933 (243,090 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
671,843 671,843 00000000000000000009ec8f737605ad4872296a33f6dd11f0bae8ad996ad56e 2,108 1.00/1.00 vMB 164
671,842 671,842 00000000000000000009684c04347dde3937bd3b3d07a37f3b247b2130626e8e 2,890 1.00/1.00 vMB 171
671,841 671,841 00000000000000000007eca37f61fb06fb1007d5b4054e7a720f50fc0e1ac826 2,758 1.00/1.00 vMB 177
671,840 671,840 00000000000000000003b8f222b8828e87588788827ca1b9fafba661dbbd427a 1,450 1.00/1.00 vMB 151
671,839 671,839 000000000000000000058e4c5dc607e7397c1a13fe12f892e3e011135b0cb896 2,982 1.00/1.00 vMB 179
671,838 671,838 000000000000000000089f1ecfdb32cf403b8093e414356cf619e64ea9b2c78a 1,668 1.00/1.00 vMB 142
671,837 671,837 0000000000000000000985965d81c8f20f320a5c8c1a79e22dda59b8d7154dcf 1,513 1.00/1.00 vMB 156
671,836 671,836 00000000000000000003d80a3bb818ea60934a12b0e235ecc1da72ec1e25b7ec 2,220 1.00/1.00 vMB 144
671,835 671,835 0000000000000000000c0906e793cd3cbd1e6b8dd9fd3c80eb2d2693b1f74f12 1,181 1.00/1.00 vMB 159
671,834 671,834 0000000000000000000019f82764fa6f754671d4954da2d3511c18b76c69ea44 1,940 1.00/1.00 vMB 155
671,833 671,833 000000000000000000057f8da7c7e42bb399eae7fd4fad2fd8c1c9df6adc8c25 2,103 1.00/1.00 vMB 167
671,832 671,832 0000000000000000000627013e024f29c85891faf437658c64ff8372b4a6485c 2,447 1.00/1.00 vMB 151
671,831 671,831 00000000000000000006962a9c8d61af54158265650ec93582a7ebd47fde934f 3,539 1.00/1.00 vMB 189
671,830 671,830 0000000000000000000a94e99abfcac55d72702dbc967414fdb6f067ca76d969 2,672 1.00/1.00 vMB 163
671,829 671,829 0000000000000000000cb3d05d5d3aab40cf0556f74d18b41e306356620c6025 2,725 1.00/1.00 vMB 161
671,828 671,828 00000000000000000005ebdefcb9280abb6156355c997f2b70f077df44bc89bc 2,676 1.00/1.00 vMB 152
671,827 671,827 0000000000000000000c6fabdcbb6366273d7f3e52bf836ec70bbbac62a24a34 2,937 1.00/1.00 vMB 144
671,826 671,826 00000000000000000009c6e33400a729d5659e68d652b91b1fff289415428b77 2,375 1.00/1.00 vMB 162
671,825 671,825 0000000000000000000c5b25acb9343865481801046292a8bb51006419d9fef3 2,545 1.00/1.00 vMB 140
671,824 671,824 00000000000000000005c5ac513d8fac1ee37db8a7ba79c677b17667e321a03c 3,074 1.00/1.00 vMB 169
671,823 671,823 00000000000000000003a340858d1e1c0ba4e74739369f4d4be384f1ac8676fe 2,271 1.00/1.00 vMB 149
Previous 10 blocks ↓
Total Size: 782.27 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: 656.06 GB
    • Received: 14.38 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.