Memory Pool Memory Pool Refreshing

35,988 transactions
30.92 vMB
Show Random Selection Loading Transactions
Max Size: 189/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,363 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 6,957 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,362 (5,563 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
856,799 856,799 0000000000000000000314bc1981218b70bf539ae13ac1e41eefc1ad7a605049 1.53 MB 2,632 11
856,798 856,798 00000000000000000002f436e8cb114894bc016556668df155796a42edc597f0 1.84 MB 2,581 4
856,797 856,797 0000000000000000000092aa429e639d26048bc328a238b34c97ad2deb1f4e7f 1.40 MB 2,177 8
856,796 856,796 00000000000000000000476f8e35cfcb23f8985b27785e4a78d346b6d297a1b2 1.61 MB 2,840 5
856,795 856,795 000000000000000000010ac1f68b3080153f2826ffddc87ceffdd68ed97d6960 1.69 MB 4,854 3
856,794 856,794 00000000000000000002af72b7ad344bc4f37197b1e9226ed1974c6c7e773b20 1.68 MB 3,727 3
856,793 856,793 0000000000000000000098e5c2247fadb8f150c55324b9c3ed4953545996bcff 1.68 MB 2,952 6
856,792 856,792 000000000000000000018b5745293f2f5e23335754c4cd3472c77ccd146748eb 1.60 MB 3,328 8
856,791 856,791 00000000000000000000d30037b22b0954a04616817662f4425285c320974925 1.71 MB 2,792 5
856,790 856,790 00000000000000000002d821f815ee6f42559c5ad12284596296ab55bad72947 1.58 MB 3,297 9
856,789 856,789 000000000000000000025bea783077203c94204f85e77a63d0a6297398809d0f 1.88 MB 2,644 4
856,788 856,788 00000000000000000002341bac3fcd4f91540c499d9d8d9d7af81e14dcfeb496 1.51 MB 2,522 5
856,787 856,787 00000000000000000001449cb2d1f2c62c0bdfa3aa505de95d6ad7483ff3ced3 1.53 MB 2,755 9
856,786 856,786 0000000000000000000188340ba39c463325e81b7c2afba8bda2b1787d94a4eb 1.59 MB 3,081 4
856,785 856,785 00000000000000000002fc866064d1c02daeeb58bff3f6945ab32b3858385cd6 1.63 MB 3,164 10
856,784 856,784 00000000000000000001bd2dddb419c225c1c2533cd5a2a974e5dcc76e72599b 1.91 MB 2,113 4
856,783 856,783 00000000000000000000ce1264b79809dc82a6ec71a349ad9dcfc0b3148d1d76 1.76 MB 2,773 5
856,782 856,782 000000000000000000019653171ce7d230d75bffa50be4dc27cf31f389df40ba 1.63 MB 3,288 9
856,781 856,781 0000000000000000000117be3a3332b81675e511226b1c8d904c96441264d0bd 1.76 MB 3,052 6
856,780 856,780 00000000000000000001362cb68d71f55e8ff5b3b439c9d0453e5e16495f7e82 1.73 MB 2,881 7
856,779 856,779 00000000000000000000f10cbc6fdcdf8e9049488cbb2ac09f58f3a2106ac290 1.57 MB 3,629 8
Previous 10 blocks ↓
Total Size: 684.85 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,365.41 GB sent, 104.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.