Memory Pool Memory Pool Refreshing

4,309 transactions
1.35 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,694 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,550 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,693 (755,582 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
152,111 152,111 0000000000000bebc4fd2703ad3f2913d6ce665983eb88dfc72788018c887afb 0.03 MB 98 20
152,110 152,110 0000000000000979c6591622ada83bfa12d314e9591a99d071c677c395053330 0.01 MB 16 108
152,109 152,109 000000000000029b640fa8f869f2dde904c7c29de74d170e2ba68303f370c63c 0.00 MB 9 64
152,108 152,108 000000000000009771f439587b91df19927cacc18f2269b70f4344d5363aac47 0.01 MB 26 269
152,107 152,107 000000000000097c684d3942557fbbcd3f1c5efcd40afe3f54b59be9255c272a 0.02 MB 55 151
152,106 152,106 00000000000007cad6813c547e3f084e14d6f431ad5b15aa825397d0b91a7fcc 0.00 MB 18 1,168
152,105 152,105 0000000000000d34c1a81a5e8c04fb0ca97a7209211eb9907ed3bfe34104755e 0.00 MB 14 62
152,104 152,104 0000000000000d1be7ff1a69bdeed747f488de1b81991581eafd18cfdc1c3278 0.00 MB 14 25
152,103 152,103 0000000000000da5c64365985621e62a4cea9cd77ce522d9dcbd256b695523c7 0.01 MB 42 220
152,102 152,102 0000000000000033aff1cb5a99c74bb4d9a671f747bc981d4c99f5aa2e6b4eb6 0.00 MB 12 66
152,101 152,101 0000000000000ab794fa292233f8f8ca45c4efd98f16430798c374cf21079a46 0.01 MB 17 467
152,100 152,100 00000000000002c5a588ff1f9323af5812c316b16406cd1bf0470da6b6444137 0.00 MB 13 66
152,099 152,099 00000000000009ef101f4f5e9f9eb0599d6c49882e0c6b5ca15f8951ba7f930f 0.01 MB 11 215
152,098 152,098 000000000000013a15634ada562732a1a6167c43690574c2c0e8e72e1d8da043 0.01 MB 23 178
152,097 152,097 000000000000026ba40335eb460df3b1e76b2e59361131226283a34ac5fd5b98 0.00 MB 19 349
152,096 152,096 0000000000000c703ae85a34dbd2b6043cfc841f362b0dbd2678167d334b7179 0.02 MB 60 145
152,095 152,095 00000000000003b54a372e345c6d305c0eab2d6e82d77cf5379440dd83fb3695 0.00 MB 8 442
152,094 152,094 00000000000008f3aff36f685a899f0afec8ed18f5792ffd467f7e1ace52acca 0.01 MB 32 171
152,093 152,093 00000000000006eae13cfe3a26187762826a7742eb9b83b122454333c5554c42 0.03 MB 22 101
152,092 152,092 00000000000001b793ec7d123b093f62b73a42970fdbc552397d0effe314102d 0.00 MB 17 91
152,091 152,091 0000000000000198a88234adabdfac4c0c6c2c1a10e3901620682c64a0af340c 0.01 MB 41 172
Previous 10 blocks ↓
Total Size: 768.97 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,615.62 GB sent, 92.66 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.