Loading Tool

Explorer IconExplorer

Memory Pool

41,864 transactions
28.67 vMB
0.07147797 BTC
Random Selection Loading Transactions
Max Size: 146.50/200 MB

Candidate Block

Mining Attempt d2ec4b29f5057f8e5e8f572fb92cad58ff78eb4130a0bffb604f29f79e9ef3db
Version 20000000
Previous Block 00000000000000000001064b98061a9986019af96532560f736a38d93be7743f
Merkle Root f76944b4913fdcdbfc422e873c7f1c711f565de13b28b825819da7e38fa7300a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,695
Size: 1.00 vMB
Total Fees: 0.01585566 BTC
Feerates: 104.56 > 1.59 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,630 (333,943 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
580,687 580,687 00000000000000000010ebaabfc4703e908a7cd45e2b17c1434f50aef811cd82 2,695 1.00/1.00 vMB 90
580,686 580,686 00000000000000000014f982e386a54c4e9e3fe143f1054c4a0f7ff46b0ad639 1,870 1.00/1.00 vMB 37
580,685 580,685 0000000000000000000d7324c55e85bc4e537b0f67f681224d659c4640f3546e 1,171 1.00/1.00 vMB 4
580,684 580,684 00000000000000000011a044239a323b939424fb5c31a18d667c8d88faee5164 2,302 1.00/1.00 vMB 52
580,683 580,683 00000000000000000003a4b08ab9e88936b1ad25ff275a1ef0ee79af61fabf18 1,559 1.00/1.00 vMB 24
580,682 580,682 00000000000000000016888c5665b05e333685d1e1bcffa94159c429ab6ece48 2,259 1.00/1.00 vMB 25
580,681 580,681 00000000000000000007f00e2bae26f5e7103d7e99c9a11e584f680c363c3ec5 2,119 1.00/1.00 vMB 20
580,680 580,680 0000000000000000000588fdb5bde1f25c25f6f80ba035c02eb20656b539216b 2,451 1.00/1.00 vMB 30
580,679 580,679 0000000000000000000d3f9498210133cd8a107de9f534095261b50b8bd5f35c 2,360 1.00/1.00 vMB 44
580,678 580,678 000000000000000000051ce97582f22c3f24de4884eb5ee7ca98efd563879dba 2,564 1.00/1.00 vMB 37
580,677 580,677 0000000000000000001da5ac2e30e32502d881ee04336561e2238a7e00aa364f 2,751 1.00/1.00 vMB 51
580,676 580,676 00000000000000000011e1e4dc733c18d3e4c81cb0fa5d138d8d7d86aea39bfc 1,919 1.00/1.00 vMB 77
580,675 580,675 000000000000000000054fb67245b74d6e26713a6051b4a3bdc203b18439bf79 2,612 1.00/1.00 vMB 109
580,674 580,674 0000000000000000001aa40e06ed3978a028fd3b4bdf7e1b882d1c827991b096 1,885 1.00/1.00 vMB 109
580,673 580,673 00000000000000000011903ce43dad868af043ca2f967016b4a2ba16e5311e53 2,688 1.00/1.00 vMB 22
580,672 580,672 0000000000000000001d05f0e7621183f88c452401fb8d180ba49fdd75c5b44e 1,357 1.00/1.00 vMB 101
580,671 580,671 0000000000000000001f53193e3d7deb59d81297ad2620a6bcb19947a1d4f742 1,931 1.00/1.00 vMB 75
580,670 580,670 0000000000000000000a71d1571c15ba795bb78caff824aaa4ff1b374aa0db80 2,203 1.00/1.00 vMB 74
580,669 580,669 000000000000000000250131777ac537530be535c145ef05fd7d83a51dbc23d0 1,796 1.00/1.00 vMB 34
580,668 580,668 00000000000000000022d5f1405b3ac850e8f8917f566c40bde41434dad92436 2,350 1.00/1.00 vMB 18
580,667 580,667 000000000000000000194f0c67daa9172e2c085b5577f33cea23d885d652c13e 2,303 1.00/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 781.74 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: 630.35 GB
    • Received: 12.02 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.