Loading Tool

Explorer IconExplorer

Memory Pool

52,591 transactions
31.58 vMB
0.11506952 BTC
Random Selection Loading Transactions
Max Size: 168.93/200 MB

Candidate Block

Mining Attempt 13b9cd89ea388a630aaf5eef139e2bb73dfc25bea110f8638919e21f172dfe4a
Version 20000000
Previous Block 00000000000000000000e8bf6513364e7869b415e3fa1f8435bb5c6d3f5c62ed
Merkle Root ed6127e16b7d57d31aec3d5131f5e6905364f87d896ea6d4aaa3a18aca07e86f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,818
Size: 1.00 vMB
Total Fees: 0.02364558 BTC
Feerates: 32.88 > 2.37 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,819 (339,661 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
575,158 575,158 00000000000000000021100d7092ec8006982d12b7945af2c0ec95df0f36909f 2,872 1.00/1.00 vMB 81
575,157 575,157 00000000000000000014e712d66dde518165b5b75484d931fc8b75fd7a9b3b20 3,176 1.00/1.00 vMB 94
575,156 575,156 000000000000000000153ddeaca3c1d4ce6b395ee0b4878b9282a3cc4d036920 2,960 1.00/1.00 vMB 78
575,155 575,155 0000000000000000000a767c06ef0f19ed07c854ac84b574f9710baad2f927f6 2,510 1.00/1.00 vMB 92
575,154 575,154 0000000000000000002689d8ae004ae96d4ee219af086aac3762c08a9b43ce6b 3,270 1.00/1.00 vMB 84
575,153 575,153 000000000000000000015a5d6accb11cc7b53dcbd6562b644e9a17fad1d1ac80 2,733 1.00/1.00 vMB 87
575,152 575,152 0000000000000000000d4710ab972b304b1051d304727c297a3bf818f81651ba 3,343 1.00/1.00 vMB 91
575,151 575,151 00000000000000000006312b0a7ec7cd98d80dbb3567efe88b8f25cbb434b651 3,291 1.00/1.00 vMB 92
575,150 575,150 0000000000000000000886048e48c7a02b323b1c3a255e69882430472ea9dbec 2,903 1.00/1.00 vMB 92
575,149 575,149 00000000000000000003c20c598041abc7d303b584ef3c59aadced92015b3dbc 3,268 1.00/1.00 vMB 86
575,148 575,148 0000000000000000001efe3b81116d16f3453571fe0e9299df1dc8c481700cfe 3,077 1.00/1.00 vMB 92
575,147 575,147 00000000000000000007ce658ea82da636d160168249354be5939c0588eba708 2,757 1.00/1.00 vMB 103
575,146 575,146 00000000000000000029fb95ec95cc1b51df9ab4b2532bdd7a752da069a2891d 2,956 1.00/1.00 vMB 172
575,145 575,145 0000000000000000001cc94de4531a23b3226295cb8a4d895c6b5c2fcf7fb5f3 3,044 1.00/1.00 vMB 100
575,144 575,144 00000000000000000028484e3ba77273ebd245f944e574e1d4038d9247a7ff8e 2,816 1.00/1.00 vMB 107
575,143 575,143 000000000000000000259b81bf1de3018cc5f57a294c07cc8e358c4f8d1bc00b 2,828 1.00/1.00 vMB 76
575,142 575,142 00000000000000000028523910ac56da8f43101c5a6de6e2178e62fc4ebdf89d 2,875 1.00/1.00 vMB 71
575,141 575,141 00000000000000000022d91e653a879882dddb5487253c3b47be088fb7a3f1a2 2,960 1.00/1.00 vMB 98
575,140 575,140 0000000000000000000ebd9031ba0d40c107960b5adffbd5dfa48b30908d7a20 3,058 1.00/1.00 vMB 84
575,139 575,139 0000000000000000001a91b309820554f0003812c5580353357a16d06309d1b0 2,568 1.00/1.00 vMB 77
575,138 575,138 000000000000000000005403e487eccd59c59e0a6f993492bfe33a6658718dce 3,077 1.00/1.00 vMB 97
Previous 10 blocks ↓
Total Size: 782.07 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: 651.22 GB
    • Received: 13.49 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.