Loading Tool

Explorer IconExplorer

Memory Pool

87,407 transactions
32.15 vMB
0.11873369 BTC
Random Selection Loading Transactions
Max Size: 196.48/200 MB

Candidate Block

Mining Attempt 364ca1db543a132ca4a07d5a97c585180a3b7c92ababd63077b7b03e24bbb330
Version 20000000
Previous Block 00000000000000000000209b8de38c3e1775cd6d32cde674ad92e343308213be
Merkle Root 2d1b439e82c5cc5565a597e28d0fdc60fd0d8ffddb3af765b711e593803bd70f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,794
Size: 1.00 vMB
Total Fees: 0.03333699 BTC
Feerates: 1,236.26 > 3.34 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,362 (64,911 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
850,451 850,451 000000000000000000002e4ec11880469c9538f619e1353d1e7e1f0e56968206 6,857 1.00/1.00 vMB 43
850,450 850,450 000000000000000000013bb1dc7a299e15c63306087ffa05518c52a7c8caa318 6,603 1.00/1.00 vMB 32
850,449 850,449 000000000000000000029bb353e6117d2f7732a6452688e284df4a50f8f7eff2 6,258 1.00/1.00 vMB 27
850,448 850,448 00000000000000000002ea1e631b8984f153d711bc31d919a79f86c482f20cfb 7,168 1.00/1.00 vMB 28
850,447 850,447 00000000000000000002ef3cc39f6cf2a8babe1b6d55a7f97f1bcde2d5cfacd0 6,989 1.00/1.00 vMB 16
850,446 850,446 00000000000000000000945508c387a432bcdafb09a2a9a71ec87da3eaf58712 7,030 1.00/1.00 vMB 18
850,445 850,445 00000000000000000002c70052b91892c539f55b3087b188aa522e6c143480ac 6,383 1.00/1.00 vMB 24
850,444 850,444 00000000000000000001bd6c3e77708e77b350087d5a902a3d8f7f90a3a43db6 6,158 1.00/1.00 vMB 14
850,443 850,443 00000000000000000001bdc20c35c40c85237c42cbf78f3e66f5ae0ab47ecdf0 2,245 1.00/1.00 vMB 11
850,442 850,442 00000000000000000000245d917c9025a0d62a9d6c70a19619c639036034f92e 6,906 1.00/1.00 vMB 6
850,441 850,441 0000000000000000000228c51472b7a837284335fd104b1f30fa32cd9d920a8a 3,469 1.00/1.00 vMB 8
850,440 850,440 000000000000000000032f4cb3044334451a5ec75832191043e0c9532f3acf1e 3,547 1.00/1.00 vMB 11
850,439 850,439 00000000000000000002be31a8b756034319cd16f2e1afb5dd042f24ba588922 2,444 1.00/1.00 vMB 10
850,438 850,438 000000000000000000017108d7612bb08d04e20c98c85a3adb96198edd5f283e 3,351 1.00/1.00 vMB 14
850,437 850,437 00000000000000000002d48cc2d593e4abe2ec4e022e02c00266bf00c9c03ce0 4,298 1.00/1.00 vMB 13
850,436 850,436 000000000000000000002b4990ccfa3c7f65169fc29687d5b2eaf26fc4f9437c 2,591 1.00/1.00 vMB 28
850,435 850,435 00000000000000000001372ddefa5570a72b7f5e26099f720ce61de336c3d126 3,771 1.00/1.00 vMB 10
850,434 850,434 000000000000000000024851c73a976150149339843a7844946746f7b419c3db 5,661 1.00/1.00 vMB 9
850,433 850,433 0000000000000000000311b569da9772596a2cfcaf62d7ba23d0e769da75ebe7 3,083 1.00/1.00 vMB 8
850,432 850,432 000000000000000000006c067d8644c2dfe83753bdab8910a34955d8646f8dce 3,530 1.00/1.00 vMB 10
850,431 850,431 000000000000000000009f523bddd9f634bba0c6e96ad404d488e7fb8d3203c0 4,823 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 783.02 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: 719.41 GB
    • Received: 18.05 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.