Memory Pool Memory Pool Refreshing

40,195 transactions
23.23 vMB
Show Random Selection Loading Transactions
Max Size: 134/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,237 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 3,149 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,236 (19,251 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
849,985 849,985 000000000000000000010bcb3fddc8ee745285772e03fc2d23230ead0488380f 1.39 MB 2,681 10
849,984 849,984 00000000000000000001659ab548bbef94156860edcaedd5a6c9c6beab9a8105 1.51 MB 3,201 27
849,983 849,983 00000000000000000003262be0476d56dfa203f71fe0a0fb07acbd0fee00ed98 1.46 MB 2,374 11
849,982 849,982 0000000000000000000172950906a8fde1a36aff33c18940c5a3287319a5cfbc 1.68 MB 4,948 9
849,981 849,981 00000000000000000000fa6d0af2d1fdca475fe9d2d9bc630fb3b0de7f362255 1.69 MB 3,811 12
849,980 849,980 000000000000000000035704c5d8d42e1bf9715e052e77809c057a989d2e3ba2 1.55 MB 5,517 7
849,979 849,979 00000000000000000003318b92466c672491b42bda979937061a89bdc9cfbc02 1.57 MB 3,978 14
849,978 849,978 000000000000000000020e9ed600ae0a1c982ef74b63d4f3adc28c6bb9d2e537 1.63 MB 3,673 11
849,977 849,977 000000000000000000006beb2c9404bcaa17bde77520c0b8b359f05704d6f1e8 1.63 MB 7,531 7
849,976 849,976 00000000000000000002bfc2e2a61adbe67e4fa57210dd76e11bcca38b5d59e7 1.65 MB 5,017 10
849,975 849,975 00000000000000000002ff1044866ec78f4af3e4d444f6bbe72dbbb7412b93b3 1.64 MB 6,658 8
849,974 849,974 00000000000000000000f732fc4ce207257dbf186c16ae96ace2c80a308eeae5 1.57 MB 7,141 8
849,973 849,973 00000000000000000000244af795e606355fea0e2f10ec4ef2f30ff2489087f9 1.59 MB 2,953 11
849,972 849,972 00000000000000000002eb48b66c4605e07a044816e224e9a57e2aae72f4df5c 1.66 MB 4,636 11
849,971 849,971 000000000000000000027eff4274b3ea6718acb620da5b39061d321a24a82a29 1.61 MB 4,390 10
849,970 849,970 00000000000000000001ef93c41a7443383e42a948403aef1fe5ebf4d61b691b 1.64 MB 3,913 10
849,969 849,969 00000000000000000000318e7cebf606612386234161b484553da5ab414ac61e 1.61 MB 4,962 11
849,968 849,968 00000000000000000001bf91af0546d20f07b10592c8781652fefee1cb6569ca 1.68 MB 5,302 10
849,967 849,967 00000000000000000002028ee7feef8e32a2ea743c0d5093d87adef69c04f331 1.56 MB 5,018 10
849,966 849,966 00000000000000000001c72bddcbdb95d42f8fb7be60b60dca6fb89f1f03c0ce 1.57 MB 5,433 11
849,965 849,965 000000000000000000006cdc5088d73af885b6dc76bfb4c95e1dd06d159fa8a8 1.63 MB 6,598 9
Previous 10 blocks ↓
Total Size: 698.02 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,066.76 GB sent, 197.90 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.