Memory Pool Memory Pool Refreshing

70,211 transactions
30.77 vMB
Show Random Selection Loading Transactions
Max Size: 180/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,376 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 2,208 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,375 (337,807 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
534,568 534,568 00000000000000000029abaa264831fc79c9662f308caf2a11f7ff613c182dce 1.20 MB 2,257 18
534,567 534,567 0000000000000000002873ac0bb10b074609d554285d02f3b5594b027a41e242 1.13 MB 1,108 5
534,566 534,566 00000000000000000023a945139b995f9c22e98583141f364e87cd36d10bd969 1.14 MB 2,673 12
534,565 534,565 0000000000000000000f8163c624551d196f37dc95da6270667cad0e7eed522c 1.21 MB 2,550 36
534,564 534,564 00000000000000000020f15035d5badd05ec2ecbc2449be110272e5476be2baa 1.29 MB 2,383 16
534,563 534,563 000000000000000000149a8f4e040606831e4b21a904f71edd6e22140fe34215 1.26 MB 2,688 11
534,562 534,562 0000000000000000000bbc9f496773043f4c2f473e58b9dfa613d7f0c7d851e5 1.21 MB 2,397 41
534,561 534,561 00000000000000000010dd53eb87d23fd0807c717581b538676489a46639a76c 1.08 MB 2,457 7
534,560 534,560 00000000000000000009b286c5b4756d929f4ec9186b64c429aa8d5a0a1e7afd 1.34 MB 2,454 11
534,559 534,559 00000000000000000022f72e343f01c4ae59c041e4cfaead1abaa244bbcfca28 1.18 MB 2,442 47
534,558 534,558 0000000000000000000221f8adb80ef6fad06f537c5ce205b6d3fedd159cef35 1.30 MB 2,433 14
534,557 534,557 00000000000000000026581f3528c8845e6be3a459a86cebfa6f9df1354d5d58 0.00 MB 1 0
534,556 534,556 0000000000000000000dcd2e9691d457504b8c5510ed4ab13dd5e46299347141 1.18 MB 2,495 15
534,555 534,555 00000000000000000005d7d081478a4c4249a350a210c391313806aa7eb4b455 1.20 MB 2,643 15
534,554 534,554 00000000000000000024ea15ac5d2284fedb7955c2f10ca37f354a2e0894399e 1.40 MB 2,165 34
534,553 534,553 0000000000000000001c79418b30798a116e6a5e9d370aa9639875ff71ed4af2 1.33 MB 2,048 36
534,552 534,552 00000000000000000022194381ecbddf05d639778b941654d19139a3482cee81 1.23 MB 2,095 29
534,551 534,551 0000000000000000002972694bbcb339ad198a9a09b3f8c04a2fe0f061edef3c 1.38 MB 1,655 39
534,550 534,550 0000000000000000002a2f72786fae4527db5c702b278d109cde34b9c734a2d5 1.07 MB 1,962 90
534,549 534,549 000000000000000000052b88a42ed6c234a743adeb4273ede41b0cf21bf6e6f4 1.16 MB 2,664 5
534,548 534,548 00000000000000000017b1d05c4b2c5a6429a11a3f8629dcd3c19cac3293f034 1.08 MB 1,392 10
Previous 10 blocks ↓
Total Size: 703.91 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,633.03 GB sent, 237.48 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.