Memory Pool Memory Pool Refreshing

30,029 transactions
32.64 vMB
Show Random Selection Loading Transactions
Max Size: 184/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,796 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 4,158 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,795 (28,576 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
835,219 835,219 00000000000000000001f0fe417d0573680c477778d084ac3dd50c238484def1 2.07 MB 2,491 11
835,218 835,218 00000000000000000001efeaec003ad87745c628d92c091e18e1565ea9306a60 1.72 MB 3,569 13
835,217 835,217 00000000000000000001a4f97a01207cdbd134698223cac453031567037ee64c 1.60 MB 2,940 18
835,216 835,216 000000000000000000032b82f49a7a44962be636cc75ec09c097d70d542c1233 1.85 MB 2,986 11
835,215 835,215 00000000000000000001925d5902c13db2e9cbc9d6aa399d540df6a03fb67d1c 1.59 MB 2,927 20
835,214 835,214 00000000000000000000ed8ab76e78e0a726a07e2888f8091b133c1224cadb6e 1.57 MB 2,229 12
835,213 835,213 000000000000000000028c8f58c667306224583bac358d21e315bcce31d77042 1.70 MB 3,099 15
835,212 835,212 00000000000000000000c16e57b99e4ddbf6be574eb6835f7493a1f145003bb8 1.59 MB 3,563 31
835,211 835,211 00000000000000000001c2ed5f6d8b03832b49419e480d58c86e0e7ea14dd08c 1.68 MB 2,935 17
835,210 835,210 00000000000000000001f96b809842d6b16f83e94a5f231d3cfa708b424943b1 1.70 MB 3,281 24
835,209 835,209 00000000000000000002a783b069ef410c5b83187f9aaad37b91a0048563ba4a 1.77 MB 1,707 10
835,208 835,208 00000000000000000000538595d5c8b7811aad931c415e26ccc425cfd0eedab1 1.43 MB 1,251 8
835,207 835,207 00000000000000000001977620ee93fb9c0f6626b9c2421df53f4093040214d6 1.61 MB 535 7
835,206 835,206 000000000000000000022e89cd4712f7c9682ad995c1eecb047245aae5444ce0 1.97 MB 2,764 10
835,205 835,205 000000000000000000009bada87bf2e93d1789364a5975638da7f7dc7d48657a 1.62 MB 3,378 16
835,204 835,204 00000000000000000000557e8021f49a3939b49576479effa19b480ee5240261 2.01 MB 3,252 16
835,203 835,203 000000000000000000007b7524bd13cfd5b4ae8016c0e881690f32743da11a95 2.02 MB 2,917 13
835,202 835,202 00000000000000000002987581c74fed72469523ac9dc899740f11af4828c8de 1.85 MB 2,888 20
835,201 835,201 00000000000000000002952f270a941dd7a0a38b661afc4dd4ff8d934e9e2ea2 2.28 MB 2,287 11
835,200 835,200 000000000000000000030cfccab3251dd2a7e69217c48eeeacf08151076d7c54 2.16 MB 2,252 9
835,199 835,199 0000000000000000000250f7c84ccb4b44039f7e2ed31bfa8b1183ef6acac4df 1.77 MB 1,941 10
Previous 10 blocks ↓
Total Size: 687.63 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,522.08 GB sent, 123.11 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.