Memory Pool Memory Pool Refreshing

64,440 transactions
30.30 vMB
Show Random Selection Loading Transactions
Max Size: 184/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,997 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 5,397 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,996 (594,364 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
275,632 275,632 00000000000000038892d5baec970c412be73a634cd86d493d9251c1db43675b 0.25 MB 785 86
275,631 275,631 0000000000000001d701fd499078e526e8f6e02877a4e1a9330748a704eb7756 0.15 MB 365 46
275,630 275,630 0000000000000003a161913a2b0011515f6239a987300e64f5ac4d677fcdb771 0.22 MB 531 50
275,629 275,629 00000000000000038954bbf37276acec511c8579fe77219603e9b3e890d8d625 0.24 MB 427 37
275,628 275,628 000000000000000429ab217efec8009fb17180a221b17a359488afe10c37bbfb 0.25 MB 712 64
275,627 275,627 0000000000000001fc3ecc16e8ca34f710334835505737a681c00db6cfc55ecb 0.33 MB 561 36
275,626 275,626 0000000000000000c8b272580e6ecf41d7ae1939040a8aba354143001db3f127 0.15 MB 262 21
275,625 275,625 0000000000000001f137a24f7069b8c3c193037212934e1db96f61be36265a7a 0.86 MB 1,544 40
275,624 275,624 0000000000000002141de421abf9246a85a354a02adea8ee11b3b68f5941f733 0.03 MB 61 30
275,623 275,623 000000000000000083052bc40ccfc6574f24f48478ac30c4f74921b98bda7a5c 0.23 MB 556 70
275,622 275,622 0000000000000004852cd1de17bf24f75f7f4f30598b05eca9b64412d6f47f3c 0.05 MB 69 30
275,621 275,621 00000000000000041e08908ff9f2110bf94f018f560b6f62d48c0d5238e7b084 0.25 MB 456 51
275,620 275,620 000000000000000384299d77bfbc71472f4c019ff4f04f5a7250010c294c9525 0.25 MB 780 71
275,619 275,619 00000000000000041cadfcd071ca340c583e44237974af5bf56b7ae370679289 0.15 MB 61 3
275,618 275,618 00000000000000003198bcfa6d8582a017aa81df600723de12ded63e03864bba 0.15 MB 269 22
275,617 275,617 000000000000000428d12b7985b117987a13e5ef884bb872ae43b899a501998c 0.08 MB 210 40
275,616 275,616 0000000000000003e4885cc14a1c04a9ea92a47bfe81312a1c792b8eb02777d6 0.25 MB 285 35
275,615 275,615 00000000000000009e35effe16a572d68b618352ac85a01602979246d13431b0 0.50 MB 1,195 38
275,614 275,614 00000000000000004a5bbac8a4fc3d36fc8e0e5bed8acdeff1e3a5c07f7e94f8 0.25 MB 730 109
275,613 275,613 00000000000000036d3dd6b94bacde2819a045a3304df1f6de228f5feb6bcce1 0.15 MB 285 28
275,612 275,612 0000000000000002ae654d057262e31b99e29d1cc208b263fcd23bd81e7a816e 0.15 MB 424 25
Previous 10 blocks ↓
Total Size: 699.46 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,170.14 GB sent, 206.66 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.