Loading Tool

Explorer IconExplorer

Memory Pool

31,558 transactions
28.09 vMB
0.05609342 BTC
Random Selection Loading Transactions
Max Size: 153.47/200 MB

Candidate Block

Mining Attempt e201e6a8b1c706a670ef033d2cfd51fb1f3f8a1d927cc4bac7021212ae843639
Version 20000000
Previous Block 00000000000000000001b2e2bfcc2ac51a1cb082b3e36efd01fb280160d8c5c7
Merkle Root 9ddddfd82bb5cf6e0e444e61b7a5b7e46e8fa020ae10c88acc063b24c0f7a5dc
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,316
Size: 1.00 vMB
Total Fees: 0.02096407 BTC
Feerates: 88.45 > 2.10 > 0.14 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,863 (0 blocks away) ⇈
Next 0 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
940,863 940,863 00000000000000000001b2e2bfcc2ac51a1cb082b3e36efd01fb280160d8c5c7 2,789 1.00/1.00 vMB 4 ago
940,862 940,862 000000000000000000006381bd8c8344a1924dd057bf22e81de95fcb3e2a979b 3,935 1.00/1.00 vMB 1 ago
940,861 940,861 0000000000000000000159a95632204d334413fbe8a33b309e53ff33196ce91c 386 0.09/1.00 vMB 3 ago
940,860 940,860 00000000000000000001b68f82db9d6f3869a81535af3e65789006b99f82c3ca 1,600 0.58/1.00 vMB 2 ago
940,859 940,859 00000000000000000000bace817491f2798ff622489e05b6ec3b7551b41e42c4 4,976 1.00/1.00 vMB 0 ago
940,858 940,858 0000000000000000000015994080f8679fd34453774a32f37cbaeb47f2a6a531 4,924 1.00/1.00 vMB 0
940,857 940,857 0000000000000000000161416d39e37764677e518bd299188dfd41101a5eca30 2,385 1.00/1.00 vMB 1
940,856 940,856 00000000000000000001737421f8d538f8a781b0d9c2dc86acf5d67a06f17df7 3,478 1.00/1.00 vMB 3
940,855 940,855 00000000000000000001243f634b5e6b2f8ff77b77583a8222566344842472aa 3,375 1.00/1.00 vMB 1
940,854 940,854 0000000000000000000070ef0bc722a5d38ea797e4b32309de90addb71f1ec68 2,567 0.94/1.00 vMB 2
940,853 940,853 000000000000000000004e7d0ffa2087b5bdfe7a9ad6474bd9f1422f5bf09b59 3,905 1.00/1.00 vMB 1
940,852 940,852 000000000000000000001c90927b1800669f05a52bd9bc2ce50bc7fe40189b53 4,414 1.00/1.00 vMB 1
940,851 940,851 00000000000000000000ffcc39fa84dda72c6fc30bd0647219e444808f305d6d 3,653 1.00/1.00 vMB 1
940,850 940,850 000000000000000000007bd3dc0fd4a1adf01b15f7cc9589d218f94909883809 1,694 1.00/1.00 vMB 0
940,849 940,849 0000000000000000000057703926727ade30c8394a90b5b08278b5721aad45c1 641 0.26/1.00 vMB 2
940,848 940,848 000000000000000000011ba98ff5ce57439f17a3911356d1180578009fbd7aa2 286 0.08/1.00 vMB 2
940,847 940,847 000000000000000000004c94594a437e528ece64a47fc0b0039011c098bf0831 2,824 1.00/1.00 vMB 2
940,846 940,846 0000000000000000000032b74d9a774a0000920444df20d3434338ade89ebe13 3,202 1.00/1.00 vMB 2
940,845 940,845 0000000000000000000151e081e592c9bd1e7ca2ace01cda76b3fd61658343ce 4,999 1.00/1.00 vMB 0
940,844 940,844 00000000000000000001a9ebd9a68cf92baa0be2849a957d5bdb71a36d3a00ca 2,448 1.00/1.00 vMB 2
940,843 940,843 00000000000000000001cc0639cfa573bd798907fd77cc3a494f002e5ab1343c 4,180 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 828.29 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: 4,568.73 GB
    • Received: 246.66 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.