Loading Tool

Explorer IconExplorer

Memory Pool

36,104 transactions
26.88 vMB
0.06406136 BTC
Random Selection Loading Transactions
Max Size: 135.89/200 MB

Candidate Block

Mining Attempt a82f974d8b95ef4eb00495f60c2f2e78f29dd3e5c9371a7ab04132d7e2479fc2
Version 20000000
Previous Block 0000000000000000000122e994986e001234b69b994883ffdfdd29f98dd03e31
Merkle Root 7479144db401ac1506b3dd58df60125e67bb8119faa726320bf83332894db13e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,968
Size: 1.00 vMB
Total Fees: 0.01355675 BTC
Feerates: 101.65 > 1.36 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,639 (247,714 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
666,925 666,925 00000000000000000000c58632d6009e51ad00f1eb4ff35a2fefafe0cd9a928d 2,438 1.00/1.00 vMB 83
666,924 666,924 0000000000000000000a26c8f8171f67f4f5215c30e1c96a37593c3a192b4aa4 2,272 1.00/1.00 vMB 70
666,923 666,923 00000000000000000009e1016d185282e29c161a8df3c2313178cf12328f101c 1,151 1.00/1.00 vMB 73
666,922 666,922 00000000000000000004de2f6d9fd4ba68b71aad72c56e69a0acfba54d8d52aa 3,013 1.00/1.00 vMB 78
666,921 666,921 00000000000000000008ab021159977e0b33d8156a5c53015d2fd369db661935 2,617 1.00/1.00 vMB 86
666,920 666,920 000000000000000000027f5a49a2a9845c37aecf99b62739bdc24c62e66c5ae4 2,774 1.00/1.00 vMB 120
666,919 666,919 00000000000000000002b130812275adfe3cd50609601a23c0c625d54f9c55e5 2,277 1.00/1.00 vMB 72
666,918 666,918 0000000000000000000259ef81743f5ad0d3faf39281f7efe292fcfe945407ef 2,717 1.00/1.00 vMB 99
666,917 666,917 000000000000000000003ed18d603e085381b7986034e3c6d47974dde969a318 1,921 1.00/1.00 vMB 102
666,916 666,916 00000000000000000006b2cf7f9e03661400d1cc30aaac8fdf76f2c0f56e8045 3,033 1.00/1.00 vMB 108
666,915 666,915 00000000000000000006d2d96e99bdfb1f9d3c927658df702804b3dec6f7fc2f 2,750 1.00/1.00 vMB 98
666,914 666,914 00000000000000000007f90a3fec1142527e1a790f473193e73100136515341f 2,631 1.00/1.00 vMB 93
666,913 666,913 000000000000000000096ae8a62d84476c3e7cef135e01cd6261d1c861858116 2,024 1.00/1.00 vMB 80
666,912 666,912 00000000000000000005f447189df7386943939e5a5fffd5ffb0b12b3b1e6a92 2,912 1.00/1.00 vMB 111
666,911 666,911 00000000000000000007a8a38997def9dfebd42a49aebf024b56f46a66eeead5 2,820 1.00/1.00 vMB 98
666,910 666,910 0000000000000000000a035eca0322b03a37c67b21ba1308c945c57497c421a7 2,595 1.00/1.00 vMB 85
666,909 666,909 0000000000000000000d90c1c2fe039f09c98ff100a3b4281ee1caea352545c6 2,411 1.00/1.00 vMB 81
666,908 666,908 0000000000000000000b385d6ad3b81b1448598df7a1715f5ae710dd8250c75b 2,213 1.00/1.00 vMB 94
666,907 666,907 0000000000000000000191021f85b8ab29908db9fb9a544e39fbc9a0659d748c 1,911 1.00/1.00 vMB 90
666,906 666,906 0000000000000000000318f635581bdfc297efd72c87b00b98b61cf3cb08f06e 1,896 1.00/1.00 vMB 105
666,905 666,905 0000000000000000000250213da3d93e700bb98898169d40b711eee406944982 2,420 1.00/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 781.75 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: 631.34 GB
    • Received: 12.06 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.