Loading Tool

Explorer IconExplorer

Memory Pool

41,920 transactions
26.50 vMB
0.07126284 BTC
Random Selection Loading Transactions
Max Size: 137.98/200 MB

Candidate Block

Mining Attempt 6d4d09b02cb671111243fe7f05ff6f53c7649f91813a7a5b5e838713b4ed2e67
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root a45fb863d91136b4b657d7d7fd0af834e4254ad9248c4127b16c8fcadb61d44d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,825
Size: 1.00 vMB
Total Fees: 0.02254870 BTC
Feerates: 99.53 > 2.26 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (271,949 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
642,927 642,927 0000000000000000000e1301b3a9ec2a0e318edf703eb97d93d3cf0db5047517 559 1.00/1.00 vMB 16
642,926 642,926 0000000000000000000356f20016e1d41a1b16a6dc1c1872f8a258cf31f264ff 1,412 1.00/1.00 vMB 13
642,925 642,925 00000000000000000002f44c6e80e7ce036945f7a88436efb4b8ff430512c9ba 2,162 1.00/1.00 vMB 85
642,924 642,924 00000000000000000007c3fbe20750e01fad9b140067127b4a820a928ce58e62 1,324 1.00/1.00 vMB 148
642,923 642,923 00000000000000000006a1af330e6bf8139cee60d0f5e1bed775f705f5111c8e 2,674 1.00/1.00 vMB 46
642,922 642,922 00000000000000000002b26ffb99c4dfc8e242b8516ff7efb683df0e590e933f 2,405 1.00/1.00 vMB 56
642,921 642,921 0000000000000000000e5ae8c6e0ec97b0ca6db6f445b0f057a4f969f2f17bd0 963 1.00/1.00 vMB 19
642,920 642,920 000000000000000000070f697bc8ecffc5b8d82dc800c0d8ae1e302644cdf960 630 1.00/1.00 vMB 3
642,919 642,919 00000000000000000010a202561e34687a1878737d6b67d500b35191bfe2f312 2,126 1.00/1.00 vMB 50
642,918 642,918 00000000000000000001ef0c8dbdfc9d068d05b1a69754fcd3b219fb19b7027c 152 1.00/1.00 vMB 3
642,917 642,917 0000000000000000000c5566423ea7845a0146f42f74264cc0f1a70d17a16d84 1,416 1.00/1.00 vMB 29
642,916 642,916 0000000000000000000ffbf12c7e65f6d11a9d2db42e3c013688de26c8f88203 341 1.00/1.00 vMB 6
642,915 642,915 00000000000000000007443d9555446ebac955375e74b49df1b711685d9e9280 610 1.00/1.00 vMB 10
642,914 642,914 0000000000000000000e09ad3e5fe204923c450dc26f3d759016786b0e932959 1,487 1.00/1.00 vMB 15
642,913 642,913 0000000000000000000e1f3178c040c2d9a663f662fb48d33adcf3dc570d814e 2,306 1.00/1.00 vMB 46
642,912 642,912 00000000000000000002a7aa5759d9fc5cdcf67d5e3f8736112820601fef6230 2,806 1.00/1.00 vMB 34
642,911 642,911 0000000000000000000bd6cf6c57aa59a8d32de4a22167191400c8fe2f98e732 1,981 1.00/1.00 vMB 41
642,910 642,910 000000000000000000044b923f5473c649a6a47233fd189a0451269400bebc4b 2,384 1.00/1.00 vMB 116
642,909 642,909 000000000000000000074b2407f17c3b5072b2c36ade41266715ac05f27f8440 2,691 1.00/1.00 vMB 71
642,908 642,908 00000000000000000001f469f44745c7466602eb029bd43ec5727ec70d846d56 2,066 1.00/1.00 vMB 22
642,907 642,907 0000000000000000000bf13fe97b8478825b735996fabd8754a091df83d70f6f 2,693 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.17 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: 653.46 GB
    • Received: 13.89 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.