Memory Pool Memory Pool Refreshing

5,276 transactions (2.02 vMB)
  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,781 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,257 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,780 (852,109 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
56,671 56,671 0000000007bb7823737d641396eaa67d72c10484be5957d9af037b8c5483d0e0 0.00 MB 1 0
56,670 56,670 00000000131c01de96f0a1f87877fee830351b3eaa481cdcf66f1651d532a888 0.00 MB 1 0
56,669 56,669 0000000008736173f3824ac7612d4ab2c7958de7c3ef65eb61758d3cbb411ae6 0.00 MB 1 0
56,668 56,668 000000000654a012bd336330f5bc068f3cf2f5da08c9403ac7d910d101b70cb8 0.00 MB 1 0
56,667 56,667 0000000006b3842c225ed56ad70ed56ce29c80f55642b9c3b50a3c9527947c46 0.00 MB 1 0
56,666 56,666 000000000b38097a4f309ffad150eae626196d870021bd3eab640a727ffa196a 0.00 MB 1 0
56,665 56,665 000000000d1a65c1aca7a912d0f8d9c73441627badf9fc58f292c9649bbcc9a5 0.00 MB 1 0
56,664 56,664 00000000046d02d51fd922f10e82b3230ec3f10139cd9d27e1fec8677c051831 0.00 MB 1 0
56,663 56,663 000000001507959cb1cbb58614dc1349a2d651f70a8bc39cbae913296aea46e7 0.00 MB 1 0
56,662 56,662 00000000119d200907e0a49fdbd1d6a906b717d9a588e4ce5c5752965698b1cc 0.00 MB 1 0
56,661 56,661 0000000009fd12fdd1718722404cbfa629994c504c1e8ea2d7c89a8e0c743bf8 0.00 MB 1 0
56,660 56,660 00000000007c20f6c4071ac13ebd569152467ee997b8ea92e6dae3857a395320 0.00 MB 1 0
56,659 56,659 000000000c274d536763a5749952f4d0115b9fa0767170ff8b4661cc5b772b34 0.00 MB 1 0
56,658 56,658 000000000986be9d42cab8af155de42f8d8cb0186a9a76d1717c2d1ae461a393 0.00 MB 1 0
56,657 56,657 0000000003d7c4ebfedcd30ff895c3a5557de593f76578532621907cc41bf16b 0.00 MB 1 0
56,656 56,656 000000001300af756770e2897311029bf7e31057e92933db5ea062c3a7615205 0.00 MB 1 0
56,655 56,655 0000000012bbb51557fa1a5f2922b106eac96232cb2111231338d92b26fec194 0.00 MB 2 0
56,654 56,654 0000000008d030d966beabc2a163cf757f8f3c557e047ec8de30c87676a214be 0.00 MB 1 0
56,653 56,653 000000000eb60dfb09215d56f863bbba968e0e1d71b8d5b7913cf88ae1adaa34 0.00 MB 1 0
56,652 56,652 000000000a7b1f3404b745bb9baac90c5cd829d9e3aa8fd0da475ea5fb9b45e9 0.00 MB 1 0
56,651 56,651 000000000c4b3e92911c8707cc995192ce439ed225db8d37bc8fa713d6ce63ca 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.15 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,856.91 GB sent, 102.78 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.