Loading Tool

Explorer IconExplorer

Memory Pool

76,898 transactions
28.54 vMB
0.09964245 BTC
Random Selection Loading Transactions
Max Size: 172.63/200 MB

Candidate Block

Mining Attempt 3c10e5f6f53d346ae3d52eb3eaee8ede4e54e8372ec6734875bdca70535e6f0f
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root ba022dea0b9c1c90f30982c798077e3f698b65c5c9fe02b74e7366f2f8c8b458
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,426
Size: 1.00 vMB
Total Fees: 0.03475826 BTC
Feerates: 150.80 > 3.48 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (293,815 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
621,450 621,450 0000000000000000000694ab57e8324484d2f70f267569418554fa4b783438d5 2,253 1.00/1.00 vMB 54
621,449 621,449 00000000000000000002413008c44d97e4ae457ac007c9dc3332dab10df4702a 3,095 1.00/1.00 vMB 44
621,448 621,448 0000000000000000000a54ec342da34a6faed809f5ec81b8df15122f83a28ebb 2,268 1.00/1.00 vMB 76
621,447 621,447 00000000000000000008da67d40a0089d9ad4fbf4e8a026255cc0ad6af2e5247 2,430 1.00/1.00 vMB 61
621,446 621,446 00000000000000000003d0259cd5931fd0bb109415ed78b8d279e969817a5c0a 2,551 1.00/1.00 vMB 72
621,445 621,445 0000000000000000000127423d9f1efbbb64e446cf3d7b53c928e5f9f714565d 2,587 1.00/1.00 vMB 54
621,444 621,444 00000000000000000008103dedb7b08d0634d3fb407173b1de94942ded34e6ab 2,752 1.00/1.00 vMB 47
621,443 621,443 00000000000000000004e5bdf7ec1e2202eb1dc97202a50d6d4644152b232e41 1,830 1.00/1.00 vMB 51
621,442 621,442 0000000000000000000d443f93ef5492108bd0b252cfc639d150a1b40c0c017b 1,881 1.00/1.00 vMB 61
621,441 621,441 00000000000000000004e0cd577d5938a5daf0bb66801111ef7d64d4ce3fc936 1,437 1.00/1.00 vMB 48
621,440 621,440 0000000000000000000f2843d5358dc3b073d2f8a7ea422306699fd0799ccf38 2,889 1.00/1.00 vMB 40
621,439 621,439 000000000000000000087f33964695a5bd2262ae62a79bc801c4c7dfa7de6506 2,750 1.00/1.00 vMB 53
621,438 621,438 00000000000000000002f2340d0ccc2968a7422a44db036a3d14b949e0a45d44 2,156 1.00/1.00 vMB 55
621,437 621,437 00000000000000000000d400239133a698ccceed5018f96711b78917f95f2be0 1,689 1.00/1.00 vMB 44
621,436 621,436 00000000000000000005ed1961e3d036bbc5dc082fb4c8ab3a63ad71385d2074 1,751 1.00/1.00 vMB 60
621,435 621,435 00000000000000000003d134c83af17fee816fb2e009abe7b3064938bcd26e4e 2,056 1.00/1.00 vMB 46
621,434 621,434 000000000000000000047c278ba949f4f94bfd59e39a044688a48ddc391a7841 2,032 1.00/1.00 vMB 65
621,433 621,433 00000000000000000000add19c05bcd40c28e34ddf68aacd5b9f65b6d2322b0c 2,442 1.00/1.00 vMB 52
621,432 621,432 00000000000000000007346f238a28a1623a4206f1943b9f21b10c6dff6ca60b 1,941 1.00/1.00 vMB 60
621,431 621,431 0000000000000000000c0e6cdeb6589df0c2221bc5dfbb6778f9efa30fa35035 2,907 1.00/1.00 vMB 61
621,430 621,430 0000000000000000000ba39bf0db6a58e1d5648b5a15ca314ec55459d958c9b6 2,250 1.00/1.00 vMB 78
Previous 10 blocks ↓
Total Size: 782.85 GB

Node Details:

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