Loading Tool

Explorer IconExplorer

Memory Pool

75,853 transactions
28.45 vMB
0.09874284 BTC
Random Selection Loading Transactions
Max Size: 172.27/200 MB

Candidate Block

Mining Attempt 8e48a18446b8d07eea72d4f2b5cd10fd1bf64ce3b12c2e6c89894b09cbcd7de5
Version 20000000
Previous Block 000000000000000000001ab79c0bb6871e6d437e0f72576711d4f8a15dd0278a
Merkle Root ffba9cfac1577fee5f4f406fb03193ac5134b50b8095317734692ccd6b26266e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,993
Size: 1.00 vMB
Total Fees: 0.03963290 BTC
Feerates: 101.65 > 3.97 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,123 (238,138 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
676,985 676,985 0000000000000000000a248163424859beef941ef1eb87085a8e3f3ac7eddca5 2,664 1.00/1.00 vMB 43
676,984 676,984 0000000000000000000ca440a1e74d3f5ada3e7a1e36729c8fa5200c34f00c74 3,086 1.00/1.00 vMB 74
676,983 676,983 00000000000000000007f73dd28659d6d06348334a4f50cfd1229a12c07c00d7 2,604 1.00/1.00 vMB 86
676,982 676,982 0000000000000000000843e107d85156aba69dd884e5824cee31f359f6171106 690 1.00/1.00 vMB 69
676,981 676,981 000000000000000000019739983daeb03991810c2b6076f18fc0ba89594dee33 2,795 1.00/1.00 vMB 92
676,980 676,980 0000000000000000000a0cc5dce7fcfd7d2bfe9edbef0d5ba035cdfc1fce5de5 2,255 1.00/1.00 vMB 65
676,979 676,979 00000000000000000002f9faf8d1047c55b9ead24e4a014b43d35c5f9426a324 879 1.00/1.00 vMB 9
676,978 676,978 000000000000000000077a334d64698327fe64492d5af0d1be32e76756745063 1,103 1.00/1.00 vMB 10
676,977 676,977 00000000000000000001e885432b13ae756fadd02b557f3fcb730098441da1c7 2,364 1.00/1.00 vMB 30
676,976 676,976 0000000000000000000235c8ac10d303dada8ab885d3c12f53ea7be0561e3bdd 2,202 1.00/1.00 vMB 32
676,975 676,975 0000000000000000000564604e44facaf587b3a462b98e939929c84775fc4748 2,571 1.00/1.00 vMB 29
676,974 676,974 0000000000000000000781966bd0bd82f26695a39d6c21a9703f92722c66c344 2,856 1.00/1.00 vMB 49
676,973 676,973 00000000000000000002f857e1baf11da7f569cdc5a91f976ea76d48afebf808 2,574 1.00/1.00 vMB 85
676,972 676,972 0000000000000000000a58938ec6ba6b785759b9e53b179062c8cca5f403e516 2,041 1.00/1.00 vMB 26
676,971 676,971 000000000000000000061ee837df27058ab10ab7a9d5a5324376d220f937f28b 2,417 1.00/1.00 vMB 46
676,970 676,970 000000000000000000001403690892a2e557836359830f0e9724ab40824ebe03 2,274 1.00/1.00 vMB 21
676,969 676,969 000000000000000000084eb8887dd1b1247d04f0491a645d48d45316d23b890c 2,175 1.00/1.00 vMB 51
676,968 676,968 00000000000000000005e74ade4bc6b0f7b27b7ad835bcc7015e7fa323cddb8b 1,468 1.00/1.00 vMB 71
676,967 676,967 00000000000000000009d86eadb77134f620dd3e729b018a3f2a7b52d11d794e 1,024 1.00/1.00 vMB 74
676,966 676,966 00000000000000000007e9b083edadd416ce7c63efdd6c457e5f7bb210e6fb7f 1,740 1.00/1.00 vMB 34
676,965 676,965 00000000000000000007ee0def52d3955e24563772c4a8f3f66aeaa4c31fb7ba 1,557 1.00/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.60 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: 671.82 GB
    • Received: 16.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.