Loading Tool

Explorer IconExplorer

Memory Pool

26,613 transactions
6.41 vMB
0.05360085 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 44.72/200 MB

Candidate Block

Mining Attempt 3dd6ca6e48cd541f2f70a25d774ca78354645ef287073d7d0aeff9a6778e9dee
Version 20000000
Previous Block 000000000000000000001aa7bc4ab8781ec75b9e95d975417f0fcc9048b6305e
Merkle Root d488f06bb118491e180d97be9b9da95bbcd151ad900b2a965b04cad8765c2031
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,723
Size: 1.00 vMB
Total Fees: 0.03720737 BTC
Median Feerate: 3.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,233 (700,555 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
212,678 212,678 00000000000003f33ad9ee8cc74d4520c694fd53ac2299260b47c56b72e4a179 8 0.00 vMB 17
212,677 212,677 00000000000003fd2556fef87f895f9700163eaf30c8e9a7363f9f972cd8a880 831 0.25 vMB 251
212,676 212,676 000000000000027b13db482cea3e58ca47a2197120ada44beb6c8794bc440552 29 0.01 vMB 125
212,675 212,675 00000000000000c714c0ebbdc26ca0601d9185bfaf5d661a909fc873804e8a4e 42 0.03 vMB 149
212,674 212,674 000000000000017ddd63f04dd670826c98762e7e78303302d1c318dff43a1f7d 492 0.25 vMB 157
212,673 212,673 00000000000002c607cbca59407aa3ddeaafd52f88af6963b3dddd3d4065cfdb 650 0.25 vMB 206
212,672 212,672 0000000000000172a189b716cb0f1680e0010fd171611a49ce45d206c16a02c2 91 0.05 vMB 64
212,671 212,671 0000000000000102677cc88cf580f97b2aa201411d5e75572a5c5a29d190a5ef 301 0.17 vMB 139
212,670 212,670 000000000000027b4f45ce5a33164093279ccadfed0f6c9619477f789c2c7b57 466 0.25 vMB 137
212,669 212,669 00000000000000bda0493d20b978190a9f6faedfd53d49508b9a47e954b5bf71 675 0.25 vMB 199
212,668 212,668 00000000000001a2173e6677691c79b464daba15c59e305845d62fbc17d05b24 690 0.40 vMB 272
212,667 212,667 000000000000028d4adf903c917a9893f4db4fafe47f433b1a328126504e12e3 543 0.25 vMB 200
212,666 212,666 000000000000049b2c4688bd8126c6f3966794fb8acfb1a05cfa3ac0413ae92d 824 0.25 vMB 240
212,665 212,665 00000000000003a4037daa51af54a5802518809539bd9e404fe83b0ab4385187 698 0.20 vMB 269
212,664 212,664 0000000000000289ea6ba1b0e647826b7ec0d5294e063f96b381b15be979afd6 140 0.05 vMB 458
212,663 212,663 00000000000001c6c84bc824346ba424d95e612a6291c0c388507a5870b1239e 671 0.28 vMB 175
212,662 212,662 0000000000000339034444791d9ea0166b7b5f146a595ec28440a6d60c8781fb 141 0.05 vMB 157
212,661 212,661 00000000000000123ca27545daedc88919685a7adca412023df7e467b2b700de 8 0.00 vMB 35
212,660 212,660 000000000000031f5bfb6b762fba4d642cf17e511dbe335f732164742130c45d 650 0.27 vMB 184
212,659 212,659 00000000000001c68916f03909a8e9fcd7de99683cd28d065d254a88a65fcc64 169 0.11 vMB 124
212,658 212,658 000000000000044f78f1871ee798070ce65f49dc5461ec946f8a1bd584acda23 413 0.24 vMB 142
Previous 10 blocks ↓
Total Size: 779.26 GB

Node Details:

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