Loading Tool

Explorer IconExplorer

Memory Pool

78,312 transactions
29.53 vMB
0.10875085 BTC
Random Selection Loading Transactions
Max Size: 177.84/200 MB

Candidate Block

Mining Attempt 6e7aa1d69254a2e2c9695de94da0e3149b0406a7cce76a37d846d10fc915e811
Version 20000000
Previous Block 00000000000000000001cb1113c5ea661c59a8a02a5c9ba097352d884515177e
Merkle Root c3f284db8711d755aea5f9a3e3ca118c39c5ce84dfe0fb5c831fc9cfa37d8302
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,536
Size: 1.00 vMB
Total Fees: 0.03122801 BTC
Feerates: 151.12 > 3.13 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,271 (362,171 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
553,100 553,100 0000000000000000001cc286ed53ccdc269abf16d94c607fa81b8d7ce5f03ad4 925 0.51/1.00 vMB 7
553,099 553,099 00000000000000000007a8c43618b3ab2fdffcdec9cc1c89eead528940cb6985 2,137 1.00/1.00 vMB 10
553,098 553,098 000000000000000000019da27e6ded5b8f893fc45e6d2f94ad3b422c77d6f27d 1,343 0.65/1.00 vMB 9
553,097 553,097 000000000000000000319bc1f8478c7a0e722f1012831be783ed52ad407a6986 936 0.56/1.00 vMB 14
553,096 553,096 000000000000000000163e771bf06fab17ae28ed324bac2ac095d788e681e5a1 1,612 0.64/1.00 vMB 10
553,095 553,095 00000000000000000007a30da71808170cbee78f6012d6acf5f8e4e10a108391 1,866 1.00/1.00 vMB 14
553,094 553,094 0000000000000000002395199c03a702b647d5fe9e006e269e62cccc79c3fb35 3,100 1.00/1.00 vMB 9
553,093 553,093 00000000000000000010d3f83945d4da369ea6951a7903680ee34ffd4cbb6611 3,138 1.00/1.00 vMB 27
553,092 553,092 0000000000000000002608d65f4b42295b83083c988691b882c8054b301b40fa 500 0.26/1.00 vMB 18
553,091 553,091 0000000000000000001c6222a97d86a81438fd7d50cb07e31a7098498eab827a 874 0.41/1.00 vMB 12
553,090 553,090 000000000000000000003020ef0899bdcca4a071c94a506e2099545c1f2ec911 935 0.55/1.00 vMB 13
553,089 553,089 0000000000000000002c9ed4d5340148a56e9e6258ada0f2dcf6111a2ca75db5 2,093 1.00/1.00 vMB 8
553,088 553,088 00000000000000000018b56232d77f410c6834bf82f3bf0b2fe4ece0f2c46b36 3,049 1.00/1.00 vMB 22
553,087 553,087 0000000000000000002a6e767b6b12985d35f279d6ba3708f7c0ea21ed340f42 2,799 1.00/1.00 vMB 19
553,086 553,086 0000000000000000000b842703a9495a131908091b841faba4f2a8ef5053a46b 1,749 1.00/1.00 vMB 8
553,085 553,085 0000000000000000002eb62e0400660cc397bdbd421db9863b5b9be0c3d45b54 2,948 1.00/1.00 vMB 2
553,084 553,084 0000000000000000000834eedd8cd5dfbe5186a8e783dc991359ecdb5a1f696d 3,079 1.00/1.00 vMB 20
553,083 553,083 00000000000000000016e1795a7c5a60bcd28c28dad5a368e928ab42b2364fb6 3,294 1.00/1.00 vMB 9
553,082 553,082 0000000000000000001543e51a3d0932bab515f257477025a38822b8a45f2e86 1,923 1.00/1.00 vMB 39
553,081 553,081 0000000000000000000d863462343d723fe2be7fcf27975f6206cda9061f71aa 1,982 1.00/1.00 vMB 10
553,080 553,080 000000000000000000143e14b4096cfb8b6d2ed508e29af29b12b8ba9f0c6b57 3,576 1.00/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.86 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: 712.97 GB
    • Received: 17.26 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.