Loading Tool

Explorer IconExplorer

Memory Pool

80,979 transactions
29.68 vMB
0.12558619 BTC
Random Selection Loading Transactions
Max Size: 179.93/200 MB

Candidate Block

Mining Attempt 5ed12ed016feae25f195c6c50365498662c587dbc5060a35bee9a2b9faefc271
Version 20000000
Previous Block 000000000000000000011cc0b225341b90497783ca10dd85ac5777da035b07ab
Merkle Root 6249264dbfd79307df39755b7736ec6881ac2db10abedc5fa42340f55758797f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,827
Size: 1.00 vMB
Total Fees: 0.05957309 BTC
Feerates: 151.07 > 5.97 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,118 (323,668 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
591,450 591,450 0000000000000000000bf0f8c584c6b0a7535b3cea41d3c64b01b3b8cb9e9d42 3,240 1.00/1.00 vMB 14
591,449 591,449 0000000000000000000dd960701391606fd264dbc4e076ae3cc6bb84bfa713fb 3,099 1.00/1.00 vMB 17
591,448 591,448 0000000000000000001addd5284fc5c22c73411665bc39b0d4e1ff0e129c337c 3,571 1.00/1.00 vMB 37
591,447 591,447 000000000000000000079f4f2f32bb1bc275277e3c859f999d31884eb8dc0d66 2,707 1.00/1.00 vMB 9
591,446 591,446 00000000000000000019b992abdb0d5fb863a2954ca2b2f25f8a6f42cd9443d6 2,788 1.00/1.00 vMB 40
591,445 591,445 00000000000000000008f17c81008fc3b8a772afad3d9143e15a3c1afc437a11 1,345 0.46/1.00 vMB 18
591,444 591,444 00000000000000000003b4aa388985daacaa348424b06c55cc4ae1983dac39a7 838 0.33/1.00 vMB 18
591,443 591,443 000000000000000000033c0ecbb201398b69c28f56a63fb67d9cb9903e51ae43 2,344 0.82/1.00 vMB 13
591,442 591,442 000000000000000000025edb7abd13863da67b9d98386c995cafaf96c8f9eb5a 3,074 1.00/1.00 vMB 16
591,441 591,441 0000000000000000000fb8fa7cc77536c8f2f2f4b14640d5733de2dedfbba5ac 2,406 1.00/1.00 vMB 23
591,440 591,440 00000000000000000002d817fbdda2667d628307ffeca4a5e1a96c15c2a4c15f 2,827 1.00/1.00 vMB 17
591,439 591,439 0000000000000000000936c725985391d7477a9c1cdf4b37782aaae276e4e27d 3,257 1.00/1.00 vMB 42
591,438 591,438 0000000000000000001abc44904ebac49c86c6d0a0ad26adc7044974a50c00f3 2,135 0.72/1.00 vMB 20
591,437 591,437 0000000000000000000921c70588f0b0a0f02e2a06d0c509c2c0401ac695bd58 1,130 0.36/1.00 vMB 20
591,436 591,436 00000000000000000018cd1c97d07b5bc00cccdd8033b88d132a2f6938b24534 2,623 0.91/1.00 vMB 23
591,435 591,435 000000000000000000033ab4478812e863196a21e022e85cbe24c06a8b02a58d 2,624 0.80/1.00 vMB 24
591,434 591,434 000000000000000000026e7d44f53ca954e27557940477b60c56b934dc93298d 1,410 0.63/1.00 vMB 14
591,433 591,433 00000000000000000014ccc7303b1be1fd8c6b2cb5e961d57fbdc57f661db418 2,381 1.00/1.00 vMB 28
591,432 591,432 00000000000000000015a42e7c90b7568e89731b7abb64d6239a46a2b85cba05 2,069 0.70/1.00 vMB 23
591,431 591,431 00000000000000000011dfb0b1d4c47039f5116b0050fc3e795cce873c65abdf 1,790 0.61/1.00 vMB 21
591,430 591,430 00000000000000000004ec527e8a8034c8772012c2a3cd86b4bc36880fd34aff 533 0.15/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.59 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: 671.64 GB
    • Received: 15.98 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.