Memory Pool Memory Pool Refreshing

33,657 transactions
30.70 vMB
Show Random Selection Loading Transactions
Max Size: 186/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,259 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 1,696 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,258 (352,621 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
509,637 509,637 0000000000000000001ab80b2e14cdf6a8c738e3818bfc144dcc99f0bd41c337 1.05 MB 635 10
509,636 509,636 000000000000000000171737cdf56afe73dbdd68106d99c45e63763deb27a363 1.08 MB 2,186 24
509,635 509,635 0000000000000000001ffeb12a4fb6670c3e8a37acff5658a00a01aa7ea68a84 1.09 MB 2,776 112
509,634 509,634 0000000000000000002f2c5b3d921437f58a2b598e6e381e2d4bd51b4c650cf8 1.01 MB 448 8
509,633 509,633 000000000000000000181b0a29b348c6c849c0e9efd358c68c716177adc39253 1.01 MB 343 5
509,632 509,632 00000000000000000030d9b096967ec46220361eac70fb7a302a30d2dc116997 1.04 MB 327 7
509,631 509,631 0000000000000000002dd27db086b527fa19e2f97da5e178d4516e3fd87dc149 1.00 MB 241 7
509,630 509,630 00000000000000000054ac808f80c32343f8cd92a2694d043ce534909bff3b2d 1.07 MB 641 16
509,629 509,629 0000000000000000004c5f3f7ab07def0a2760f159be14cd0fd50ca6fc8cf851 1.00 MB 851 17
509,628 509,628 00000000000000000023e5de8a7ce002aec1a88f251c5a4abd9f5abd6f12cb27 0.28 MB 491 96
509,627 509,627 000000000000000000439a701c497d45a87a1e66bdfd09246bc8afe64e931073 1.03 MB 716 21
509,626 509,626 0000000000000000000134c7ff18d5ec0bf6f1832654024193809cc5045d09a2 0.84 MB 1,062 56
509,625 509,625 00000000000000000047466af714000882f9ebbae3345a13d9488b677a66f96e 1.03 MB 1,050 38
509,624 509,624 00000000000000000027af7b3b6d3854b19249e993e80b05389a0f1e40d2996d 0.11 MB 197 59
509,623 509,623 00000000000000000014376b1e55074f0f9c89b4c0f1604b7186813c2b620365 0.00 MB 1 0
509,622 509,622 0000000000000000003e913e36e1b0e671d67a7063388b867bc211bd6a65e1b3 1.03 MB 718 3
509,621 509,621 0000000000000000001d466e3df9d66963e7b6fae3a2168e5ed7e0e605669398 1.09 MB 2,187 70
509,620 509,620 0000000000000000005e779231664129cf22349b5b809a3338d1c2d7e0febde6 1.09 MB 1,413 38
509,619 509,619 00000000000000000001b85837ee0304273df3622d263c5eb760524eeb5ac1ff 1.01 MB 848 56
509,618 509,618 0000000000000000005caf905b5531514ab9a2d986fcf0466c8c874b3c8ec3d2 1.04 MB 1,624 88
509,617 509,617 0000000000000000006100f3678602491ad10a42f79f039779f6f15f84488dac 1.02 MB 855 27
Previous 10 blocks ↓
Total Size: 684.66 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,360.20 GB sent, 102.70 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.