Memory Pool Memory Pool Refreshing

15,679 transactions
30.20 vMB
Show Random Selection Loading Transactions
Max Size: 167/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,173 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 2,941 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,172 (255,072 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
607,100 607,100 0000000000000000000fb501fef3731b0d5c32a160da817d5250d5a5428e9587 1.39 MB 2,312 13
607,099 607,099 0000000000000000000b29768e8d94310ad654c830f15a1141862f1bec91afd0 1.55 MB 1,811 9
607,098 607,098 0000000000000000000f2e8cf01c701e51d0ea8d55318ddfe208018a0338a906 0.63 MB 1,792 13
607,097 607,097 000000000000000000009c5e8b5f986e8ade358770b5ad607d9be2d743976fc3 0.79 MB 2,064 13
607,096 607,096 000000000000000000081b03dbe76c49d4999a02cbfc257b2620b128e66385dc 0.08 MB 269 2
607,095 607,095 00000000000000000012cda1582aa84db7693781318e4474e6d015cfbf787841 1.29 MB 3,257 14
607,094 607,094 00000000000000000007699b1de56ce729b13d9ffc7f59e8a7b13605f7ec00d1 0.14 MB 406 15
607,093 607,093 00000000000000000010b43322c6c3ba3499e045c624c3e9abdb778e4c02d374 0.68 MB 2,027 13
607,092 607,092 0000000000000000000871898df2588681ba607f77542183640adf2de5dfcd22 1.01 MB 2,877 7
607,091 607,091 00000000000000000004e7d49514a2de58b935f9bfb82da843c1c89c151f291f 1.33 MB 3,288 22
607,090 607,090 0000000000000000000e543cb7c82a1cb0ad6f1ff3638e078f59053878600714 0.18 MB 513 15
607,089 607,089 0000000000000000000a838e5d0c8acf37fa1ce654a62c5258dfb110f8b6aa56 0.21 MB 581 13
607,088 607,088 00000000000000000013367541fac23b6e60af91190253fc57ae5fa451d9446c 0.21 MB 645 11
607,087 607,087 00000000000000000003d88770e5b5869906ae5116645ab17e401d39e0530c97 0.29 MB 574 15
607,086 607,086 00000000000000000005b22013652bcbf04b986477cc35244fe75022cd96792e 0.52 MB 1,390 16
607,085 607,085 0000000000000000000cbcd2993f2366235d397a44552379314f092bca2aae93 0.78 MB 2,296 12
607,084 607,084 0000000000000000000340b02a252f36f81979c8bd031c30508d9fabdcc417e0 0.13 MB 352 16
607,083 607,083 00000000000000000013916b16c4e3be477d2a44beccfec120b965d4c571d8e8 0.26 MB 699 16
607,082 607,082 00000000000000000001783c7dfd59b843ec37abd49f5730badb631fba3c5f2c 0.11 MB 230 16
607,081 607,081 00000000000000000003e6415a308df0e9dcbf3f7dbfc010ea4c80b4e36798f8 0.61 MB 1,489 14
607,080 607,080 0000000000000000000fba412f1c2c91f24c5323072c047e22c996667c83c55b 0.22 MB 575 23
Previous 10 blocks ↓
Total Size: 684.49 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,344.60 GB sent, 101.40 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.