Loading Tool

Explorer IconExplorer

Memory Pool

42,050 transactions
26.41 vMB
0.06062430 BTC
Random Selection Loading Transactions
Max Size: 138.36/200 MB

Candidate Block

Mining Attempt 6c5bfaf2d60a70c0acd8445aaa8cfa82f0a14f468120325ed7db328e16f79f39
Version 20000000
Previous Block 0000000000000000000000cf770f6c83e15ec4a9d2e4f9cbaaca0958cd733d81
Merkle Root ce4428bad7b7a189c1b3f48c190c498f8d57a5f8e4e57cd973eb711218ca96a6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,587
Size: 1.00 vMB
Total Fees: 0.01205338 BTC
Feerates: 477.45 > 1.21 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,721 (376,218 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
538,503 538,503 00000000000000000014c19d15ad4afc027b88e3484a81a171d2193e269998a6 1,321 0.53/1.00 vMB 20
538,502 538,502 0000000000000000000eeb1725e7a69eac5353ff4393bad8dcd461e4bd073d2e 902 0.34/1.00 vMB 14
538,501 538,501 0000000000000000001baf9f1b246da6c1fe65ab1a02d3520d2a3e933ad0dd1e 1,456 0.54/1.00 vMB 17
538,500 538,500 0000000000000000000aa27c0bd851d116ad6c8fff6cce097e917d658b007fe4 1,066 0.42/1.00 vMB 29
538,499 538,499 00000000000000000009b210ce643ec9bf1f594f779f4d092cf424180b1ffb0c 182 0.06/1.00 vMB 12
538,498 538,498 00000000000000000017e2bf287dbdd5f883c06cb00709d19c689203f9c226dc 1,115 0.52/1.00 vMB 50
538,497 538,497 0000000000000000001d41c2148b1d9638ce0ed993f6ed7c0e3563fcad15d3af 27 0.01/1.00 vMB 19
538,496 538,496 0000000000000000002916d5e6f008dc141e20cb2ad2efeb255019d09849bdc2 2,282 0.84/1.00 vMB 16
538,495 538,495 00000000000000000027aa7764d2f6b2037f01ac2812d3322fb649b2ab24f824 50 0.02/1.00 vMB 14
538,494 538,494 0000000000000000000f7e67552497bdc2ea809d34d147680be42bcea3986f18 370 0.18/1.00 vMB 25
538,493 538,493 0000000000000000000c23ba71b484512636b7319c5f0298d2ad67a03fbe5a73 245 0.07/1.00 vMB 15
538,492 538,492 0000000000000000000f61e92530b69128c701fc20488c4e05309a4f6af9cb00 1,354 0.55/1.00 vMB 22
538,491 538,491 00000000000000000029555d6ea2e5b1cf33bd679bbd0a0c9a5a67340b6cd03c 222 0.11/1.00 vMB 13
538,490 538,490 00000000000000000010eb5f693e8525f18c6c39eaa50989687cb9c272000e8d 1,686 0.72/1.00 vMB 25
538,489 538,489 0000000000000000000590830393bf4469825927df5557cc6ba3f7331327a8c2 638 0.24/1.00 vMB 8
538,488 538,488 0000000000000000000fa8ac4549280b713c2fcb20b4da8d6c18ee8df1e24fb9 157 0.06/1.00 vMB 52
538,487 538,487 0000000000000000000a66b2a2152e0f9b3a190100f830bbabce6240b10d0e87 1,778 0.61/1.00 vMB 23
538,486 538,486 00000000000000000026124e53ee7033b26e57cbccbb8c2c52f82cd9a635b2b9 1,103 0.37/1.00 vMB 23
538,485 538,485 00000000000000000013891a56f17314b420eca5f201f491cf0f4d0b616d40ae 484 0.30/1.00 vMB 19
538,484 538,484 00000000000000000020274ffc35105f1862e3eb7a35a6b6684cd388b9c53963 380 0.14/1.00 vMB 15
538,483 538,483 0000000000000000000c3507b715eae34cdb0a9881da7394cee8d25ccde561f0 458 0.17/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 781.90 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: 645.48 GB
    • Received: 12.73 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.