Loading Tool

Explorer IconExplorer

Memory Pool

45,868 transactions
27.33 vMB
0.07419234 BTC
Random Selection Loading Transactions
Max Size: 144.89/200 MB

Candidate Block

Mining Attempt 86e5fba2e82b9ef4ecacc7f9a8cf0363f8cbb16aeacc2d426b03d623299cf82e
Version 20000000
Previous Block 00000000000000000001e1af25ad4e9d2008c13672c48d9c88eeac32a869b9f2
Merkle Root 1c2dc8eba7f57f8058b5bdb1b8d703cef3c71db610aebe6191618c06872557f2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,912
Size: 1.00 vMB
Total Fees: 0.02314478 BTC
Feerates: 301.59 > 2.32 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,789 (79,864 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
834,925 834,925 000000000000000000025c0fa743318b66661e0c96c7356841be6daebec8b2f5 2,952 1.00/1.00 vMB 26
834,924 834,924 00000000000000000000052d2d35c8f150ba57e7358737a293178958d2c0ebc4 3,461 1.00/1.00 vMB 24
834,923 834,923 000000000000000000009dfd600e4da5662b6810608e6417bdb6bf5097a3d410 3,710 1.00/1.00 vMB 60
834,922 834,922 00000000000000000000634094c31bc9a03c88fe7850f7528b7e51aba0cad216 1,903 1.00/1.00 vMB 19
834,921 834,921 00000000000000000002427cf656438017f1a46f110c0338f187bb644fed42f5 1,473 1.00/1.00 vMB 15
834,920 834,920 00000000000000000000653644e3081dc06e8034b67fddf577d674b11b91db42 3,260 1.00/1.00 vMB 31
834,919 834,919 000000000000000000006850f6c72ce30dd3af1b4c7d739414e3a45bc1b27d39 3,471 1.00/1.00 vMB 36
834,918 834,918 00000000000000000000a7302a8cbe5ddb6e5133abd5b7a2ef775ad9283de77e 3,014 1.00/1.00 vMB 30
834,917 834,917 00000000000000000001e843979e17495cdd10ceae29cd103a9a72fcdbffa91f 2,709 1.00/1.00 vMB 31
834,916 834,916 00000000000000000002b6c58fe5f7a718663b8657d7171416befcf2900a6729 3,333 1.00/1.00 vMB 35
834,915 834,915 0000000000000000000080ae8f2d568c548308a971613f693df2ab8a08c295e6 2,473 1.00/1.00 vMB 23
834,914 834,914 000000000000000000015e6c4553c7b2ab075a8fd1609919b8a6289db5a35d3d 2,517 1.00/1.00 vMB 14
834,913 834,913 00000000000000000000cf709323a35be6ea6c3a938a2eab9f1cadce785455a4 1,482 1.00/1.00 vMB 29
834,912 834,912 00000000000000000002a3bff3d7e6329b43d9dfccdf455c61233add9441f571 3,010 1.00/1.00 vMB 18
834,911 834,911 000000000000000000031f8899c17a22bdb6f26da2f10aeebac6cc99f7899e9d 2,303 1.00/1.00 vMB 24
834,910 834,910 00000000000000000000ccbdea6e13eb9d3a25bd0088606f2d7c64f557979135 2,596 1.00/1.00 vMB 27
834,909 834,909 000000000000000000009b3dbd31f33c4de151b3587c222909b106911b79471e 2,436 1.00/1.00 vMB 31
834,908 834,908 000000000000000000003dd12c489c75ae4ebcdc71bcfa534013b59c0a109043 337 1.00/1.00 vMB 12
834,907 834,907 000000000000000000009fa48c0abeef81cb7bf2d3fefb6c5bfd369b3cb7b4bc 3,389 1.00/1.00 vMB 32
834,906 834,906 00000000000000000000829413f4cd5737c1609640caa938e34cf3323444b5da 2,429 1.00/1.00 vMB 14
834,905 834,905 000000000000000000027ba2f97360fe4c0b1d9d30426c0505548f6962190a8e 2,745 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.01 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: 649.37 GB
    • Received: 13.17 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.