Loading Tool

Explorer IconExplorer

Memory Pool

81,719 transactions
30.54 vMB
0.11599810 BTC
Random Selection Loading Transactions
Max Size: 183.94/200 MB

Candidate Block

Mining Attempt 0233a7ef70671b1f2f26cbc5f604c3c41be45e0f5b7e56af2b26e2579a2fb22e
Version 20000000
Previous Block 00000000000000000000199f724f1ef29eab80f2f04d88a242934c5235274752
Merkle Root c0cccb2a670236fac5344372ba4521b948bad914c6529b72caa3d46b8dcd9c89
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,483
Size: 1.00 vMB
Total Fees: 0.04040066 BTC
Feerates: 180.34 > 4.05 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,142 (355,430 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
559,712 559,712 000000000000000000129190e5b8a7e692443d61e96d87f76a839550be541812 1,370 0.45/1.00 vMB 17
559,711 559,711 000000000000000000234fc1043352773b8843c74d77a7a413f0bfc2b032f9ab 147 0.05/1.00 vMB 18
559,710 559,710 0000000000000000002a6739c6a7b0b013da1d9348ed5a8761e703b52d05aae8 1,065 0.43/1.00 vMB 9
559,709 559,709 0000000000000000000aca1b5076d3cda9a7c08cd699a86dea36aaf78a57b942 2,635 0.99/1.00 vMB 13
559,708 559,708 0000000000000000002765156633bae69213f28b6b1f3f583ccb6a387ba755b0 1,872 1.00/1.00 vMB 20
559,707 559,707 00000000000000000012f98bb28c50cee1bec5e966274051795b0c091ffe8fa8 1,651 0.82/1.00 vMB 11
559,706 559,706 00000000000000000016c4018a665ab83bad3b496d8e84a094a24903a946263e 878 0.45/1.00 vMB 2
559,705 559,705 0000000000000000000b809363c8652175c672f9aa05c29e689f12a776070fb2 3,005 1.00/1.00 vMB 18
559,704 559,704 000000000000000000220680441515b3d277f28c4ab93349da8e4d09375e071b 1,450 0.51/1.00 vMB 12
559,703 559,703 00000000000000000003f20b4b1f9e94364aea2f71ff8c485dca303eeedd7c45 747 0.29/1.00 vMB 16
559,702 559,702 00000000000000000000048fd851b9df2d71dcb497478de4ac85346ce5449d55 1,050 0.45/1.00 vMB 1
559,701 559,701 0000000000000000002b4f8a0389309d806cb9238207c2725c19227b324c44f1 2,660 1.00/1.00 vMB 6
559,700 559,700 0000000000000000001d843be8577ab7dbc22d8fd3c6e3ea6f26a5a17646bfaf 2,838 1.00/1.00 vMB 23
559,699 559,699 00000000000000000007fe1e5a1f86ff81a15b2a9b4186d74f2457043673499f 2,427 1.00/1.00 vMB 21
559,698 559,698 00000000000000000019eee5cd4d40dcd22bbfa3aaca81bd335e38ce063c7ec9 129 0.05/1.00 vMB 11
559,697 559,697 0000000000000000001c7021354f8b11b14a8ebe32d7bb007a23d9bdeba94430 2,139 0.83/1.00 vMB 12
559,696 559,696 000000000000000000135631b18a48084b1197a65b20b08398b12809f2089033 1,601 0.68/1.00 vMB 19
559,695 559,695 00000000000000000025c274838fe2f40cb25073694a28e85437cac6658c3003 376 0.12/1.00 vMB 19
559,694 559,694 000000000000000000046a157f8dd39ba6fbde0cd9d18644e1f38eed25d0577b 1,575 0.61/1.00 vMB 11
559,693 559,693 00000000000000000006cbcccb9bbd8327573bc043416dd1ee1db787b514b7d2 1,695 1.00/1.00 vMB 6
559,692 559,692 00000000000000000021c4642a3c5c59436879785dcffbde473904396c1a8340 2,926 1.00/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 782.64 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: 672.42 GB
    • Received: 16.24 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.