Loading Tool

Explorer IconExplorer

Memory Pool

78,954 transactions
29.55 vMB
0.07124449 BTC
Random Selection Loading Transactions
Max Size: 177.58/200 MB

Candidate Block

Mining Attempt 2dea82b00d9c0f811a546c0cb052f6fae2e24c577850d23fcfcb005d37f10209
Version 20000000
Previous Block 00000000000000000000d6b594037b85fafa2931c04549f2477853c526e018d0
Merkle Root a1cf51386866cea16bce87a85b4bb4820f9110a19d0e9d765d294c8cf799b681
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,687
Size: 1.00 vMB
Total Fees: 0.01115516 BTC
Feerates: 150.93 > 1.12 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,997 (278,056 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
636,941 636,941 0000000000000000000f3841c8eb7828abd14a64a80fe368908c66931110bde9 2,277 1.00/1.00 vMB 22
636,940 636,940 00000000000000000009429d32b9b32cb9e0134c9de286a04e85b3c60b6a00cc 2,626 1.00/1.00 vMB 39
636,939 636,939 0000000000000000000c0ea1e49d0026c2ca6854bf8e04128a300cabd63fce1d 2,341 1.00/1.00 vMB 20
636,938 636,938 0000000000000000000279c96746f0232f15ec744a8c1593cea0c73983f5aee9 2,511 1.00/1.00 vMB 23
636,937 636,937 0000000000000000000e843613934052e6626361862d2aa524eeadf23445fcda 2,923 1.00/1.00 vMB 32
636,936 636,936 00000000000000000011cf3e7c994a26c7707cb10bea3e7a06880b6c9b9d5f6a 3,257 1.00/1.00 vMB 28
636,935 636,935 0000000000000000000a2df179ac700bc70ab54f9cf34d89667ce04c01f2a398 3,316 1.00/1.00 vMB 48
636,934 636,934 00000000000000000000ea492eb3a212d98093d65ff98ed0002bcd2f90a3c408 1,174 1.00/1.00 vMB 14
636,933 636,933 000000000000000000087a024e0332c1e8b9964b1d3d0af31b6c1b39dbd328b5 2,177 1.00/1.00 vMB 15
636,932 636,932 0000000000000000000ac0c14a8b61663d24e0545cdb5ee2372792fed1824409 2,840 1.00/1.00 vMB 20
636,931 636,931 00000000000000000000be1a5e26bdac312d5ecf103730e9cba59c0d42e98072 3,150 1.00/1.00 vMB 40
636,930 636,930 0000000000000000001155570dc4ae458c161024913e0da4245ecf6dbce07b07 1,883 1.00/1.00 vMB 17
636,929 636,929 000000000000000000104b813af0629b61310bb2249a2bf79f11be0a3f9746ff 1,720 1.00/1.00 vMB 18
636,928 636,928 00000000000000000005dfe06543560bb4714008d41293c096a7239d3e6bb851 1,738 1.00/1.00 vMB 23
636,927 636,927 0000000000000000000398ebb8726c070c3203856b0bfb64174608c10e64a9fc 2,304 1.00/1.00 vMB 17
636,926 636,926 00000000000000000005e625b942201ef9d1bd8038ae7ccec0f87afd9c662a21 2,517 1.00/1.00 vMB 19
636,925 636,925 0000000000000000000b9766e9080d1007275416651ba116e63bdd6d07c0088a 2,549 1.00/1.00 vMB 19
636,924 636,924 000000000000000000067355e533476f8465153fb6caf4021027abe099f7d613 2,301 1.00/1.00 vMB 27
636,923 636,923 0000000000000000000753f7b7f50ab4689618ca646c5ab7e2be6e86043f3e60 2,426 1.00/1.00 vMB 26
636,922 636,922 000000000000000000052f69e8752889540c762ab03b53a2abe5b5f65d9ce966 2,513 1.00/1.00 vMB 29
636,921 636,921 00000000000000000006e9256639c15b07cf732952f374cfc31dd1aea1c0b4d2 2,801 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.39 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: 664.49 GB
    • Received: 14.99 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.