Memory Pool Memory Pool Refreshing

47,685 transactions
31.15 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
863,104 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 3,616 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,103 (344,614 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
518,489 518,489 00000000000000000048c231ec1d88e99b490947d02adecdc4b9372c712d1e07 1.33 MB 1,650 26
518,488 518,488 000000000000000000203285ed3cdc4928fa74ccfc9a278c4a79caf09a0d00b1 1.17 MB 2,206 32
518,487 518,487 00000000000000000000cec563ad419c5ec55ea1ba07da58eb4dfce906df3273 1.30 MB 1,231 18
518,486 518,486 00000000000000000009974f7174bfb745d7bd4ac4b8b86371dcecc5c52b07d9 1.21 MB 1,700 27
518,485 518,485 0000000000000000000acf44fc55b4d9e12da3b4acc30bda75929b793e9a1815 1.24 MB 2,928 24
518,484 518,484 00000000000000000037cd729f9a278fa2beac1a632a166fece6020439cdcd96 1.10 MB 2,330 69
518,483 518,483 0000000000000000001c5874d874f31ef8d6d7b8e0aa8586773467fb57136733 1.06 MB 1,045 9
518,482 518,482 0000000000000000000bd6a8cfdc7aab546e16af9dacb45a28a4396903b1182d 0.27 MB 607 49
518,481 518,481 000000000000000000216dd2bc1e9c9db8cdb6af367b0656fc60c20f815aa228 1.15 MB 2,187 13
518,480 518,480 0000000000000000000f1752b033d9ee9c9f8afd5c0b05055dc480b731e9fe29 1.11 MB 2,037 48
518,479 518,479 0000000000000000001884e86f265aebb996b07b4755228c33fb081ef9b806d7 1.05 MB 987 3
518,478 518,478 00000000000000000001d6fc179686ac3a41f582c4adf57392c705a94f0c63fb 1.16 MB 2,380 6
518,477 518,477 0000000000000000001a95e0e76654e13efb7e1b3bb1fe5619b8de62f5fc8ddb 1.14 MB 1,676 63
518,476 518,476 000000000000000000379ecd7866636d785325f118397eb246227028d186ac8e 1.07 MB 1,346 28
518,475 518,475 00000000000000000011b82ac90352cfb4c15008c8e4fafc90ef5f59cd4bfb77 1.00 MB 488 46
518,474 518,474 000000000000000000480e8cb06b51934f348e7cea1e260b8aa11bf0350b26a9 1.00 MB 534 54
518,473 518,473 0000000000000000002ca3adff9681b26e2a45f992e5d0aac17bde603b8b5444 1.07 MB 1,164 20
518,472 518,472 0000000000000000002ce6e83ba22587d63017bd52a593a5da6857052225ed7b 1.05 MB 756 11
518,471 518,471 00000000000000000040ab9168e9a7853321ef691f025ddf80f000dc4418480a 1.04 MB 650 5
518,470 518,470 0000000000000000004846f8d72f2447072be5a1972649f4e02cf66de7774953 1.15 MB 2,740 35
518,469 518,469 00000000000000000032c5fdc3208b453fd2d4994f193dfec086527dc86b671b 1.04 MB 467 7
Previous 10 blocks ↓
Total Size: 686.29 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: 1,432.65 GB sent, 114.02 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.