Loading Tool

Explorer IconExplorer

Memory Pool

78,130 transactions
29.74 vMB
0.07925076 BTC
Random Selection Loading Transactions
Max Size: 178.10/200 MB

Candidate Block

Mining Attempt dd38bc9563a182d61dadecf38c9e89d9dc97fc74f442efaa50cf72e814490738
Version 20000000
Previous Block 00000000000000000000afdf5043b8b27b92fc11e8966ab025edf9415d082b3b
Merkle Root 06a5c9552cca6582dd7ebdb2d7ce421cfc07276d9b32210d28791337adb81d97
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,485
Size: 1.00 vMB
Total Fees: 0.01270815 BTC
Feerates: 40.21 > 1.27 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,152 (238,172 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
676,964 676,964 0000000000000000000153eca96053f95906e22723db9fa4f7f647bfad38dc82 1,873 1.00/1.00 vMB 27
676,963 676,963 000000000000000000041b6c55c8b4e707a8e4bcf97b80476f75a89211c30a08 1,937 1.00/1.00 vMB 22
676,962 676,962 000000000000000000072baa4e239fb3f228874f34c23247dbea68c9b171b5cd 1,935 1.00/1.00 vMB 43
676,961 676,961 00000000000000000008a87a5ac111b13450135edadb2de7e60f39ff1c00a5e1 2,776 1.00/1.00 vMB 21
676,960 676,960 00000000000000000007e8b0ef456d17c4f4e8253b0b2fe04b442bef12724d19 2,384 1.00/1.00 vMB 53
Previous 10 blocks ↓
Total Size: 782.66 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: 672.96 GB
    • Received: 16.34 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.