Loading Tool

Explorer IconExplorer

Memory Pool

42,193 transactions
26.61 vMB
0.06300386 BTC
Random Selection Loading Transactions
Max Size: 139.10/200 MB

Candidate Block

Mining Attempt 14a1cd4cd6d70dc28d0dc20a8f52e16987a69444f85b2a44f2806d914529708e
Version 20000000
Previous Block 000000000000000000009172c47a169670d4fbb39e581fcbeb28ccbe02f86130
Merkle Root b38f812253e5f85993c2b1551b8fd79e91dd0f8b3bff0b796ace16a7acb0af67
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,624
Size: 1.00 vMB
Total Fees: 0.01410136 BTC
Feerates: 47.58 > 1.41 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,870 (862,913 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
51,957 51,957 000000000fe608d35ba68594acae303b41175669884a3658fce86ae1160ee5b4 1 0.00/1.00 vMB 0
51,956 51,956 00000000018ba1598018d341323ad257a489f926e34e2fcb48dff12b5cb0d9dc 1 0.00/1.00 vMB 0
51,955 51,955 00000000147bddb9e5df6d657378253010972d89078a2c4653e07419c69dadb3 1 0.00/1.00 vMB 0
51,954 51,954 00000000179eccd2a143a6e654517d6104ed434de7e0c6a9dcfcea1388e6ff74 1 0.00/1.00 vMB 0
51,953 51,953 0000000018158af58679ad1d87c28c1554124ab7e7ce71dda7937bbdcbcd5b13 1 0.00/1.00 vMB 0
51,952 51,952 0000000000039fe7280a966c7c75922276b88df41a9ad06a5072529bbd5a0fb1 1 0.00/1.00 vMB 0
51,951 51,951 000000001c42e870d5cb724914dcb8b06a861e35f982ddac5c273a85481cd079 1 0.00/1.00 vMB 0
51,950 51,950 000000000faf1fb728604e90f61be93101a6c989290896a4f195ad26f03f1c87 1 0.00/1.00 vMB 0
51,949 51,949 000000001aa5d0ff010cdb854ac83c43ff5f5944bb719c7d6b0318177394d3cf 1 0.00/1.00 vMB 0
51,948 51,948 000000000f8f73c5a1f4f9d88042be3b9db8ba67c13407c01a841a0cbe2dee9a 1 0.00/1.00 vMB 0
51,947 51,947 0000000012f495be00be9ea0cda8a0bd68b269f7f9fce760e1de27476b4d5623 1 0.00/1.00 vMB 0
51,946 51,946 0000000015f7bf0409e3a8702ec0b1f18cc188c079dee0f8ea2372093879180d 2 0.00/1.00 vMB 0
51,945 51,945 000000000c61b6fa6c01f73be7652b762431dd2a60df213f969f9a1bf1e1918a 1 0.00/1.00 vMB 0
51,944 51,944 0000000010a146fbde2cf1b5cd8f8c270f52d1695d64240eedb9dbdf7ae5ff63 1 0.00/1.00 vMB 0
51,943 51,943 000000000a9b85ea2544fa18a43f88446183baf4c73b8e9580989082e81c8f63 2 0.00/1.00 vMB 0
51,942 51,942 00000000058e89c57b870bba9bdb427d68d0336583859d83ca2b34fdc1bbbe79 1 0.00/1.00 vMB 0
51,941 51,941 000000000c918395346935f3c511d8aaa4cdbc2f3158c932624537e05f26af6e 1 0.00/1.00 vMB 0
51,940 51,940 0000000010185849e5707e016bd4c3512266dfd83627895b9df2718547c2ca3f 1 0.00/1.00 vMB 0
51,939 51,939 0000000000ec011f3202caa89c18653f67615e69723c12e617fdf0e518fdbea5 1 0.00/1.00 vMB 0
51,938 51,938 000000000863677d0aa592ea5e1b79ccc31ab7cd4280365f3acc565674a76d28 1 0.00/1.00 vMB 0
51,937 51,937 000000001d294f3e789b62de8170f3d0a3aba2d10419b8e8392c38a1150aa850 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.16 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.27 GB
    • Received: 13.85 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.