Loading Tool

Explorer IconExplorer

Memory Pool

43,674 transactions
27.20 vMB
0.07579090 BTC
Random Selection Loading Transactions
Max Size: 141.94/200 MB

Candidate Block

Mining Attempt 7c0c35e2b38af09fa69372bd6e409ce91c23e8c782c80021411f81719568fca1
Version 20000000
Previous Block 00000000000000000001aae22bf03485fc959de8eb2dba05795b3aa6b906bcaa
Merkle Root f83d00b97f2ef64157ae9dfee836e576739015c2600896224347a786aff2d9de
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,481
Size: 1.00 vMB
Total Fees: 0.02362494 BTC
Feerates: 100.45 > 2.37 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,884 (220,254 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
694,615 694,615 000000000000000000081deed499d70bebfc1df6a58f8e3a1eed25aeb60146a3 2,531 1.00/1.00 vMB 10
694,614 694,614 00000000000000000006873fecf5d62b23cf5646faf50ce9824b0962cf25b26e 2,324 1.00/1.00 vMB 11
694,613 694,613 0000000000000000000217ab6e6fb8a25031ee7d1350284a1e32160c7212ced8 991 0.39/1.00 vMB 13
694,612 694,612 0000000000000000000e15d6f99b69330344c7289c12054dd4e667b9aa2ced10 120 0.05/1.00 vMB 7
694,611 694,611 0000000000000000000acd055bb8a6eb5c67a31c7853fec6c5a3fb38ee132087 744 0.69/1.00 vMB 1
694,610 694,610 0000000000000000000adffa3aa7899b49dd9e31cbc34452c6123b5be6dc12bb 1,512 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 782.18 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: 653.65 GB
    • Received: 13.98 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.