Memory Pool Memory Pool Refreshing

117 transactions (0.02 vMB)
  • 1 sats/vbyte = (4 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,093 00000000000000000002349e0000000000000000000000000000000000000000 0.02 vMB 113 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,092 (887,429 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
21,663 21,663 0000000006deb5cdee2610979c8168c3106fd9a18eaa3b24b72fbf4963b244c2 0.00 MB 1 0
21,662 21,662 00000000f23d40f03ad4e3b7dd23884c08e20739bcf7b61cc5eead8f8a487318 0.00 MB 1 0
21,661 21,661 00000000a4cf6b061702ffb12e0cf60920e58546417834974ddfabd8a3fad75f 0.00 MB 1 0
21,660 21,660 00000000908bc9dd7715cda7f98b5b762d61eec8cc16aa26220ee23636a92c31 0.00 MB 1 0
21,659 21,659 00000000fbc0892f40ad3700741e977d1c8baf139f8356e9dafe229ea3baa64f 0.00 MB 1 0
21,658 21,658 00000000280d0a2da5ddee4d1a07ca689cf1f1a28d18ced76ec73620fc26990e 0.00 MB 1 0
21,657 21,657 00000000536dedc1bad1e2d5820a09a5cff6f48f16db9ea6f481f2037b1bd7c9 0.00 MB 1 0
21,656 21,656 000000003b2342ed9ddbf84c3ce25545a489776a4dd7da2ca5b5607149de7ed0 0.00 MB 1 0
21,655 21,655 000000002877d9fe2556c0705dc02816fd74de4473f4ca1339a4c3c60f280ca9 0.00 MB 1 0
21,654 21,654 00000000eb5de08bb070d49b53eefc1251c1b614107845fce30dcfbe3c7a584e 0.00 MB 1 0
21,653 21,653 000000007a6892d91740397f45da3dfec96248ea5b639ed23f6fa264ba55486c 0.00 MB 1 0
21,652 21,652 000000006a3c1c8cc48f2c26754429fb1f5c015255906417c726041275b48733 0.00 MB 1 0
21,651 21,651 0000000095129b040c45d64a7cca5894bd96c1504fd3ecad3c487f9f1e280e77 0.00 MB 1 0
21,650 21,650 00000000a7e125156b17a0997e31b1e5f63f2fc34db4e85425fd143ec90d2473 0.00 MB 1 0
21,649 21,649 0000000004e7a8280ce115e0932f6ff11dec3c1f693e4e33bc30afd4185721d2 0.00 MB 1 0
21,648 21,648 000000000673bc1d73c97c3e861a84d2d59b3e6e3e891a4fe7e16ed3a1f234b0 0.00 MB 1 0
21,647 21,647 00000000d4d591da3fbdbd2a0045aeedd7654134018d04d7178fea550ca5e76f 0.00 MB 1 0
21,646 21,646 00000000a2d8eac005dd0f0ca44dcfe3385a177a79bb2fd291d456690621e609 0.00 MB 1 0
21,645 21,645 00000000a51fdb5f9e6af68c25fb675fbb499ecdc69de529073dcba77bd06d8e 0.00 MB 1 0
21,644 21,644 0000000073547e0e08fd7b88569b080a140ceaa8e937046a76365ef68e5fc51e 0.00 MB 1 0
21,643 21,643 00000000183b14144197fbb5c1220ae6e8abc243bc3e7b7d84300065b4fefc86 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.72 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,910.91 GB sent, 106.13 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.