Memory Pool Memory Pool Refreshing

38,232 transactions
31.38 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,197 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 5,182 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,196 (108,011 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
754,185 754,185 0000000000000000000572a3c2f410a5e5d6547ea2115d804c94e70dd00308c8 1.35 MB 1,424 10
754,184 754,184 0000000000000000000083221f10788f574a41b0f5f8a777d45bb4cd47d667b3 1.45 MB 2,622 15
754,183 754,183 00000000000000000000eb1e849074328e55e11da13c57d348dc18a51454d56c 0.78 MB 1,348 11
754,182 754,182 000000000000000000078f5a4a2f3d67d5e6b260aced77bd49bd04029606ff96 1.23 MB 1,712 10
754,181 754,181 0000000000000000000611f6864030608a687101a6795ee573af293c6f7fa40a 1.50 MB 3,217 13
754,180 754,180 00000000000000000004cddf77a98f9f851f8f68bdde3f4abd4b39ba4a3987ac 1.18 MB 946 7
754,179 754,179 00000000000000000001e3111b2805d6bb68538287e46f45e10863af1926f542 1.59 MB 2,446 11
754,178 754,178 0000000000000000000463f2206b8c5771f03d8638a45229f10843c7cbb75cda 0.50 MB 394 6
754,177 754,177 00000000000000000000efbc1fb3d64272d3bb42316fab38abea0bbb55208b38 0.46 MB 328 9
754,176 754,176 0000000000000000000055541e915a82af0dda476fba08e5f40ac0cbc79d6197 1.55 MB 716 4
754,175 754,175 0000000000000000000792ad8eb8a7123c88a5e89b2fed178e069fd72c40d26b 2.31 MB 124 1
754,174 754,174 00000000000000000002491003b376557ec3144fe9a38de8d0dc87650c08ddc0 1.78 MB 1,634 5
754,173 754,173 0000000000000000000844d8248e3881ec015096b20b3da5c751eed1718a979c 1.52 MB 2,822 15
754,172 754,172 0000000000000000000834e708a467cba25b1b9c39e92c4ac6b8706ece30ce59 1.18 MB 944 12
754,171 754,171 00000000000000000008ac0d2512135e841365337fc503f46493bbdbc124c54a 0.34 MB 503 10
754,170 754,170 00000000000000000001be695a62949851bdcf245ee86532f2f6e174691aed51 0.37 MB 721 12
754,169 754,169 0000000000000000000540e4962fea0f6efae2ade6d7a819f229c9f46198e5a1 0.41 MB 551 10
754,168 754,168 000000000000000000064e070cc3b878ea7369920444e7fbff5a58f3a75f9d82 0.12 MB 314 12
754,167 754,167 00000000000000000000bb8ed74894e2dfc053ae517d039664342d4298359ec8 0.54 MB 734 11
754,166 754,166 0000000000000000000808a8acd42af2d9987f6db5b2c44b513fbf88b1c4f996 0.35 MB 555 12
754,165 754,165 000000000000000000057dd26c688017ea275a6639fd735671633c84a22f553b 0.07 MB 125 8
Previous 10 blocks ↓
Total Size: 684.54 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,354.50 GB sent, 101.73 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.