Loading Tool

Explorer IconExplorer

Memory Pool

79,624 transactions
29.25 vMB
0.07593746 BTC
Random Selection Loading Transactions
Max Size: 177.81/200 MB

Candidate Block

Mining Attempt 3a6a339f1f7c7dd0a13807131412f3f40d0653fec6f43430fb955329942db2a1
Version 20000000
Previous Block 0000000000000000000133fd23f388524a0e94c313d877ce33166100e4eb7233
Merkle Root c588d05eaf558cba3f63cd38afdc453c5a7c221c55e4c9e505f34a9fc8b515ce
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,110
Size: 1.00 vMB
Total Fees: 0.01470371 BTC
Feerates: 74.86 > 1.47 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,085 (309,852 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
605,233 605,233 00000000000000000015379b28f1255afe6cc65f2bc1401ac6e382e2a38310fa 2,946 1.00/1.00 vMB 37
605,232 605,232 0000000000000000000d3c0ebcde2b595cd9126df59e4a3750affd5d73487840 633 0.21/1.00 vMB 31
605,231 605,231 00000000000000000001f50b84aeb52fcbe05175bfb12b11870775a5b729147a 1,724 0.88/1.00 vMB 2
605,230 605,230 00000000000000000007d5ac2a154a9b27cad9470e60323daca48cae97907fc4 2,808 1.00/1.00 vMB 12
605,229 605,229 000000000000000000146cd60597a85614a9b8a983b136a0815c87355cf65499 2,870 1.00/1.00 vMB 16
605,228 605,228 00000000000000000000da9180e716b324180a417ad46367c66e81955cfc2a88 1,395 1.00/1.00 vMB 5
605,227 605,227 0000000000000000000651aa77c574d6d614d259352ed0748fcd4ae1d24b8cda 2,533 1.00/1.00 vMB 22
605,226 605,226 0000000000000000000648007090d431710024610d5a102b17cd6af8dc5360fc 2,447 1.00/1.00 vMB 7
605,225 605,225 00000000000000000010a237fe3772f3e00bfd1f0e450c9b5fa2fd07de67951d 2,926 1.00/1.00 vMB 26
605,224 605,224 0000000000000000000f74293efe22574d2d93238549e176b9cb52f8812ed240 2,090 1.00/1.00 vMB 19
605,223 605,223 00000000000000000011a442f40d23d63aca0cb103f316995f4a9d93cf0aa37a 2,335 1.00/1.00 vMB 17
605,222 605,222 00000000000000000008aaa1b2307e7f6de91a9e2dbb267bb790dc4624c310dc 2,203 1.00/1.00 vMB 23
605,221 605,221 00000000000000000004ace3c3de0445376ccfda98ce6e7394e19ec7204454d3 2,552 1.00/1.00 vMB 20
605,220 605,220 0000000000000000000ff4e9c1251d8b968a8a7233df0a0b07b3ee68991bc3ee 2,141 1.00/1.00 vMB 38
605,219 605,219 0000000000000000000d29ace1a2e2692eaa6c3fa5035496b1f00748b6e6ffb6 1,230 1.00/1.00 vMB 71
605,218 605,218 00000000000000000001610148be46aae05e65c2c15c9ee08dd8dc2ee09306df 3,066 1.00/1.00 vMB 21
605,217 605,217 00000000000000000014f48237e1e8a6be516e7c24c558ec48e32d6dda45beb5 3,164 1.00/1.00 vMB 33
605,216 605,216 000000000000000000147161ca40fc357b0efabd6c524e9c4bc0f714bc10bfe0 1,904 0.58/1.00 vMB 12
605,215 605,215 00000000000000000004a21eaec0c97685357b95c49503b6acfcde245159e61f 2,738 1.00/1.00 vMB 19
605,214 605,214 00000000000000000005077fc9f21a0bdfe50278763522b661f3dcfe20c57f2f 2,013 0.61/1.00 vMB 15
605,213 605,213 00000000000000000009430301d762d10943be80f3abf01407d958a3cb774349 2,585 0.83/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.54 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 669.11 GB
    • Received: 15.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.