Loading Tool

Explorer IconExplorer

Memory Pool

74,437 transactions
27.58 vMB
0.07165137 BTC
Random Selection Loading Transactions
Max Size: 168.12/200 MB

Candidate Block

Mining Attempt 1eec5b93f57c08abb2e4a4c5e12fa915323555899856f10b898d869e5af6dfb6
Version 20000000
Previous Block 000000000000000000019f01622aa9ccac55b505788f3310454eb40145b7d73a
Merkle Root 1844cacf08ef8ea5b88e6df704b52b3fe33798c59ff281261dd422ff7626ac60
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,240
Size: 1.00 vMB
Total Fees: 0.01253894 BTC
Feerates: 480.19 > 1.26 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,263 (106,437 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
808,826 808,826 000000000000000000022aa0e9916a22049e9104858567b494cb1193861c8791 3,466 1.00/1.00 vMB 31
808,825 808,825 00000000000000000002713562e6f437f7029dc8819a59641154bbb131159d20 3,092 1.00/1.00 vMB 32
808,824 808,824 000000000000000000020d6ca10b96295cb47b82c351e984a1227ddbca14cc6b 2,489 1.00/1.00 vMB 34
808,823 808,823 0000000000000000000021316a83fa7c6bb7d0e27613180663f189dc5ac7544a 3,637 1.00/1.00 vMB 38
808,822 808,822 000000000000000000044f9610aca6cd6dde68064d13ae23577b520c6c80d278 3,687 1.00/1.00 vMB 32
808,821 808,821 00000000000000000002c2d215ab5ca048fcc7ca9c19a1e7e56be0a6fc5e6db5 3,564 1.00/1.00 vMB 23
808,820 808,820 000000000000000000035ffd032e4eee803ef51c12e701c41d190cae5abfaf64 4,833 1.00/1.00 vMB 28
808,819 808,819 000000000000000000044e00e4f0d3416cc47e42e09eec4380a79cf8a1a87baf 2,953 1.00/1.00 vMB 32
808,818 808,818 00000000000000000003a401857d01fdc4ea850b5d2ea85938c69473f1f3b840 4,268 1.00/1.00 vMB 29
808,817 808,817 000000000000000000006697dc9247d4d7908c9dfb69dcc5203ed17aff8286f0 3,559 1.00/1.00 vMB 41
808,816 808,816 00000000000000000002b6be1bc29bba4e5b7c652be250e71f4ff5c8e08d27f6 4,201 1.00/1.00 vMB 30
808,815 808,815 000000000000000000036d570a5e9256e4bc97e070863a4ffaf705bc673c9c1d 3,462 1.00/1.00 vMB 31
808,814 808,814 00000000000000000003589812366b8a7fb8f492f8e166f336c6b028d2f65fc7 3,040 1.00/1.00 vMB 26
808,813 808,813 000000000000000000020f49d8ab15d4a813edeabdd7dc4cb791ff7f9a26541b 4,765 1.00/1.00 vMB 28
808,812 808,812 00000000000000000000be116a59cbc8b49e76a64f81d42d2627be9e2ba63488 6,639 1.00/1.00 vMB 25
808,811 808,811 00000000000000000004aa695f136daaadc862b20e4a235331481c4cec781e52 4,118 1.00/1.00 vMB 33
808,810 808,810 00000000000000000004907bd1640dd9266ce4bdf3c1dfa3fcaa6c378c92b4a2 4,239 1.00/1.00 vMB 29
808,809 808,809 000000000000000000031895e4bfa2249cb325e974c0f8ee1d9157d1ae00f08a 3,321 1.00/1.00 vMB 23
808,808 808,808 00000000000000000004529683ca4072031eb9deb12a56725517958b6f46bb96 3,501 1.00/1.00 vMB 36
808,807 808,807 00000000000000000003e3b0339eec24638b85893d5e0a6148ceedd20f26196f 4,805 1.00/1.00 vMB 25
808,806 808,806 000000000000000000010c970d42224297f21064a7e7f5f7addd994a6e7aa5d0 1,751 1.00/1.00 vMB 30
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: 10
  • Data Transfer:
    • Sent: 712.55 GB
    • Received: 17.19 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.