Memory Pool Memory Pool Refreshing

57,803 transactions
27.66 vMB
Show Random Selection Loading Transactions
Max Size: 168/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,747 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 3,560 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,746 (743,120 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
126,626 126,626 0000000000001b42b2d0ef39a62b5621582878fdef6865dc809a11566df431a3 0.01 MB 41 2,302
126,625 126,625 000000000000331b7c3cb85bab86f8402b9c927f707329b062e6388a7de0224b 0.00 MB 13 327
126,624 126,624 000000000000215b13e975c3f17fcd65407f66f28be2a0695af7ec5c9605e853 0.01 MB 16 1,213
126,623 126,623 0000000000003b81c9faffcf61f60e1857910773da3a8f0b2bc2b77f31b30ab5 0.02 MB 49 219
126,622 126,622 00000000000002d4ebce7b5e9a668909f92aca64fa522c3c5bbe86a570df2ffa 0.00 MB 3 379
126,621 126,621 000000000000250fb9735c23e743f3fdc0d9d72d3df8696fc76ee71994d3cf80 0.00 MB 10 1,174
126,620 126,620 0000000000001ba9dc9fa59b5ef1bd7ba9123119028a3ba764fb221b2fc9f63d 0.00 MB 9 21
126,619 126,619 000000000000374cbf45c1144f78a244dceece36c8d3abb34af36c393e490057 0.01 MB 22 951
126,618 126,618 0000000000002b35fe6300379cfaae85a2b07a83dc763e16e76bce547b710c89 0.01 MB 19 741
126,617 126,617 00000000000016b1c8d48596d8ccddb2b59888bcbaa8ea928e0cc192d23b8211 0.00 MB 10 431
126,616 126,616 0000000000003f37cddedb752f3cc09ac9c46f40d45bfaf76884719ab33af5e0 0.01 MB 7 938
126,615 126,615 0000000000003424868a90f4e9bac91b4592051a9d78718c67162049cca1d4b0 0.02 MB 27 861
126,614 126,614 0000000000002b93ba7f13054cd1fef44513376f9a6d2890388c98e0c59ca1b4 0.00 MB 13 900
126,613 126,613 00000000000017f9b13133482e5fa0747375e5ba729f4a8eac0cc66d5bfa4c38 0.01 MB 19 1,233
126,612 126,612 0000000000001e8b0416744d3cf4e985e58b3ef9068978d1bebbb368dd25e094 0.00 MB 3 0
126,611 126,611 0000000000001c18d7a17c877157a384a565d162b6439da9bd946d4a4c0a72ad 0.01 MB 6 378
126,610 126,610 0000000000003229aa8412143324631edce8c843abe68ffe54fe91b1d4c9689c 0.00 MB 3 2,030
126,609 126,609 00000000000010444c1fd26dec699f1fed8685626215a64595ec57fe096969aa 0.02 MB 69 451
126,608 126,608 00000000000034d99cbe2abba4addb88234fbe34a8ba9e6e916c1f06b46a9f1e 0.00 MB 6 16
126,607 126,607 0000000000001c80b140b97111874415d955ed00c8250d491c4015c242430dc9 0.01 MB 13 1,116
126,606 126,606 0000000000003b5dd02037375fac8ccc64454b11ae5e0396b3dcd3e19a3461bd 0.02 MB 45 897
Previous 10 blocks ↓
Total Size: 698.98 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: 2,105.99 GB sent, 203.95 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.