Memory Pool Memory Pool Refreshing

27,273 transactions
24.73 vMB
Show Random Selection Loading Transactions
Max Size: 145/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,347 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 5,439 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,346 (347,695 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
515,651 515,651 0000000000000000004cd1e4dd8de90cd6934206dd3e10653dd6a7be19b74d28 0.08 MB 178 43
515,650 515,650 000000000000000000431418756b2d6b49a29d2a4b104050256a9d25bfa3c7da 0.53 MB 620 14
515,649 515,649 00000000000000000017d16942693e3648031848da47ad065236f1e6be80af7e 1.14 MB 2,294 35
515,648 515,648 00000000000000000050b6e3f57796c52f008509a60336f4d3d3d097dc168665 0.34 MB 479 27
515,647 515,647 0000000000000000004137f89c0d440e93e3b4e78eca721dbf7c94f9bd7b1750 0.95 MB 1,173 27
515,646 515,646 0000000000000000002a848098a088bbe77356f8dc4009156c890e95cb4f3d1f 0.05 MB 90 20
515,645 515,645 0000000000000000000fb02f6b624bbcdd75cb9be9b573fcb368d284f0e0b393 0.00 MB 17 24
515,644 515,644 0000000000000000002e5fc4f987f354bce12b0cea48220943a8d484ac42042e 0.74 MB 224 3
515,643 515,643 0000000000000000003ee0119404f06be19710daa07a950e54f9b30ed955c87b 1.13 MB 1,873 30
515,642 515,642 000000000000000000294046bcd955650fa6cc2390b4982a73b28667c1fe3c54 1.17 MB 2,652 23
515,641 515,641 000000000000000000017687e4b07cffdf9ced98182c67084e982b172328e2a7 0.39 MB 605 64
515,640 515,640 000000000000000000134b571fb24b504346c7bf46c28e95cd3517f8ad180208 0.22 MB 330 16
515,639 515,639 000000000000000000267840a93f93a08c851506e546fd62cbaa17789be8a7d8 0.04 MB 65 24
515,638 515,638 0000000000000000002c1ca3b23d179efb12882b5cbd483ca91ee43d4aa77d7a 0.65 MB 746 16
515,637 515,637 0000000000000000000cfe5cfe1de56ded1c6f7d136af763c6f574959b6a69fb 0.40 MB 593 37
515,636 515,636 0000000000000000004ea814631f6211b79066f7441ce830fa9c689e151b7b41 0.81 MB 831 16
515,635 515,635 0000000000000000001647535108c3d997eeff8503e17369f3bd074fd3bd8ceb 0.90 MB 1,541 27
515,634 515,634 0000000000000000003228961854a4731c94f243b5c64d10b56d07cdca5598c1 0.08 MB 149 30
515,633 515,633 0000000000000000004351e7286c807669742e07e7ee59c0254e267d8c38367f 0.33 MB 585 40
515,632 515,632 0000000000000000001f9d666f356213baf7c432a83ab98b326b6660378df197 0.00 MB 1 0
515,631 515,631 0000000000000000002362e3094aec0882cbf22fffaa2bb27f42b13e4b1bbc33 0.14 MB 310 24
Previous 10 blocks ↓
Total Size: 686.78 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,488.80 GB sent, 116.92 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.