Loading Tool

Explorer IconExplorer

Memory Pool

27,619 transactions
7.04 vMB
0.04680732 BTC
  • 1 sats/vbyte = 8 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 49.03/200 MB

Candidate Block

Mining Attempt f8ce6900b001f83c75f3688f77830fb20773e7b6310541f28386452365df35d0
Version 20000000
Previous Block 0000000000000000000208e8f55b22acde9972e57c0df25285960effdde2bfa9
Merkle Root c1e0fdfcfb83f7aa1c4336ccc6aaccae66081cb37d8b018b7932ee7fc02299a7
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,152
Size: 1.00 vMB
Total Fees: 0.02412482 BTC
Avg Feerate: 2.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,012 (780,167 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
132,845 132,845 00000000000010de53c19d4d1318b4b195457b1ba89aa902c1b5bac444a134af 0.00 MB 6 38
132,844 132,844 0000000000000170b2e373c9a4e99ee308decb44fe9b67611c7fe439652b1159 0.05 MB 144 424
132,843 132,843 000000000000002ec4f9085b4b381d01940e9916e81379a53e5634a30ac014ec 0.03 MB 106 138
132,842 132,842 00000000000009def76f78e14c1e5150851915cc08ff7e90027f8d1350804be3 0.01 MB 15 647
132,841 132,841 0000000000000d3835d37caa6ac1dcb57557e3c5d60174fdad91f7e0afacf6af 0.03 MB 87 453
132,840 132,840 0000000000000cc1285bffc98ac32b5495347d957e2495d1937465c81e0791a4 0.00 MB 9 642
132,839 132,839 0000000000000ebed89f2e4617be276c1e26bbf88b9e58b37379d8a1f98ccc99 0.01 MB 43 299
132,838 132,838 000000000000114e0d3aa8010f01494c9949a36c4ca9e2fe12c49d3721428b2b 0.00 MB 7 1,040
132,837 132,837 00000000000010bce2a8996ed4199ea45304805c9e019db8979843d90cbfb945 0.03 MB 89 200
132,836 132,836 0000000000000c5af21a2f4563c891f69f80b46646dd37e48fb0cffb556342d8 0.03 MB 71 175
132,835 132,835 00000000000004929819ec6ecd7dac67f593269b7fc8c2b23eb2c596ffd530c5 0.01 MB 35 529
132,834 132,834 0000000000001295b1707e1baa4414a0e6ec36667403ebf08842ab0bdc4da122 0.02 MB 53 343
132,833 132,833 0000000000000407e5d33535b59438828ffdf206c20e2a657316dd3c9e6ddb82 0.01 MB 20 189
132,832 132,832 000000000000128a9d3f542b258e4d7afac7cf0261eae8145b77493b4fd55b9f 0.00 MB 13 350
132,831 132,831 00000000000002a2f319fffd6264334d2c98b5a037e3e58757c5fd9c863465fd 0.03 MB 96 284
132,830 132,830 00000000000009d3799cd931b1ab63de082fb8f20f625a69192cd5219082a006 0.01 MB 32 290
132,829 132,829 00000000000003358a11e0bcca73676b14b78f43b7a5aed3570a55e0e073bf8b 0.01 MB 18 130
132,828 132,828 0000000000000956e8e421c75e849af42d715a3b156400477c9b90b811d538a6 0.05 MB 142 240
132,827 132,827 000000000000015d7cc1a6e2098d9a3b35999d3d29547ff09955fef1f9451411 0.05 MB 147 189
132,826 132,826 0000000000001063ea4306bfcbf9cb4db4e792ac958054e62f59a9905bf2e511 0.03 MB 115 2,541
132,825 132,825 0000000000001197869fa4545b406938cf7fbca8b3ec64b14e8d234669ebcfc2 0.01 MB 13 824
Previous 10 blocks ↓
Total Size: 778.86 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: 392.97 GB
    • Received: 3.53 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.