Memory Pool Memory Pool Refreshing

34,479 transactions
31.56 vMB
Show Random Selection Loading Transactions
Max Size: 185/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,679 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,103 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,678 (96,574 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
766,104 766,104 0000000000000000000696f291b96015510bf4be82d518d20df6fe54cce7f82b 0.01 MB 23 18
766,103 766,103 000000000000000000080964f43d3bfc6c16945d01df94460ecc7061bdf11bc3 1.28 MB 1,681 12
766,102 766,102 000000000000000000072ab660ad9582ca2e9a8d596564e7dcc56fbfeca21b9c 1.02 MB 998 8
766,101 766,101 0000000000000000000740f44f91f2fb243bb7c4ff2cfa184355b86188ab44b8 1.91 MB 926 3
766,100 766,100 000000000000000000033e73f93bb07b5aa55601cde177d0fd169c0f709ef2d3 1.47 MB 2,313 15
766,099 766,099 00000000000000000000fd3a4b1de03f56587af0bc727b1ce321dbf14210bf61 1.54 MB 1,376 7
766,098 766,098 0000000000000000000115256942046a0068fdfd95634d3d202ea2031cd3909e 1.51 MB 981 6
766,097 766,097 000000000000000000059c3f88e514426a80b9a6971789adf95e865856a67a67 1.40 MB 2,723 23
766,096 766,096 000000000000000000003304ec8bf3c94e402799ab47624305b8ead133802ff2 1.27 MB 1,734 16
766,095 766,095 00000000000000000006225f2a80c63fc5111462d166ccf61d8fe7157683ef17 0.65 MB 289 2
766,094 766,094 000000000000000000056929ed5c53c278897137141bc26ec850fab742b0d840 1.41 MB 1,940 14
766,093 766,093 000000000000000000041041b74ee0c13ac93fb03f495eac4553808c2b42c85a 0.16 MB 301 10
766,092 766,092 00000000000000000007fb1d5faf0a5b3f3a3ee67cfffe9a2246ac35f7305290 0.74 MB 989 9
766,091 766,091 00000000000000000003aa2e878a60c82c5c5e8b33593418dc243182fc4efe87 0.73 MB 1,028 10
766,090 766,090 00000000000000000001ff734ef8445cbb74c93cfef3476eacbe063cc49360ef 0.80 MB 1,230 12
766,089 766,089 0000000000000000000421e5754891d4d4210b394291da6908064427c34fd1f4 0.95 MB 1,022 12
766,088 766,088 000000000000000000060c4736323b409e95d8fb5fd7582081f541690ed9b319 1.56 MB 1,584 5
766,087 766,087 0000000000000000000484378ca283f5188b97e1dd1895148b14a4da2ecdaba6 1.39 MB 2,568 21
766,086 766,086 00000000000000000006bff91ad29284ae071eda28e6f244b63380906a507374 0.87 MB 1,320 13
766,085 766,085 00000000000000000000940fbddbc8f05158495383529984cfa072d46d785aa4 0.03 MB 62 13
766,084 766,084 00000000000000000001f09ff7e2969d2a695680ccc31c644f712a55c70f5542 1.18 MB 1,005 4
Previous 10 blocks ↓
Total Size: 685.47 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,382.95 GB sent, 108.67 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.