Loading Tool

Explorer IconExplorer

Memory Pool

47,497 transactions
27.78 vMB
0.09341585 BTC
Random Selection Loading Transactions
Max Size: 146.91/200 MB

Candidate Block

Mining Attempt 9e848bb86826c7a2bdf949a59f8c37b160993e2f6195028576df884a58399b6e
Version 20000000
Previous Block 000000000000000000011792beddffa9d4013eafe39d7aebdcfcb6f0839f8dcc
Merkle Root 37169229a40338f49928c2bc144e0e9da2bbbcadcc0fc55764a62ebc756e97e9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,527
Size: 1.00 vMB
Total Fees: 0.03745227 BTC
Feerates: 159.25 > 3.75 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,893 (220,257 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
694,636 694,636 000000000000000000010cc166779e657d3e1f335c8e9bedfb993e232dd25031 2,338 0.83/1.00 vMB 13
694,635 694,635 00000000000000000005cd9356add7a2e44b5f310ce15e52092111db51abdc7e 845 0.43/1.00 vMB 10
694,634 694,634 00000000000000000004dd27935d5868ba5bfecd47c1775c6a93b8309b25c3f2 267 0.16/1.00 vMB 3
694,633 694,633 00000000000000000003a16c63147a5159844c483054c9820d53b6dbf2672f50 1,565 1.00/1.00 vMB 6
694,632 694,632 0000000000000000000ebd63cc0ac206b01ea6b0833adafb7943844be81d8d46 2,344 1.00/1.00 vMB 8
694,631 694,631 0000000000000000000e201a681a2ea868ec8bc51e29f67ea945a4fa539f3fc6 2,820 1.00/1.00 vMB 16
694,630 694,630 00000000000000000007954641a8177bbf1f3e2a59de16d04bf2c2023bff24ae 1,662 1.00/1.00 vMB 36
694,629 694,629 000000000000000000113d2c944f64d4b8bd8425e447cb68754aedf3ad44233b 2,812 1.00/1.00 vMB 4
694,628 694,628 000000000000000000090bb1ef6b4f301f1bcd1984df3a3a13a9aa6ba2f343bc 3,135 1.00/1.00 vMB 23
694,627 694,627 000000000000000000024b3bc251163c1905c7d4f467a648203a20680b28732b 2,017 1.00/1.00 vMB 8
694,626 694,626 00000000000000000003e77da72bb506effca5a03163d18f6dab623c27579d58 1,422 0.63/1.00 vMB 9
694,625 694,625 0000000000000000000ff5ce2b62e1c246a5f6c5a1eb1cf3be30cf48a4e6ef1b 443 0.18/1.00 vMB 13
694,624 694,624 0000000000000000000f4d1f2952bed914fdd6b06b95b44fa73c0b049b617aa4 1,203 0.92/1.00 vMB 4
694,623 694,623 000000000000000000103dfb6bf2a0dca0f2bdaefe12d5052a0e6e34b135251a 2,654 1.00/1.00 vMB 11
694,622 694,622 0000000000000000000fe54b48b41466f9289cfcb899f0400776121546dbb090 1,925 0.66/1.00 vMB 11
694,621 694,621 00000000000000000003990f708830d9ff40baba65f4194dcb80136347877435 383 0.25/1.00 vMB 5
694,620 694,620 0000000000000000000b0773d508c5eaa8c6edf91674b634611acb4c98c1d068 2,267 0.75/1.00 vMB 16
694,619 694,619 000000000000000000123b9f8b3dde491c4affccc509141a84626fd1493c9e05 385 0.12/1.00 vMB 12
694,618 694,618 00000000000000000007aeec5ae42e314b66983d54908dba14d3c1ef04ffe6ed 1,206 0.46/1.00 vMB 11
694,617 694,617 00000000000000000011c5f8b3962e395d24b32264102f22939d904a3c6fbda9 2,337 0.87/1.00 vMB 11
694,616 694,616 00000000000000000008eaf9572d719453a099855aee0eea158e6494f7503d19 699 0.33/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.20 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: 654.02 GB
    • Received: 14.08 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.