Loading Tool

Explorer IconExplorer

Memory Pool

78,038 transactions
28.98 vMB
0.07273126 BTC
Random Selection Loading Transactions
Max Size: 173.60/200 MB

Candidate Block

Mining Attempt 92b551d816b40d91ad8591d1d39ff52b1ecd500e51d9c544bac06e8b17b55ad0
Version 20000000
Previous Block 000000000000000000005646862e45d7bc5b4c4a3d16e7119254b51a14f51fdb
Merkle Root 92e9158ac7e548e624bad60a597543ae53c50836e08c26d58534f610c17c80c5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,596
Size: 1.00 vMB
Total Fees: 0.01409767 BTC
Feerates: 150.77 > 1.41 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,069 (44,125 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
870,944 870,944 000000000000000000023d449f0baccd2a05e74f0bcbec1abe7dc54b71e7d95e 3,907 1.00/1.00 vMB 5
870,943 870,943 0000000000000000000120a0c14656df941089d40978365f4006620586e57247 5,297 1.00/1.00 vMB 4
870,942 870,942 000000000000000000006341ce69145f88ff901177e747881d7d56e18e200a2b 5,144 1.00/1.00 vMB 8
870,941 870,941 0000000000000000000291ac6c6f12fb5a684c2d78e72682b09e2ec3adff7a9b 5,493 1.00/1.00 vMB 8
870,940 870,940 00000000000000000000024b65186ee02e0a7fdda0f3ff20d966775a842635f1 6,570 1.00/1.00 vMB 4
870,939 870,939 00000000000000000001dc77c1340b218da67a431f5611191a00b73b5dfc5c9c 4,710 1.00/1.00 vMB 10
870,938 870,938 000000000000000000023a01c22e9fda95d66bd287527d2cf3a851982fc423ff 5,352 1.00/1.00 vMB 4
870,937 870,937 00000000000000000000b26962a3c688a07fb7f2557afb4ed792f4b93b7c210b 3,895 1.00/1.00 vMB 15
870,936 870,936 000000000000000000026d0d7f6f0652f3558f8fb2da012d4e5212c72d3d16fd 4,803 1.00/1.00 vMB 8
870,935 870,935 00000000000000000002ab589cd05bee141a77133220f5c4b665c6b385c2f982 4,850 1.00/1.00 vMB 9
870,934 870,934 00000000000000000001d31f60c5044b3d22e0462c5d8b52632fe042265d4155 4,573 1.00/1.00 vMB 9
870,933 870,933 000000000000000000021ab9d900975590d55831eb48729eed863429ce96ab50 3,543 1.00/1.00 vMB 7
870,932 870,932 00000000000000000001420fe32e67399a81255baf10eb0eebc004b4ec479ce1 4,455 1.00/1.00 vMB 5
870,931 870,931 000000000000000000020e9a2989dc69dfc8eec559788ce774d5abf824a2eb98 3,009 1.00/1.00 vMB 7
870,930 870,930 00000000000000000001dca75f6da4a2ed1c24547e85e5a89fe75701726fb268 4,791 1.00/1.00 vMB 5
870,929 870,929 00000000000000000001b0e4dbd9b01ddabe6bc92f3e81da055cbbb2984fbfb9 3,235 1.00/1.00 vMB 8
870,928 870,928 00000000000000000001d3f8e7252357a5de0c1984d14a9930138b15d664de17 3,753 1.00/1.00 vMB 9
870,927 870,927 00000000000000000000a36cd58306d66b62d05ef14dcc964b21ec9aed4f87c2 3,255 1.00/1.00 vMB 5
870,926 870,926 00000000000000000001c43aed51112faaef005343b29d2f5da498781e4cb68f 3,776 1.00/1.00 vMB 19
870,925 870,925 00000000000000000000c147117586ac6761a40ca6a8110fce45d62d5e1df760 3,068 1.00/1.00 vMB 10
870,924 870,924 00000000000000000001f958991356595d0e1649126dd356c752063ddb938b2d 3,215 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.52 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: 668.75 GB
    • Received: 15.56 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.