Loading Tool

Explorer IconExplorer

Memory Pool

77,509 transactions
29.54 vMB
0.07194806 BTC
Random Selection Loading Transactions
Max Size: 180.41/200 MB

Candidate Block

Mining Attempt 51555c4bbccdb783b65a8ca2ebd5d07a0c8b8fbeaee52a329d5fbdbad7a107fa
Version 20000000
Previous Block 00000000000000000000cf3f5f15c57b2e8fb71d527029774760b564239aaa9b
Merkle Root c9e20c6b67bbb2e0668ab9f7fee2d0675d0ced3f98fe6d286ff89078e38435fc
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,300
Size: 1.00 vMB
Total Fees: 0.00675629 BTC
Feerates: 75.20 > 0.68 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,400 (140,341 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
775,059 775,059 0000000000000000000561d66bb03d001e6a95776b8b93c88b51ee41c497a234 638 0.97/1.00 vMB 4
775,058 775,058 000000000000000000040233d24ccd0825ad2d1253c4bf3d2182e678998c129f 1,165 0.43/1.00 vMB 12
775,057 775,057 000000000000000000068aac09e93b84477b85464b8a57c02e59b9e725e13a1f 416 0.70/1.00 vMB 2
775,056 775,056 000000000000000000068898d457c76e8b3781d5651dfb4552c13723326dd942 1,004 1.00/1.00 vMB 4
775,055 775,055 00000000000000000002f260b025757bc76f218dca438b60e2afd0b224e942f5 747 1.00/1.00 vMB 5
775,054 775,054 000000000000000000042b2a8104a14271b12ec9e0c28918b7fbdd6c5f5a8d19 2,954 1.00/1.00 vMB 15
775,053 775,053 00000000000000000003ac6b322826251dbf909df51c0944d4c95284696650b1 1,283 1.00/1.00 vMB 7
775,052 775,052 0000000000000000000244fb88e3e9349419a905e03e78a3e89c38c4e0c70f7c 1,254 1.00/1.00 vMB 6
775,051 775,051 00000000000000000001b7bbec41af5a80634352fb0881c56494eae30ae32dfd 2,864 1.00/1.00 vMB 18
775,050 775,050 00000000000000000001db4c4e84e01ff32dc1390216e53197bda7c03e56fe93 1,985 1.00/1.00 vMB 12
775,049 775,049 00000000000000000005232a14475db0138e7cb4f8ed4b8586983a743d9e2b0b 2,792 1.00/1.00 vMB 9
775,048 775,048 000000000000000000061277ddeba145debaecf135de5a5d8951564967d575e0 3,549 1.00/1.00 vMB 26
775,047 775,047 00000000000000000002d9c6be7196da9a14aa6504b38277325edea176757665 3,356 1.00/1.00 vMB 16
775,046 775,046 00000000000000000002f03a87a968d5acb5dcba6a6fc30f88b4ff0a606067ff 1,579 1.00/1.00 vMB 5
775,045 775,045 00000000000000000004ce6e991b4ba7e8f227044653b88a05c0e03418f90177 3,499 1.00/1.00 vMB 6
775,044 775,044 00000000000000000001a79c0009c4e5d98be2c45446858a20624fc158c94fe7 1,751 1.00/1.00 vMB 12
775,043 775,043 0000000000000000000385fd99d5cee6783f3b9e49f0f65a713fe005f8f98af5 3,111 1.00/1.00 vMB 3
775,042 775,042 000000000000000000046aaaf6b1f2f87f88d6324ff88b2598f9dc459b1bc035 2,474 1.00/1.00 vMB 8
775,041 775,041 0000000000000000000493cc1837b8e14010ef693dd1b08306fc2a164b995c3d 3,612 1.00/1.00 vMB 29
775,040 775,040 000000000000000000061c3673e570d7f1ad76bbc4fdd1194d4511cb67e8bc25 1,816 1.00/1.00 vMB 11
775,039 775,039 0000000000000000000667eba871c54cb88230fed976fec2a7efd4f65deec189 3,604 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 783.08 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: 721.16 GB
    • Received: 18.35 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.