Memory Pool Memory Pool Refreshing

7,877 transactions (2.72 vMB)
  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,781 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,801 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,780 (882,740 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
26,040 26,040 00000000da47fa78caf75b3404128ce60dc7d9db63ed768e2e2930e93eb7c2c7 0.00 MB 1 0
26,039 26,039 00000000f8ef102b6c0517330a6db20a4c646c808e5c105b498a8bbe92e1bfaa 0.00 MB 1 0
26,038 26,038 00000000348c54f71703567feb6e989a001335e153b983eacb846b27a0b3d3f7 0.00 MB 1 0
26,037 26,037 000000005d76db153880eebf5c8054914c1f5a09920039a4080c12cda71b72ff 0.00 MB 1 0
26,036 26,036 00000000a3413c9059eb51435802b494278d96e9d224f5df11b4b43e9e636f9d 0.00 MB 1 0
26,035 26,035 000000000ae70bc42a99858f329436738c0c8c0a962b15bea1dadffa0c90968a 0.00 MB 1 0
26,034 26,034 0000000060eceb2d232228480a2dfb0d9a921380910847723205c5f33718d5da 0.00 MB 1 0
26,033 26,033 000000002b9d3138dbcef5f9ae41cb616e9bbdf87e060c5a4ac79c1b84d29cb6 0.00 MB 1 0
26,032 26,032 0000000003e16a62bde750d655aab6adebba469de5c5178bda6ec9779bfae4cd 0.00 MB 1 0
26,031 26,031 00000000d0685e01583fa926733264d6bf72e24240ca6f1056341cbcc12de9e2 0.00 MB 1 0
26,030 26,030 000000000640566734e3f82bf5c6a897d7c3e03daf742c34f033e786cb3d3e4c 0.00 MB 1 0
26,029 26,029 000000002056bc809ecf3ae0124e96b4cd063a2eca6a3db9c5ffb8a932eb826e 0.00 MB 1 0
26,028 26,028 000000008e3ec6c8611151ecff3b2f421c097107c9ffad09da33c88ec26fe285 0.00 MB 1 0
26,027 26,027 00000000e4d301f1500204d9ad2a2b6de5d10f24d29467dabf6704a366c828a3 0.00 MB 1 0
26,026 26,026 00000000dc59c0417ac313fa9ac3f37fe720b13842aeae249c9a5b6f5eda8f8c 0.00 MB 1 0
26,025 26,025 00000000debcc478be0c603ad46d6997b7a672d8c28f7e5f2efc34657537da8c 0.00 MB 1 0
26,024 26,024 000000006c28e4f3eaf8f7b44bb1220e99c0da493d73eceafcd68db8076a602f 0.00 MB 1 0
26,023 26,023 00000000ccdf952f97e15742531237693fa5511d0313c11d05e4940907e48f44 0.00 MB 1 0
26,022 26,022 00000000fd743102df763f74c90976d772a340c5c409d5430dfde830333dc354 0.00 MB 1 0
26,021 26,021 000000007669c7020417979569649ac8423065855733c3912398c09a1ac3e38b 0.00 MB 1 0
26,020 26,020 000000009cc448ce3d6497f0385f910ad06c598832b90629e650d38ead7bf67e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.15 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,856.92 GB sent, 102.79 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.