Memory Pool Memory Pool Refreshing

21,842 transactions (9.28 vMB)
  • 1 sats/vbyte = (36 blocks)
  • 3 sats/vbyte = (18 blocks)
  • 4 sats/vbyte = (12 blocks)
  • 5 sats/vbyte = (8 blocks)
  • 6 sats/vbyte = (7 blocks)
  • 7 sats/vbyte = (5 blocks)
  • 8 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 47/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,915 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,872 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,914 (826,515 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
82,399 82,399 0000000000085b1dc4d8916592fb3c5f05b06360c540394ba7eeb3704c7e9c1b 0.00 MB 1 0
82,398 82,398 00000000000100dfcb2e755111447b02323ea0e3a4a515e0a1111dce2a1756a1 0.00 MB 1 0
82,397 82,397 000000000032e8a05b550203e510c064708f895c8c4df85e0a095e9e82abede2 0.01 MB 5 0
82,396 82,396 00000000004242912a9d983f6edf01af394fa5c30e5c8fe87853968a5b3e57c3 0.00 MB 3 0
82,395 82,395 000000000038a2616eda2db6c41f421cb743a113f7ab5ef59d588de5fb6aca34 0.00 MB 1 0
82,394 82,394 0000000000051d44855023f24ca17ec73e35a84fd874ffcd83e7f40c268bb93e 0.00 MB 1 0
82,393 82,393 000000000016928d7391c91585d00dcce6505eeb4ebb4184d02cd6c6ba3a4465 0.00 MB 1 0
82,392 82,392 000000000043ce7d7d74c8c97e59b3326b10978d1990063f12e297d7f21cbfbc 0.00 MB 1 0
82,391 82,391 00000000003aea3c481025181ba140c09eabdaf908bccdff3cb7c831ce9af363 0.00 MB 2 0
82,390 82,390 00000000000ead2921a55fd9f68902218ec139d60002cc077d90542ae4302eff 0.00 MB 1 0
82,389 82,389 000000000017df57ceac3dd0a661288913d6c33880ef9da49d08e0c04daa2ede 0.00 MB 1 0
82,388 82,388 0000000000057bbfe93937c53478af9b8211a0c6220b7d1980160e400c05efbd 0.00 MB 1 0
82,387 82,387 000000000015c0fa682c799caae96e50bfaf566fc72ae19d367ab8004c9abbfe 0.00 MB 3 0
82,386 82,386 000000000023337c7baed52c015ff9a8fea5ee483ce3768cd379d918077388eb 0.00 MB 2 0
82,385 82,385 00000000000ff367a47c8f2225eba6152ebf4639f15114e659c8ee1cabdf56fe 0.00 MB 1 0
82,384 82,384 000000000004caf76a3e802ece126f6e9a67bf39be0128f72c9c66278f1d6f7b 0.00 MB 3 0
82,383 82,383 00000000001e64b3e98eb89954429f30d15c36d01296c0760b4d5a60848511bc 0.00 MB 2 0
82,382 82,382 00000000003076dbb214e9e928e5a67d450015133e2a8fe86604d583ef864e98 0.01 MB 14 0
82,381 82,381 00000000003cf0321eb19a92e79152b389313ce5c3d1c3d39b49fa8299294604 0.00 MB 1 0
82,380 82,380 00000000002dada0c4064712f18a6a75e1a4b3102ddddcdeb68b746b3c9378ca 0.00 MB 1 0
82,379 82,379 00000000000e751c936642811c68dae03d85b7cbb61af2ef239fcb4865c0f33d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.39 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,864.00 GB sent, 104.37 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.