Memory Pool Memory Pool Refreshing

42,160 transactions
22.21 vMB
Show Random Selection Loading Transactions
Max Size: 143/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,675 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 3,737 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,674 (75,593 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
794,081 794,081 0000000000000000000145bef47c0b65bf40ad22c28f8dcf402a55980d0f31f7 1.66 MB 1,674 22
794,080 794,080 0000000000000000000284d48555feb11c9f735f3fb657b498cfff51775cc84b 1.64 MB 1,661 30
794,079 794,079 00000000000000000004bf7e8d127780b79af5284925c9686d90a37e1eeb6085 1.48 MB 2,652 36
794,078 794,078 00000000000000000001c5cb704592ddb1e2a41b90410879f9f8d5e86bb728b6 1.70 MB 1,571 24
794,077 794,077 000000000000000000019f0ef485bdc3250ad0388a7298a90dbb5d690d1d863e 1.57 MB 2,078 37
794,076 794,076 00000000000000000002199a527f4ddae49e3cdd964847790b106d8edff2dfe4 1.46 MB 3,483 42
794,075 794,075 00000000000000000001334a46d39918e1ddc9df3f68176a7192fc2a16afe8a0 1.30 MB 1,672 50
794,074 794,074 00000000000000000001fde71b75143ee5620269ca732ecc276fa1872d915dc8 1.46 MB 2,822 32
794,073 794,073 000000000000000000037dc3bcb5b96c139859fa089600bdd17c31a58be4ec30 1.37 MB 2,404 42
794,072 794,072 000000000000000000049880dbafd79f882f72528ae966dadf12822c8f69e80c 1.40 MB 2,659 41
794,071 794,071 00000000000000000002ba08bc6b383c3771631c1af5a0288148d2a7ef013afd 1.10 MB 689 41
794,070 794,070 00000000000000000003303b922a3605f7d54ddb3befddc2b82d3af53591bb11 1.50 MB 2,842 63
794,069 794,069 000000000000000000045f1a232bdb6d888818388245f1dbac2851b048a41cf4 1.51 MB 2,160 38
794,068 794,068 00000000000000000000b3c801d24a390d93d84f62f0442091b91ddec1e07254 1.84 MB 2,981 30
794,067 794,067 000000000000000000017b37079154b8162c536c3b2bbb8090b04f47945675f0 1.52 MB 2,847 35
794,066 794,066 00000000000000000001a8c4d3478582924131702076caab7544e5a2b6bf62eb 1.34 MB 1,367 46
794,065 794,065 000000000000000000040d0be0ba5b5cec80281c29cde031b20fddcf280de8af 1.52 MB 1,947 57
794,064 794,064 000000000000000000021200494f2e4e023096336ff596c24042ff50e59b20b5 1.48 MB 2,482 37
794,063 794,063 0000000000000000000545feb3a14688da5b95489a39446d40b820c903697b82 1.70 MB 2,026 25
794,062 794,062 00000000000000000001708b4877eeba23931164d4615fb08667a93a88f8fd3c 1.61 MB 2,664 26
794,061 794,061 00000000000000000003dd405e0120dfa8121553496891acffa9ef3cc3c23841 1.35 MB 2,086 30
Previous 10 blocks ↓
Total Size: 698.84 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,100.84 GB sent, 203.01 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.