Loading Tool

Explorer IconExplorer

Memory Pool

8,690 transactions
9.36 vMB
0.02214385 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 46.26/200 MB

Candidate Block

Mining Attempt 6efecdf86c3ec12a48182562a49ae50aa41a0827cd5029491cac719923d59377
Version 20000000
Previous Block 0000000000000000000129ec247556291a40ed8781091094ef7cabc011ad57bf
Merkle Root cea90a8a6e0df56c5107d19933096b315ccc01c0e42df98f493f014be8b3618a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,971
Size: 0.9979575 1.00 vMB
Total Fees: 0.00857268 BTC
Feerates: 100.29 > 0.86 > 0.21 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,804 (689,942 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
223,862 223,862 000000000000001e77ef298f42f1a373340a337cd9eec27e00d33f4b7bfeefd0 424 0.25/1.00 vMB 135
223,861 223,861 0000000000000362a85b66379b629cc528cdadf41ecfc2ef8afbb857c839a2c5 806 0.25/1.00 vMB 256
223,860 223,860 00000000000002740b2d993e18e442e666cfd416102ec994378b83931207a682 16 0.01/1.00 vMB 263
223,859 223,859 000000000000039ed9b8e6bb845d0e3c47ede17dfd770dd0462fdefc8f46e3fe 408 0.19/1.00 vMB 166
223,858 223,858 00000000000002aea727d199254462365eee289db91bb7f88aac101621f1233f 397 0.24/1.00 vMB 176
223,857 223,857 00000000000001bbf44ba6b2bd36ca7ff1c9f92ec0bab06f4722870d91531fa2 435 0.18/1.00 vMB 195
223,856 223,856 000000000000028776661dfacc88b6471f5282401126cae9b8831ab48cf5f30b 476 0.42/1.00 vMB 108
223,855 223,855 000000000000027cce41da3afdfed376f2e19f7e088c45d61c10dc93cb27a82b 240 0.09/1.00 vMB 229
223,854 223,854 000000000000000c4ca6d2016302bab8e1237ed220b2873149bcf02d97aff005 268 0.15/1.00 vMB 143
223,853 223,853 00000000000002ae41dc09ba32306ff212f7c4c18333b6d3d6b306d3a33a546a 534 0.25/1.00 vMB 158
223,852 223,852 00000000000002aebb3bb016c780f304f004c308256a629b506917c93e2701b7 526 0.25/1.00 vMB 163
223,851 223,851 0000000000000281b587fefc21079830c41b4aa612c0c1ada2237876d3b02bfd 485 0.25/1.00 vMB 152
223,850 223,850 000000000000020e0e5d32b455a944b184eabed003ac031ee0295967d17fafc7 776 0.25/1.00 vMB 282
223,849 223,849 0000000000000342f01eca64cd1ad739012e5a52b354f8d20be708e33a5b3748 9 0.00/1.00 vMB 0
223,848 223,848 000000000000024cb94a91e4cdddbb53bff5517fb3a01b64377eba6aae599c5b 256 0.12/1.00 vMB 217
223,847 223,847 00000000000002012f6eb5c6fe41da2d6ab4846167469f7688285d67a2ec1136 15 0.00/1.00 vMB 29
223,846 223,846 000000000000033c93fb179b270bd13a4b95cd2b1b5a82e0173edf18bb47cb6d 512 0.44/1.00 vMB 86
223,845 223,845 00000000000002c5b77ae8abb82ab3a886d0e7243fbec30ce5e793ab63ec6337 732 0.25/1.00 vMB 267
223,844 223,844 00000000000003c55da4b3f9e9aac525e6d655564a98a4596b791b84b79a2686 742 0.25/1.00 vMB 329
223,843 223,843 00000000000001f791df10d7c156fb1db9b725dc9389d03435fd3a6189b5d997 64 0.03/1.00 vMB 94
223,842 223,842 0000000000000213b1f1eb6fe2f7374840c781d8108d27f5e52deb5276a68a25 128 0.19/1.00 vMB 76
Previous 10 blocks ↓
Total Size: 780.27 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 515.73 GB
    • Received: 4.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.