Memory Pool Memory Pool Refreshing

1,395 transactions (0.36 vMB)
  • 1 sats/vbyte = (5 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,069 00000000000000000002349e0000000000000000000000000000000000000000 0.35 vMB 1,380 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,068 (899,596 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
9,472 9,472 0000000086540541efbc04369ac58ccde00a83eded7155f62b40230da6774010 0.00 MB 1 0
9,471 9,471 000000008d8d39fdb99089b013d9fb527af43763f77411fad9c682c755a9ab89 0.00 MB 1 0
9,470 9,470 00000000f2240fb9174dad96d3e4fa5a392ba81c048c76d1e5f8ea313ec2ea33 0.00 MB 1 0
9,469 9,469 00000000c29b2595b46321efd07066a4d3d94db1b71302e40907ef3c720b274b 0.00 MB 1 0
9,468 9,468 00000000c8f4d18b6df1c2a0788312b5c8df41bc083a70ef0a34a9908a7c45b8 0.00 MB 1 0
9,467 9,467 00000000891a7178d8ae57ce0f58cd0f5f0fcaed2bc067c1af8514e76099909b 0.00 MB 1 0
9,466 9,466 000000002fcc3326cb16666c82cd298ea4a6bf66363351af87d392b82f190ace 0.00 MB 1 0
9,465 9,465 0000000035f8089050ccbed771a5106ae2876eae310f5ae393ec451cee47abcc 0.00 MB 1 0
9,464 9,464 00000000d5b91b275f3858fe848b9ada0cde0d2531d66c23a9079a3ae4f54dcc 0.00 MB 1 0
9,463 9,463 000000006996eb82f552752f4a82c86769fad132f8367bddac0b3197888f0a78 0.00 MB 1 0
9,462 9,462 00000000a71267a0e0df7af9e09fc3da51d6ab82150c13ccce98bbcbba560a86 0.00 MB 1 0
9,461 9,461 00000000f662b4d022641b61705fd966ca2f7aac65bea9ab49d202177a9b5a1f 0.00 MB 1 0
9,460 9,460 000000009519fbcc388f5c1d628bc9a5c8fdd116324036fa2bf8aea4382ae80d 0.00 MB 1 0
9,459 9,459 000000001d3886614e9dbab5293afac6660faff517469a89d44dfefa0ea64316 0.00 MB 1 0
9,458 9,458 0000000060cf27882125105510bf79b940f09cb8a05820d0d8c593013433ad3d 0.00 MB 1 0
9,457 9,457 00000000d5dde2b1403c05b8546073aaab6b1c599fa86cf32751dc32d027e712 0.00 MB 1 0
9,456 9,456 00000000b1ad16f150df83eb4f2a9c22eed1619b85b6aa5ba99ca039d322a98c 0.00 MB 1 0
9,455 9,455 000000003b0b946d5ec4398fe6a98126563aa0ac52b5cbd0bdf1397c6a3b38af 0.00 MB 1 0
9,454 9,454 0000000077ef0a8af7749037a92165605c627cae835cf2d5cc1b4f81dd7756bd 0.00 MB 1 0
9,453 9,453 0000000061b042eb33ee8cced80427818b74e69a7239c3291d452e993f008534 0.00 MB 1 0
9,452 9,452 00000000b75438a0eface9c6a15d8c50ee53c06a0e8f0fba64afd90364b5ae3e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.67 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,901.67 GB sent, 105.87 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.