Loading Tool

Explorer IconExplorer

Memory Pool

28,726 transactions
11.78 vMB
0.03663804 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 66.73/200 MB

Candidate Block

Mining Attempt e6965ba52b120d1bc38e3efff7a94b95d0c4ebaa0e31da4c0f6dc0a1d8ead6b3
Version 20000000
Previous Block 00000000000000000000dfe08e8c7fc02879d427d7327f13f30ca8cda7348f7d
Merkle Root 9ff8afc105b7852fc884aee91dfce84c84c529305fd2f362afaeb4dc69111928
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,162
Size: 1.00 vMB
Total Fees: 0.01611959 BTC
Median Feerate: 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,519 (780,890 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
132,629 132,629 00000000000002d5c785eb156fee1db42af6d31f3f247bed298bcf7e805af6f3 66 0.03 vMB 968
132,628 132,628 00000000000006d47e62e7722299a49a1ee30c8145a475f892313f431789ac80 7 0.00 vMB 19
132,627 132,627 00000000000004535ac81a30e5eebc87ceeec2c5c13062ed8adff4d8255fbf24 16 0.01 vMB 1,500
132,626 132,626 000000000000000656934a6e144ba3360b4f35d67f489e1e4c033fd86454ac40 1 0.00 vMB 0
132,625 132,625 00000000000005ac89f870ffd506d486b520c01fc2d28c7bf5269fdb164d6b16 18 0.01 vMB 455
132,624 132,624 00000000000002c92c9fa9240974a58bfa51327c0820543ce2444fbc85a2d4b7 23 0.01 vMB 922
132,623 132,623 000000000000130bc558747a186d2d60ffa2c61cf7ed3dcb81ee8519eb775253 31 0.01 vMB 1,217
132,622 132,622 0000000000000642c8ba12c215ba58d91af7b7903cef952d46ef09bc2254ab1b 30 0.02 vMB 526
132,621 132,621 0000000000001150c8752c49c1e08b0d4f4a2641c59687a44f531a40a9883e53 82 0.03 vMB 100
132,620 132,620 00000000000004cc22d179d1e6201612eca8b78d86fce750c7bd69e68f33264c 46 0.01 vMB 602
132,619 132,619 0000000000000eaec69d373b0106259d92f1bddcb351f05a4efd266837456f6a 45 0.02 vMB 486
132,618 132,618 000000000000087d9219e3ff2bd96185880392f418a0f26446cff7ad90f66d5a 121 0.05 vMB 570
132,617 132,617 000000000000082177d477b50f2e8c71e53f43c2dcd2ae3e29dd1d76c025a018 23 0.01 vMB 348
132,616 132,616 000000000000084483b5c5a978de37b5479b8e302bee90eedbf173a1b49a466f 8 0.00 vMB 121
132,615 132,615 0000000000001181368d93eae21ee84dfdf939785c880c42bcb277d66043f611 10 0.00 vMB 407
132,614 132,614 0000000000001285ddd127154fde5ab4438ca05610e34f8251a9d114024aab8d 12 0.00 vMB 290
132,613 132,613 0000000000000516bab70802aa74fdb782a04358c5eabf8b00e0b2de8fcdc8a2 32 0.01 vMB 484
132,612 132,612 00000000000001bb116b38573d07de95152eea72dc88d13dd66044672abee8ca 9 0.00 vMB 935
132,611 132,611 0000000000000ed539be4e92162805286bf7d27d593d2a1512581c2faae67642 44 0.01 vMB 274
132,610 132,610 00000000000002a8276802b1d5e8218e2542703934b7b98a70af4d7acfd522c8 48 0.02 vMB 539
132,609 132,609 00000000000008a5845fa047f134830283997afe6bdeded3f7b425ff055de300 45 0.02 vMB 1,608
Previous 10 blocks ↓
Total Size: 779.76 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 11
  • Data Transfer:
    • Sent: 392.05 GB
    • Received: 1.99 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.