Memory Pool Memory Pool Refreshing

83 transactions
0.05 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,769 00000000000000000002349e0000000000000000000000000000000000000000 0.05 vMB 70 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (755,330 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
152,438 152,438 00000000000005212dd2f55654e42c2403b5f7937132d3c8fecab7a6475c22d5 0.01 MB 17 666
152,437 152,437 00000000000000cc3612736917b19a823c52cc68473202692ccdc49f54239a89 0.00 MB 8 600
152,436 152,436 0000000000000db3686622a14c73d8aa2ffa5aef19c6c5e4cd9b0db10b173c84 0.00 MB 6 85
152,435 152,435 00000000000009eb2d82adc4cd2aca79fbab8383c2f674eb62ef289c60ace746 0.02 MB 66 213
152,434 152,434 000000000000056497dfe6aee6273173bc076af4d2b39cabaf849fe0eee7b967 0.01 MB 24 184
152,433 152,433 0000000000000955b43eeb8f37c6c94588812cbd80859e0d2585809fcc759bcf 0.00 MB 1 0
152,432 152,432 0000000000000d58458ff63ee73aa1c9fa5c229b06e602b651c30e23907f0d67 0.01 MB 36 38
152,431 152,431 0000000000000a83ebeb2a33e7b4634f75710a03291342c9364f510f877061bb 0.03 MB 57 220
152,430 152,430 00000000000007d10a5b9b0d35f2a3289ce118b77d72d0ee646ef97d8c9c2859 0.02 MB 49 104
152,429 152,429 000000000000053f43816d2261cbdaca2045861104205e45644c29e9dbd28b7f 0.03 MB 69 111
152,428 152,428 00000000000002a9d1f756f9fc97e72a32252165dac6f572440f6cd2445f3534 0.05 MB 154 116
152,427 152,427 00000000000003b8fcaa8abf3d22af8fed61273d5060c700ed9c83ef46c2192f 0.00 MB 6 34
152,426 152,426 0000000000000632f48237b96b4b1228f6c08b0898b08a59a9064b71e731b9b0 0.03 MB 76 124
152,425 152,425 0000000000000970bf95a49402a61a0c1d8b3d2508df88fb2a3122bc8315e276 0.01 MB 24 38
152,424 152,424 000000000000084cb9f11f2671ba28c62f4c6109100e75d1dd996878590e3453 0.01 MB 10 0
152,423 152,423 00000000000008e5dfbbba27c597500dec14f6c9fb30b516111aec7092aa40e9 0.02 MB 44 91
152,422 152,422 0000000000000b57dc4e1a7cf9493fd2c32ae2e94f8081b86326293439038974 0.00 MB 8 71
152,421 152,421 0000000000000a6bbbd90792eadf64fc5b0e0371f73e1e96dadaed7d9175b14d 0.00 MB 3 193
152,420 152,420 00000000000009a3761300fc07d4217659d1f5c524804e33ebbc09ed2aa0b192 0.03 MB 54 150
152,419 152,419 00000000000003b77fa4b5583fda42b34ca14b45eab94bf1e6212e694bcb6f83 0.02 MB 41 112
152,418 152,418 0000000000000df03048c61be50bf0d92300b003aa381b1b910ee5de0eb5290c 0.00 MB 7 37
Previous 10 blocks ↓
Total Size: 769.11 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,629.32 GB sent, 93.42 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.