Loading Tool

Explorer IconExplorer

Memory Pool

49,998 transactions
11.65 vMB
0.03499073 BTC
Random Selection Loading Transactions
Max Size: 84.69/200 MB

Candidate Block

Mining Attempt 5b0d1696f182a377ff5ba6a1daad6840a92c2073f3c708296984f8fac6a61ffe
Version 20000000
Previous Block 000000000000000000017e7f00d97d1526632239ac9ace3939525c5032148519
Merkle Root 7c9f0f2c11715ebd6c893441338b812d9fec5fe48a25726616f2d908024927e7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 6,428
Size: 1.00 vMB
Total Fees: 0.00775235 BTC
Feerates: 84.50 > 0.78 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 917,101 (252 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
916,849 916,849 00000000000000000001ad18eb3bf5191617cabb801d027d7bfddb7329925486 3,283 1.00/1.00 vMB 3
916,848 916,848 0000000000000000000122c1b851e76f0d457f3addcde71276e698f49ad6b614 4,347 1.00/1.00 vMB 2
916,847 916,847 000000000000000000012cf1ef1291843ed6a11a6b347c44bd4b693e229cb54c 3,325 1.00/1.00 vMB 1
916,846 916,846 000000000000000000012db9b5ecb60822584469848f05fe6bf8230169fbca31 3,860 1.00/1.00 vMB 3
916,845 916,845 0000000000000000000090b042f44443e98a287c62a4f2f9c3cc67b5ff6a6c18 5,540 1.00/1.00 vMB 1
916,844 916,844 00000000000000000001575c2a9960b6009f4ce0f037ce5425fe42972aa86abe 2,237 0.65/1.00 vMB 2
916,843 916,843 000000000000000000003055a6f5b58e3c94bc9f30ebd546d1e404ed5706ff70 3,046 0.98/1.00 vMB 2
916,842 916,842 0000000000000000000040096668750bf727d45d7fe23cf570c9d09f1e1dc67b 3,778 1.00/1.00 vMB 2
916,841 916,841 00000000000000000000a95c00d931efa6510d066a558f8f2185e8ea8758543a 5,115 1.00/1.00 vMB 1
916,840 916,840 000000000000000000015878e1771dcf72d65b4b105a81e0e0151f5a7772e9b2 3,835 1.00/1.00 vMB 1
916,839 916,839 000000000000000000013d26f0ec8509b81e4e82848f46b50cd1dbb3edb23893 1,126 0.35/1.00 vMB 1
916,838 916,838 000000000000000000013f5c197193339c50a7b96a33fdb0ea4a7349815ca6ba 5,453 1.00/1.00 vMB 1
916,837 916,837 000000000000000000014bf2aebcd81b99aa36644a4e62ab4a490d19a9cc3bc0 5,058 1.00/1.00 vMB 0
916,836 916,836 000000000000000000013aa1e73c2a83a0a741ea71d1b064bbb7ffbbcc65daa3 4,397 1.00/1.00 vMB 0
916,835 916,835 00000000000000000001338928bc9d78695be51109e3a89e1a907a5fe5ef8203 2,377 1.00/1.00 vMB 0
916,834 916,834 00000000000000000000b1a28d3a81148c1c73af3f0016469f454d11f916f213 5,357 1.00/1.00 vMB 1
916,833 916,833 000000000000000000005116d4cde5ef9b2d4198420252aff888d3e541c69e09 2,679 1.00/1.00 vMB 0
916,832 916,832 00000000000000000001eca081065a6613e4f23c0e88f5ff3ca9c1d2dc66b2ee 5,619 1.00/1.00 vMB 1
916,831 916,831 00000000000000000001562f59acb961234c1ef52c78115414e74eb52ebea22b 4,079 1.00/1.00 vMB 1
916,830 916,830 000000000000000000015ccee61a5768e3cfac968b21e08c9ecfd40ffe163fd8 5,891 1.00/1.00 vMB 0
916,829 916,829 00000000000000000000e28733f54a5916ed9bb9eaeedc79c9e0957cf3ed7e86 7,057 1.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 785.98 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: 984.23 GB
    • Received: 31.25 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.