Loading Tool

Explorer IconExplorer

Memory Pool

91,115 transactions
33.07 vMB
0.17338451 BTC
Random Selection Loading Transactions
Max Size: 199.86/200 MB

Candidate Block

Mining Attempt ab4a06ad28d60dd5b4082451af285b0ad6a80c009901b1c5932b2192650d648c
Version 20000000
Previous Block 00000000000000000000b3b36493b98d8831183a4c3bad48ccf282a73492693b
Merkle Root ec4bbf9ed84121a8b1cf58ff63544a140c90f0c3fd12b9974b13abcf5db67790
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,974
Size: 1.00 vMB
Total Fees: 0.06833011 BTC
Feerates: 627.82 > 6.85 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,072 (458,380 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
456,692 456,692 0000000000000000009f8b4da8bed1fd26e3a9c9d53d3f218bf101e387d31397 2,664 1.00/1.00 vMB 226
456,691 456,691 0000000000000000010abc1b4ce1f9b5c464ca675a8c62d96541b0fa2a208d5d 1,839 1.00/1.00 vMB 137
456,690 456,690 0000000000000000023d1f7d68487ba950f24b5292fecb304dcadb500cdabda7 1,909 1.00/1.00 vMB 180
456,689 456,689 000000000000000000826bf2eecbb3a04554520121214d50682311a074b6c8bf 2,014 1.00/1.00 vMB 161
456,688 456,688 000000000000000000342de99fc7172deb78eb74c2afde31f35ec905dd40da81 1,945 1.00/1.00 vMB 174
456,687 456,687 000000000000000000e58373d8a1645b7ac591528d1ab1ee1ef5a0622de52bcf 2,862 1.00/1.00 vMB 245
456,686 456,686 00000000000000000068d9942accc6cb50fab6c89035af232bd88502a9d6f81a 783 1.00/1.00 vMB 104
456,685 456,685 000000000000000001212fe20644f8fc12672ac67b6398095d25bcd641e3713c 1,931 1.00/1.00 vMB 135
456,684 456,684 000000000000000001e65cbbec04bbf2d7a8ee72fc9878cb3e1661b0bb8e7996 1,910 1.00/1.00 vMB 150
456,683 456,683 000000000000000002575ef4095467fb60a22749e71510bef4c10a6f4859f170 1,450 1.00/1.00 vMB 111
456,682 456,682 000000000000000001e54a9cf02108d7b2b2d4d72f3e483ef4021093f46a4562 2,265 1.00/1.00 vMB 161
456,681 456,681 0000000000000000004ae6b2b98d97bfecb5274c35eaf6794d091d14eef180c5 1,903 1.00/1.00 vMB 130
456,680 456,680 000000000000000000c89d90a8b9a5b846109dfe69685e8b9130bbeb590f621a 1,501 1.00/1.00 vMB 120
456,679 456,679 000000000000000002291358ba9e80dc2189ba2a42f3dbfef37084f2821a8c09 1,372 1.00/1.00 vMB 99
456,678 456,678 000000000000000002569a5878dc6765da13ca3cf4852f3d4479a86404494349 2,057 1.00/1.00 vMB 179
456,677 456,677 0000000000000000000ac25b086d0c7d600ed1a308a410ab3b47f819e49cc3d5 2,288 1.00/1.00 vMB 202
456,676 456,676 000000000000000001dc7cbefaa0ad683cd17109107aebac2a18dc787c5b39ed 2,644 1.00/1.00 vMB 174
456,675 456,675 000000000000000001948274b196a0b786e9b9090ce758515f900580071f4195 3,334 1.00/1.00 vMB 137
456,674 456,674 00000000000000000010ab11eda8da3c2b60dfda7ebc6347b6a6bcfc8f09b1c0 2,904 1.00/1.00 vMB 144
456,673 456,673 0000000000000000008a621c4c95e92fcd53d1a899043c28b6b672dca00ee6cc 1,747 1.00/1.00 vMB 123
456,672 456,672 0000000000000000022cc2e0e725af792fc9bf15afaf04b0393b0c5eae85f687 1,533 1.00/1.00 vMB 162
Previous 10 blocks ↓
Total Size: 782.52 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 668.90 GB
    • Received: 15.63 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.