Memory Pool Memory Pool Refreshing

55,025 transactions
21.47 vMB
Show Random Selection Loading Transactions
Max Size: 124/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,863 00000000000000000002c0700000000000000000000000000000000000000000 ago 1.00 vMB 3,037 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,862 (43,637 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
829,225 829,225 00000000000000000003b797d2cebdb588e6098ca6f4eb34dc0b52905f6a7471 1.65 MB 2,694 39
829,224 829,224 00000000000000000001745c27499dc505d83c5cf5942989b6cd5d67a704635b 1.46 MB 1,431 29
829,223 829,223 00000000000000000000a667534fa89eaf8fe95fe2b848dd5307de3c34be1658 1.17 MB 1,189 26
829,222 829,222 00000000000000000001977f43cab671afbe85c06ff6bbaf0f3019428b5151ea 1.03 MB 309 23
829,221 829,221 000000000000000000010ff5e73517dd5a377a1407f9b25700ca3b01ebbcf2d7 1.35 MB 1,836 29
829,220 829,220 00000000000000000000da00e17e91722ecdeb56d8aeb17b8a27d9f443202008 1.36 MB 1,989 29
829,219 829,219 0000000000000000000026778f6d639237d7eecdcc0f1d832dd917a2b5e2d463 1.73 MB 1,890 31
829,218 829,218 00000000000000000000020a0fb49f6dc92e1d26687ea2610c469409b89551d4 1.70 MB 2,436 32
829,217 829,217 000000000000000000005fecfed03f39c608fe676b23170a2c1d4976324c3932 1.03 MB 250 23
829,216 829,216 000000000000000000026a75fd15e4f28b7f96cd7153f3ac54301424b7b39d13 1.52 MB 374 24
829,215 829,215 0000000000000000000254d04b6eea121c51cb3a4bcf3b4336eb8273049e8781 1.62 MB 2,881 34
829,214 829,214 000000000000000000009196be02036a19a3ffc039375bdd4fd91d8db6a160ce 1.49 MB 1,866 26
829,213 829,213 0000000000000000000227ae45434c1d3de5defcd5a771b0bf24bf6df5a851e8 1.58 MB 2,846 33
829,212 829,212 000000000000000000004ba26db305b50c2892e6c46796b9322115f2da1f0d4f 1.65 MB 2,770 45
829,211 829,211 00000000000000000003ad31c16900b8ca2819064cddd336d6e52c40874e8b95 1.30 MB 1,483 28
829,210 829,210 0000000000000000000341c55ed0ee6bc7bb02dd5a4f825fb75b9b0f8e6c7f34 1.03 MB 188 23
829,209 829,209 000000000000000000027d0373b763f69ad12ec54fa9f441061db71325a0535f 1.23 MB 1,021 27
829,208 829,208 00000000000000000001ef4b49d311c0879c7c3f072eb5f07d48ee3e16c40c02 1.20 MB 516 23
829,207 829,207 00000000000000000002431c22b9db828b141d6b76b611480d0b4d2c5617e83f 1.62 MB 3,216 36
829,206 829,206 00000000000000000002f81f0482e87ff7c8393b6c4bb59026d1a8b16381261b 1.26 MB 1,271 27
829,205 829,205 0000000000000000000022bd192b469de793c9b724a1d1d2ab00b7c501b06338 1.06 MB 458 24
Previous 10 blocks ↓
Total Size: 704.80 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,660.00 GB sent, 243.59 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.