Loading Tool

Explorer IconExplorer

Memory Pool

41,214 transactions
26.27 vMB
0.06452503 BTC
Random Selection Loading Transactions
Max Size: 136.70/200 MB

Candidate Block

Mining Attempt aece37793a05963113307c9ce20e9a974ee2510d6f3abf89e5ea32d80efaac84
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root 8fc35ac2f900630d214800c2060ea5e8e7ee023040dd73087312b735e91d5952
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,837
Size: 1.00 vMB
Total Fees: 0.01645327 BTC
Feerates: 99.53 > 1.65 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (376,815 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
538,061 538,061 0000000000000000000bcbe525b15ec9a29d02cf0de345bdea9ad4b8844a79f6 836 0.31/1.00 vMB 19
538,060 538,060 00000000000000000002ab167ae47490a31c7f458d999d11cfa00a6155579f04 1,719 0.84/1.00 vMB 7
538,059 538,059 000000000000000000295d4d0ba981583dfa04945228dba07345bceb64007c2a 2,581 1.00/1.00 vMB 10
538,058 538,058 000000000000000000197d2090408cc59d731f9c54652914efc13e3a5f6622f5 2,739 1.00/1.00 vMB 31
538,057 538,057 000000000000000000134b17dd58573ff3ce738c58bfb6a59833c667b9981ed3 2,416 1.00/1.00 vMB 24
538,056 538,056 000000000000000000149e55dd6042d4366142bd38a5c2fe8da9193bc13fb48f 2,679 1.00/1.00 vMB 34
538,055 538,055 0000000000000000002a8e1ab11b553373a5e39a5c0324e136e5df9d6d471570 2,163 1.00/1.00 vMB 5
538,054 538,054 00000000000000000001c60ef9b7adc3cfc1f44804b0fc1ae2ccfb308fc9f020 2,872 1.00/1.00 vMB 34
538,053 538,053 0000000000000000000bd7c4ee96cf6cc4c910835f81caac8a6077606028bc20 530 0.31/1.00 vMB 17
538,052 538,052 00000000000000000021e63124cb817e3a91ed01be47b58479fcbe5ddb8617e0 807 0.39/1.00 vMB 18
538,051 538,051 00000000000000000003c7e251836537401ec2099b1fb72eb488b254ebc678d5 2,351 1.00/1.00 vMB 4
538,050 538,050 0000000000000000001aa3d12b4455abe2e6de380ab819b1802df1ade5cd36f5 3,064 1.00/1.00 vMB 39
538,049 538,049 000000000000000000168317640b88b288ee13b849a4d67c1b6e22d3b5b69d33 1,110 0.40/1.00 vMB 25
538,048 538,048 00000000000000000018b20a243bb5968d8b1604671b88c9d955b1b47798772c 1,577 0.55/1.00 vMB 22
538,047 538,047 0000000000000000001e8f9b72ece6c65f74410f6f3f0bac331bb05cf08d8da9 2,582 1.00/1.00 vMB 20
538,046 538,046 00000000000000000015cc4ddcac0996ad6ee78c5cb08d60677efec4f4c38abf 1,699 0.62/1.00 vMB 19
538,045 538,045 000000000000000000170f7f9a52888e2fb9384f4854a7962011523abcdeecec 566 0.20/1.00 vMB 23
538,044 538,044 00000000000000000024335f842e420b473dd8d6eef820c3df6bf0b1d3732414 2,410 0.92/1.00 vMB 21
538,043 538,043 00000000000000000022f5b87cfefaf4370ae8ae3f302b2a0ca0bab370277a66 1,344 0.57/1.00 vMB 13
538,042 538,042 000000000000000000264dba2aea9dd119f8dc16dbe1f86855201ef2714e1d0a 1,545 0.78/1.00 vMB 26
538,041 538,041 00000000000000000006ec6eaf680b5a183a7bf03c6a10ed4de375bac1e626f7 1,021 0.40/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.17 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 653.46 GB
    • Received: 13.89 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.