Memory Pool Memory Pool Refreshing

33,515 transactions
30.48 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,380 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 7,241 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,379 (333,358 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
529,021 529,021 000000000000000000352df21c500b89cdb6677603478f25d374115450e06117 0.66 MB 1,243 35
529,020 529,020 000000000000000000202cd7bb638a848637337c26ec8ce5dee8062c5aa8a089 0.04 MB 101 35
529,019 529,019 00000000000000000018333bc55c6ad2f05703bc635fe6e869928e207fba6828 0.03 MB 81 90
529,018 529,018 00000000000000000015a7931e0b9e250aa217e3bcfbbf098388a6404bd95214 0.10 MB 278 27
529,017 529,017 0000000000000000002bfe36b5f1c74eab680bbdb104f2f6dd3afff98e1be9c3 0.01 MB 28 57
529,016 529,016 0000000000000000001bdd69ee2ec5db458d6b9fc1264517853eef390150f319 0.44 MB 763 45
529,015 529,015 0000000000000000002b742fb47eb147579b88b53ca42370d0f188d368b10040 0.71 MB 1,454 34
529,014 529,014 00000000000000000034ee0e5770d5e8df16d24ba02fc450fdbaa72abfd81489 0.45 MB 792 31
529,013 529,013 00000000000000000000b8a299600750dfd260830c9583423b6a7f834127904c 0.13 MB 374 35
529,012 529,012 000000000000000000331f177b2a82db7973408e15715726a7abca783b4c5615 0.28 MB 551 44
529,011 529,011 000000000000000000051aa56a6c11c14b21c262dbfca5ec37cd9b5104b19d55 0.45 MB 956 47
529,010 529,010 00000000000000000028816c9b0e91377d45e1a911b22664b7cdfc6b890f88f8 0.07 MB 186 38
529,009 529,009 0000000000000000001b9ec9caf98355f24938ec256de6c67dedbb463207d495 0.50 MB 1,024 41
529,008 529,008 00000000000000000008afbb497317fc748110093ce20ab6242fe6e33b53e242 0.69 MB 1,549 33
529,007 529,007 00000000000000000009b38c7ff1ab3f5dd169418017584807dc8447f36bb276 0.04 MB 86 37
529,006 529,006 0000000000000000000a2a0d1c9ebf81f542accc2f67fd7eac129bd43db99cc5 0.15 MB 249 19
529,005 529,005 0000000000000000002e02d922ff54e95944f8c7652e0855b74ff62daf4560d0 0.09 MB 109 48
529,004 529,004 0000000000000000002d83b6a1cd15678650c5b2e49a4648dcc34ae352e5a836 0.66 MB 1,303 43
529,003 529,003 00000000000000000026ce15c7322597585de9b16b69187804bfde9a4a42b589 0.28 MB 574 50
529,002 529,002 00000000000000000013d3edd42acfe14d68993b89b32d1e9266bb4ffd535d44 0.17 MB 351 38
529,001 529,001 0000000000000000001d29a5086944d5f17010600c18a62aac7f94dd94e457af 1.01 MB 2,155 46
Previous 10 blocks ↓
Total Size: 684.89 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,366.23 GB sent, 104.20 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.