Memory Pool Memory Pool Refreshing

33,309 transactions
30.20 vMB
Show Random Selection Loading Transactions
Max Size: 179/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,736 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 2,555 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,735 (175,738 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
686,997 686,997 00000000000000000003e22db65b57da1997551be0ce0cccb606f507c42d20e2 1.36 MB 1,889 45
686,996 686,996 0000000000000000000721b42db62f2ae92218d645a26d136a0f85fec33aea39 1.59 MB 2,136 79
686,995 686,995 0000000000000000000a40879cffe756db517cbe9bf4e6d817564dcc18e31f4f 1.53 MB 2,048 64
686,994 686,994 00000000000000000009f4efd0507872c5a3d7d140706b264bf682aceb324cc7 1.64 MB 1,434 67
686,993 686,993 0000000000000000000d18e266f2c36d7b6a305c45ef6d444204c4d9e92e874e 1.54 MB 2,878 49
686,992 686,992 0000000000000000000a191c5cc7bf548fa2a73906625ff8d1a7f88b9987b687 1.34 MB 2,524 41
686,991 686,991 00000000000000000007bb951cf5230217dd5cfc1a7939f0c42a8c18837aeab9 1.51 MB 2,225 35
686,990 686,990 0000000000000000000830acbdf52fa6503031766c2ea2797b6192846a6449c4 1.50 MB 2,903 31
686,989 686,989 000000000000000000000dbc8b4ff147ae25487f5cc05f69956691cf885ff86a 1.41 MB 1,743 32
686,988 686,988 0000000000000000000007c6fd1fd774b3b6772b112b63cb8675e5eed3a5add4 1.37 MB 3,313 33
686,987 686,987 0000000000000000000a4d58915f3884dfbd2ab9b0c19b0c0c6fd9b2885543f9 1.47 MB 2,881 35
686,986 686,986 00000000000000000004fe2c7157abfc6f39bce10c4e1d26db0280ca4789eb39 1.23 MB 1,122 30
686,985 686,985 0000000000000000000a4bac64b1dd04fd6d732307b87c7cc9a6edb027f0a12d 1.40 MB 1,741 42
686,984 686,984 0000000000000000000d47a29a04da1d352e1b6c3671cd6b34b8d6dc0d8d832a 1.39 MB 2,499 29
686,983 686,983 00000000000000000005c49786867f3821c9989d43682bb8a9b58ca923ddfd49 1.42 MB 2,522 37
686,982 686,982 00000000000000000008fc4756a8b85e0b1f385e162f24b21c07c43f77cfe94e 1.49 MB 2,466 34
686,981 686,981 0000000000000000000b1f16238f12525a8a77517b9244b7b5f020a4f51d7149 1.36 MB 2,735 42
686,980 686,980 0000000000000000000d2c101e42246235b64967385b21f8a256d4de18b7646d 1.31 MB 1,855 58
686,979 686,979 000000000000000000053bda5511477f0fe337c7ee462a43e08b5dcf0209ffe7 1.32 MB 2,646 89
686,978 686,978 00000000000000000002ae165b28c133e4391c53204c5a646041d50b7f535e7f 1.59 MB 2,354 32
686,977 686,977 00000000000000000008d354a265b3150fbee5f54a748c75d2c3777fbbcddbed 1.40 MB 2,598 52
Previous 10 blocks ↓
Total Size: 685.58 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,390.29 GB sent, 109.41 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.