Loading Tool

Explorer IconExplorer

Memory Pool

84,455 transactions
31.72 vMB
0.09833444 BTC
Random Selection Loading Transactions
Max Size: 194.31/200 MB

Candidate Block

Mining Attempt cf80aefaf64b1f0d18d64365d12191b0e4e6b636e7b6da4dbcb4a1e88c6a3a20
Version 20000000
Previous Block 000000000000000000008c48c54ea13ac1ebac208d0e0eb58ba93557644246e0
Merkle Root 9de96f0d927c9df95a1618216eb6d0a1325d85f31612fc3f7de689843e455e56
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,093
Size: 1.00 vMB
Total Fees: 0.02361670 BTC
Feerates: 78.76 > 2.37 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,227 (108,176 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
807,051 807,051 00000000000000000000e97d0a9f6cc7cfab9e1ba3808b85afaccc211580ffa9 1,936 1.00/1.00 vMB 15
807,050 807,050 000000000000000000000522d0db378a8620ff3daf0f98b77f7db5b3a7029176 2,482 1.00/1.00 vMB 21
807,049 807,049 00000000000000000003163226f72eb9b4ec43ca9855430b0a79f1a9e5779cd6 2,935 1.00/1.00 vMB 21
807,048 807,048 000000000000000000049c26dcccd3ea758f62c21480cd92557146e21cc6c696 3,333 1.00/1.00 vMB 25
807,047 807,047 00000000000000000002cb6ff8308b0270065a642074043802db8bf86401214b 2,502 1.00/1.00 vMB 18
807,046 807,046 0000000000000000000142792ff46e8c24fbc202d1c7d0e83f2f8c8e01532536 3,346 1.00/1.00 vMB 30
807,045 807,045 00000000000000000001af36db3cfd1ebf388e3e5a6d6c612c32649ca9f3f9eb 2,479 1.00/1.00 vMB 26
807,044 807,044 00000000000000000004bb10f34a8519a0b479b54cb4650e87f9676e701b190d 4,771 1.00/1.00 vMB 19
807,043 807,043 00000000000000000002af2a05b67c1c9c06d57e243c792f31419f698aa9c241 4,434 1.00/1.00 vMB 17
807,042 807,042 00000000000000000001fe04e9defcc26587d301220b04234ecd4c3c1327a8f7 4,117 1.00/1.00 vMB 15
807,041 807,041 00000000000000000003a6a8d92ae8d28a05fd965f2e20269e508d0795ce656d 3,121 1.00/1.00 vMB 19
807,040 807,040 00000000000000000000a2e02dca99c88c6924c6fcf1d70a0b7451716f77bc29 3,111 1.00/1.00 vMB 20
807,039 807,039 00000000000000000002651b97996b2f8e0d7932cc6a57489b4d4edf16d7489e 2,255 1.00/1.00 vMB 17
807,038 807,038 0000000000000000000485380504697455e33fe6759f9ab2735b02da46cc0dae 3,770 1.00/1.00 vMB 28
807,037 807,037 00000000000000000004915a4c6c1560f95d73b45a35b5fb5652c4327a9ce1a8 3,204 1.00/1.00 vMB 33
807,036 807,036 000000000000000000021ba02e6f83be9af8c7becb3faa6718bb5f47c6f9767c 4,699 1.00/1.00 vMB 15
807,035 807,035 00000000000000000001295b87ac95f1dd391f2cb7bd408d13f607f4d4428822 4,555 1.00/1.00 vMB 14
807,034 807,034 00000000000000000004995d6f3647a46e6f397647059e1f0f761d040f75e952 5,251 1.00/1.00 vMB 18
807,033 807,033 00000000000000000003beaaa8db09b9c042dc9bbe58c246314ad735c7005845 5,472 1.00/1.00 vMB 14
807,032 807,032 000000000000000000025140dc44dcdf63048660ed327f7614dc75afb38b4856 5,637 1.00/1.00 vMB 15
807,031 807,031 00000000000000000000ea680d1003a23e71ad046635e3641929d0b4d5f00749 3,611 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.78 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: 709.73 GB
    • Received: 16.97 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.