Loading Tool

Explorer IconExplorer

Memory Pool

42,765 transactions
26.88 vMB
0.09153937 BTC
Random Selection Loading Transactions
Max Size: 140.41/200 MB

Candidate Block

Mining Attempt 57aa98b75264337e4801da1560e168c5ad5f7fdde390623a8b8626f822aa781f
Version 20000000
Previous Block 00000000000000000000fc48cc8686a8ac722c054bcc7b44a0442c0f1c3ff981
Merkle Root 6bdb95083d9c78cd8739be561fe163e15bfb5cbb1c45be6a79bf39d59de4c4ad
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,997
Size: 1.00 vMB
Total Fees: 0.04149378 BTC
Feerates: 151.01 > 4.16 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,883 (86,139 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
828,744 828,744 0000000000000000000122bca32d95ae7149fb351b2e0a55d88af982e676807b 3,656 1.00/1.00 vMB 28
828,743 828,743 000000000000000000035d869d22c3955071a1336827ec048787b9bccda5dd46 2,984 1.00/1.00 vMB 30
828,742 828,742 0000000000000000000020fd75dac3b23cb15732e2f7666b46284e25693eecc5 2,374 1.00/1.00 vMB 28
828,741 828,741 0000000000000000000059e7d2d20d9437d5a00757217270550726764f4d1841 2,971 1.00/1.00 vMB 32
828,740 828,740 000000000000000000032122f3c212a658ed79e8541e3bfd266db0819851dd5e 1,993 1.00/1.00 vMB 25
828,739 828,739 00000000000000000002b54906d0f470520685db608091168558aad1e9fb358b 3,078 1.00/1.00 vMB 31
828,738 828,738 00000000000000000000e88d93bca5f9a1c83bca22ecdaee576c463f6a4dff84 2,940 1.00/1.00 vMB 46
828,737 828,737 00000000000000000003484fb2743fc6800bd6c734e932180d4befc71da6c7d9 4,181 1.00/1.00 vMB 32
828,736 828,736 00000000000000000003720b2185371a6ef8bcf4ffacd5c2b237bd7105faf547 3,298 1.00/1.00 vMB 39
828,735 828,735 00000000000000000003700ce4998197d7b16a8fee82c90f9fa98a48a1bc7c97 2,146 1.00/1.00 vMB 38
828,734 828,734 000000000000000000018fc7be66145b06c91af68da76d9cc10ff6c2a6c1352b 1,276 1.00/1.00 vMB 24
828,733 828,733 000000000000000000012d879a14f37d01939f43503105a77ad464ecfe2494db 5,012 1.00/1.00 vMB 29
828,732 828,732 000000000000000000034802d552212e0ce779c537861279a6f2e62c7aeed471 3,640 1.00/1.00 vMB 28
828,731 828,731 00000000000000000003a6db9d04f2250d03aa917dd67de30cfcca40ed3cbf75 3,072 1.00/1.00 vMB 38
828,730 828,730 000000000000000000011dc7d7a93e128a9185c7cc855b8c334127b78abcbbbd 3,687 1.00/1.00 vMB 61
828,729 828,729 00000000000000000001bc791067cfcf8eec1fc9acbfbc054d70bcbb91a1899a 3,033 1.00/1.00 vMB 35
828,728 828,728 000000000000000000036eb7f25013ed49d6a6e29a14c328cb9811d2fedc848d 3,355 1.00/1.00 vMB 46
828,727 828,727 00000000000000000000ebe8d52904bbb5a5e2ad5bd29168ae1e3e6c7b404aec 3,381 1.00/1.00 vMB 38
828,726 828,726 00000000000000000000e7c5db74d3ac3da06669cb39b2e266a8d0c28bc49c55 6,065 1.00/1.00 vMB 29
828,725 828,725 0000000000000000000265d17d3aa546e58c4595168da70985d4e79f9f04fefc 5,975 1.00/1.00 vMB 31
828,724 828,724 00000000000000000001771b921d9d335b6a481835d7b65ab47af148a2f006cd 2,723 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.18 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: 653.63 GB
    • Received: 13.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.