Loading Tool

Explorer IconExplorer

Memory Pool

40,968 transactions
27.96 vMB
0.06461246 BTC
Random Selection Loading Transactions
Max Size: 143.55/200 MB

Candidate Block

Mining Attempt 97e428fa9ace819bd38cfdb04c4c8c06bd72de886b61049ab77f7204a0067f35
Version 20000000
Previous Block 000000000000000000001575d499d27a6e9805527fd037e437eb755b38e6f4e7
Merkle Root d14549d5f3fbd6486a669a7c1ce38cc3bbde440034c7626e910df5bdb50d6fe0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,625
Size: 1.00 vMB
Total Fees: 0.01090124 BTC
Feerates: 100.56 > 1.09 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,640 (149,706 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
764,934 764,934 0000000000000000000771c8f1b6f4e432171e67174b34cbc6b986001cea0109 1,432 0.50/1.00 vMB 16
764,933 764,933 0000000000000000000672ace5547868d9e97974927a4bf2422bbe9dbe35940a 839 0.50/1.00 vMB 5
764,932 764,932 00000000000000000004a8c62f191f6d1c3624d166b4ce860644492b5d98e0cb 2,807 1.00/1.00 vMB 18
764,931 764,931 00000000000000000005e6f632ec4f7b824704a483f4d1e9c1822846b480e152 2,307 1.00/1.00 vMB 19
764,930 764,930 00000000000000000003b2cd2171dbaf227b9d005c2dc0863e9252ffcbcb32d3 1,147 0.41/1.00 vMB 14
764,929 764,929 000000000000000000076cca533ee928aa40280dc848149d664e565a229e2a0d 2,863 1.00/1.00 vMB 21
764,928 764,928 00000000000000000001bc8f0ab93e9443a99f5b5fabb4c63fd759e45b499ac4 2,174 0.86/1.00 vMB 21
764,927 764,927 000000000000000000042e9e0bb08ac8ebff606c1d2bc4077f251df66fbb1c37 1,986 1.00/1.00 vMB 8
764,926 764,926 000000000000000000066d50fbbb021b31009992b1989795c688d7948a367ae7 2,563 1.00/1.00 vMB 14
764,925 764,925 00000000000000000002cb60578ed432194c2e920da0849b78b366eeb77b6f90 2,078 1.00/1.00 vMB 28
764,924 764,924 00000000000000000003a10028edddb0a744dfc2f4f4904cdb9c854a3bd6e0c5 1,634 1.00/1.00 vMB 22
764,923 764,923 0000000000000000000546957bf847e335b7d50241c9c8f88fe7ac501a2efeee 2,968 1.00/1.00 vMB 15
764,922 764,922 0000000000000000000446d250145279e10d5f1993a8e31a6c222b64a09297a5 2,291 1.00/1.00 vMB 12
764,921 764,921 00000000000000000003c2600013e0793bfdc72314aaa2eac9d6f3fc76204417 2,103 1.00/1.00 vMB 21
764,920 764,920 00000000000000000000b964bc1b39bd9f1e1b1f10e1dc248c08944277b234ee 2,531 1.00/1.00 vMB 25
764,919 764,919 00000000000000000003340a358d64551c74be2faf0a0a731393b855d3dbc4d6 2,858 1.00/1.00 vMB 27
764,918 764,918 00000000000000000001dd008d0ee5c948b0c3c9d8c7c56082046b61bffcb051 2,884 1.00/1.00 vMB 28
764,917 764,917 000000000000000000025e9cb0d162d690433bca961c1c7501609f2677f9274b 1,282 0.71/1.00 vMB 7
764,916 764,916 00000000000000000002176e5177cecd18c0247db3165ab44351c4b299393ad5 2,046 1.00/1.00 vMB 24
764,915 764,915 000000000000000000059d085d82cf410971ffa375dc9daac305d6417082a963 771 0.45/1.00 vMB 2
764,914 764,914 00000000000000000002c69ae60a3fe74b1dafa130e9f266bbbf3e7e4de7f254 2,686 1.00/1.00 vMB 23
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: 112
    • Outgoing: 10
  • Data Transfer:
    • Sent: 631.73 GB
    • Received: 12.08 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.