Memory Pool Memory Pool Refreshing

14,186 transactions (5.05 vMB)
  • 1 sats/vbyte = (9 blocks)
  • 2 sats/vbyte = (4 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,889 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,480 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,888 (855,635 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
53,253 53,253 000000000932c6b82ac19c2c20319d617c39215dc9e7846e17ea4c2d050f62b2 0.00 MB 2 0
53,252 53,252 000000000d5f7d659abec15efe167e565b997113b4bdc5ed485cfeb47a2268ac 0.00 MB 1 0
53,251 53,251 000000000b6fce10e23d0e20a7116991b5a6f93a4dbcdf66930ea834c6f9a7fc 0.00 MB 1 0
53,250 53,250 000000000d5867dca3cc39219b19ef579aee8e5904ee38abae7820170821e273 0.00 MB 1 0
53,249 53,249 0000000004f4e00b03224361b066e4dea82a67aec8bb69a2441eff900303565b 0.00 MB 1 0
53,248 53,248 000000000bbcdebf967c0f82088887ba29b71df49e3bf12f415054f84564e027 0.00 MB 2 0
53,247 53,247 0000000002a84f82ac66c8df646b2a71695d31f26c03ac71ef1770dd5aa302e7 0.00 MB 2 0
53,246 53,246 00000000114afd3fcf7ef49c83d0f977e338b6ded163abacf9aea5f0dd2a445d 0.00 MB 1 0
53,245 53,245 0000000014c8bd32b400e1f07d2f53a062596008a5950f9ac35ad5cea01de2d5 0.00 MB 1 0
53,244 53,244 000000000cc9efae5f70f0114f6df595723098c89acefb7a01e301e4c7313af7 0.00 MB 2 0
53,243 53,243 0000000006602009101e81ff2c4a9ac34a999538b6f8d9898f6d06d60ea9fede 0.00 MB 3 0
53,242 53,242 000000000243e83453f78fa8f5782dd0928b21b2737ede1d01ef0bb938f12aec 0.00 MB 1 0
53,241 53,241 00000000144edea36ef7447283433da7e162498060abdecd23a138d007cec60a 0.00 MB 6 0
53,240 53,240 0000000008460b851c796c744af0be4e3ed30fae020484c1ca79ceb0f735fb7b 0.00 MB 1 0
53,239 53,239 000000000612890913aa058cab14465f2d48a3f3081cf3ca3a702f325bde80ae 0.00 MB 1 0
53,238 53,238 0000000007dfa3d780848c477087f89174c08c5ef9ed57c5fb7c48178b2fea72 0.00 MB 2 0
53,237 53,237 0000000000d078f95731f43fedd39f3123a8041bd97f93d4f81cfaf0b6898ed5 0.00 MB 1 0
53,236 53,236 0000000011417f4394b6f72d7ad260c2679e0c08a22a3d2e54a7f36c50383930 0.00 MB 1 0
53,235 53,235 0000000001a5f0dd05c5ca95cd73fce65c5b712d12f2cf927e20c7e916130822 0.00 MB 1 0
53,234 53,234 000000000b71815b90459bbf0338f04540f04e7fcdcb05c4190b6bb11780e586 0.00 MB 1 0
53,233 53,233 000000001148cc6fd13ef0d5e1e0420d6a01888fcfd90b8dcf0a5b3ef7e588dd 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 771.34 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,863.19 GB sent, 103.94 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.