Memory Pool Memory Pool Refreshing

44,975 transactions
18.23 vMB
Show Random Selection Loading Transactions
Max Size: 111/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,761 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 3,939 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,760 (191 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
870,569 870,569 00000000000000000000e6ca02f741bf422fabbaf3e50f92653f47f6e0d3bc77 1.59 MB 2,949 2
870,568 870,568 00000000000000000001d7657b4b702a3e8b53555478c0dd325da65ca2d0c650 1.70 MB 3,549 8
870,567 870,567 00000000000000000001237a114e431be1c7afc479c4af447dee8dbc19a0f14f 1.62 MB 3,434 8
870,566 870,566 00000000000000000001f9e0097e0f350a340052f925c07193ab023c6adea5e9 1.64 MB 3,413 17
870,565 870,565 000000000000000000027a3771ef5dec638b320e050a52cef59735e00576a83c 1.74 MB 3,222 7
870,564 870,564 0000000000000000000146953ee23c86b970b5370f02cd1a9f861cc8b3d39b02 1.75 MB 2,870 15
870,563 870,563 00000000000000000002b1499275c71357cf61c11619d9021f743aa8e90f6667 1.58 MB 4,138 18
870,562 870,562 00000000000000000000a61c668d4eaaba292b5e24483a6cb67724e322450a96 1.60 MB 3,736 7
870,561 870,561 00000000000000000001f5c03238979cbd7ab6b21f8398b731299b1007b0fa48 1.80 MB 5,223 7
870,560 870,560 0000000000000000000169bd3d44bf5b9693d2d72edc80e6b97de74ec81a7891 1.33 MB 1,866 3
870,559 870,559 00000000000000000000719e9eb7e9e6a86e3ecf2d7c73814660f865fdcfd7bf 1.72 MB 4,638 8
870,558 870,558 00000000000000000000856f62d09332b0c1519612b8afcb7daec0cca807785e 1.78 MB 4,860 8
870,557 870,557 000000000000000000008202525dc8fcbfe6ba4c0340ae18340cad526447fc53 1.64 MB 4,311 9
870,556 870,556 0000000000000000000283a2f61d78a519199af5ca359ef2f51e7915739c9a6c 1.21 MB 1,409 3
870,555 870,555 00000000000000000000157990f778742890dbb39d887f7cecd76d1383091075 1.53 MB 3,735 8
870,554 870,554 000000000000000000013b328fccba2b59c10b9ab5f86bf8cc26fbc412a36409 1.66 MB 3,741 7
870,553 870,553 00000000000000000000718ac39dc32b352a68c3f2ed6f095ed1e39b94d77c3e 1.72 MB 4,111 5
870,552 870,552 000000000000000000003c3693add1bc80bc4278fac1eef4ff42bb870ef66058 1.49 MB 3,502 15
870,551 870,551 00000000000000000000903c15661c2fefe75aff54f53caf20670097b9619bda 1.37 MB 2,524 5
870,550 870,550 0000000000000000000252484c5ed6f83983d5af583a6c27685ba15f8bd513cd 1.64 MB 4,705 8
870,549 870,549 00000000000000000001a1be0aebe7727e858574aa9d9aee95e979b8e7544a24 1.55 MB 2,474 5
Previous 10 blocks ↓
Total Size: 700.90 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,386.25 GB sent, 216.38 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.