Loading Tool

Explorer IconExplorer

Memory Pool

82,018 transactions
31.29 vMB
0.08542075 BTC
Random Selection Loading Transactions
Max Size: 190.13/200 MB

Candidate Block

Mining Attempt 58c27fd8dba031d53f8e687b254c1b346395ef42f0c039b821fd31108bc83f06
Version 20000000
Previous Block 0000000000000000000130b675716c29c3282dad43e5a337992f2918648760de
Merkle Root e369686258f244b810028aa89f09bb630c03811fbdd5c46aa4a63c629ac8305b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,482
Size: 1.00 vMB
Total Fees: 0.01763786 BTC
Feerates: 73.20 > 1.77 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,209 (479,254 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
435,955 435,955 000000000000000000f0a5b6ce1777a3d65f389ce52ad18f7330352dd1ea5d33 3,097 1.00/1.00 vMB 65
435,954 435,954 000000000000000001f2acc42e99df0d17d48dfc3bba534b1db83f5c85ec9c07 2,158 1.00/1.00 vMB 60
435,953 435,953 000000000000000003380250580704bcc755dafdd6cec0228ceac8de7e9f0eac 2,001 0.99/1.00 vMB 93
435,952 435,952 000000000000000000cdf29f3c835993ed13988a197bb21fa66de56b8d0d4416 1,162 1.00/1.00 vMB 88
435,951 435,951 0000000000000000012f5c0f88c20a5360d200ba0e555788d1f0559f5b16987e 2,580 1.00/1.00 vMB 83
435,950 435,950 00000000000000000376672b933699dd9d56edfec2f17462bb64e64b8f55f4d0 1,982 1.00/1.00 vMB 92
435,949 435,949 0000000000000000040086705953c34ae98eaab1b60ad5825bce955762893c2b 1,409 1.00/1.00 vMB 112
435,948 435,948 0000000000000000019999729b627e47b1d61c075a10ec2b2725bc06f3837843 1,124 1.00/1.00 vMB 101
435,947 435,947 00000000000000000234cee5e7ee97a83c333a8a3a2fd476906053e29be21770 1,612 1.00/1.00 vMB 96
435,946 435,946 000000000000000000ab67eeb560f88e83deea67ede2b4ad0c9038348a5bbac3 925 1.00/1.00 vMB 103
435,945 435,945 0000000000000000023bc935db0dd03fcffedb3eac790145e4ef800a6e99fd98 1,221 1.00/1.00 vMB 116
435,944 435,944 0000000000000000023285b74dece17b49ba59c64cdecd7f740acc9edd9f393d 1,979 1.00/1.00 vMB 66
435,943 435,943 000000000000000003f8fdb3171f3a8baf44248e7f454f46d9caf72e22cf43d9 2,388 1.00/1.00 vMB 80
435,942 435,942 0000000000000000010baa7ba2f8bf4d5f29a680c3421b16d48e600604c6c5e7 1,147 1.00/1.00 vMB 118
435,941 435,941 000000000000000000bf683f16b0cd345f784f379c389923051f4cc487ee1a93 1,846 1.00/1.00 vMB 78
435,940 435,940 000000000000000003912bc3a016d837829fef147ddfea680fbffc01e1f406ff 964 1.00/1.00 vMB 91
435,939 435,939 000000000000000001a2a93d1f1625e0edc7b03e69e1270c5f0f3de6ed17538d 1,212 1.00/1.00 vMB 115
435,938 435,938 00000000000000000119834229963283a55083bff477097e99b2eec2ed452dc0 1,322 1.00/1.00 vMB 94
435,937 435,937 000000000000000002dd203bb23e9bed4840a94f03c5d0169b7bd42468eb2252 1,016 1.00/1.00 vMB 107
435,936 435,936 000000000000000002b2319cc31c1e60e36e748d3ee1941c7978bb1170e06662 1,494 1.00/1.00 vMB 89
435,935 435,935 000000000000000003dbd57fe073e8388a146ce9d3cdf25b5d2b8d8c988528b1 596 1.00/1.00 vMB 101
Previous 10 blocks ↓
Total Size: 782.75 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: 708.74 GB
    • Received: 16.76 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.