Memory Pool Memory Pool Refreshing

3,624 transactions
1.75 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
1 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,871 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,646 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,870 (12,646 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
895,224 895,224 00000000000000000001597554ca68cbfdabfe5aea12851110ceea4b3528bde0 1.71 MB 2,569 1
895,223 895,223 00000000000000000001836bf551531dad17c26e73aeb8916468660d2076ebca 1.50 MB 3,517 5
895,222 895,222 0000000000000000000209aad49804d2ce7caccceb8cafb9785256fc857d9ef3 3.14 MB 793 1
895,221 895,221 0000000000000000000049f95f21af3861fe477d3b7a03503e4298068fdef74b 1.27 MB 908 1
895,220 895,220 0000000000000000000197cb262d36294679facf519f78c62f2bd67116c9fa5f 1.61 MB 2,097 2
895,219 895,219 0000000000000000000144851d2be97a526edca81b3bdd36400e911f0a2365b1 2.08 MB 2,073 1
895,218 895,218 00000000000000000001480584e04150169cacb4ce9a4eb34450ffd3c342b648 1.87 MB 1,326 1
895,217 895,217 000000000000000000025c23f946c0c9a8f1506a074645dcfe4d19f5ff9d687d 1.70 MB 2,467 2
895,216 895,216 00000000000000000001a8bb8013993bb4e1e91f8e8d4ce4d92b451a9a2e98e2 1.70 MB 4,062 2
895,215 895,215 00000000000000000001ec82496c87236c19296d9590866d8f99d9fd63fa89b9 1.71 MB 3,148 1
895,214 895,214 000000000000000000014b719524bad900a0ff04f29c35e6e231642672de6418 1.73 MB 3,261 2
895,213 895,213 00000000000000000001d4cdc3b896a843df88fcd2299d035d6b84419102dee8 1.62 MB 3,983 2
895,212 895,212 00000000000000000001d7983953647925185e78026e1c9f90882134805b887a 1.57 MB 3,836 4
895,211 895,211 00000000000000000000a6f77a6d8167066694d619daf73018d712eca6251350 1.60 MB 3,985 3
895,210 895,210 00000000000000000000c8e950ee8d6080307f8aaf9ad52a23c68c33c16d9774 1.60 MB 3,661 5
895,209 895,209 00000000000000000000f89110914b6ddd1950385b2804557b6352d00f324fca 1.61 MB 4,096 4
895,208 895,208 0000000000000000000070b8cf5ba2d67c04bfc960ae104093a842fc988b6fe1 1.65 MB 2,625 1
895,207 895,207 0000000000000000000027e1aef10f8b62b6174181bac1c3a12f38487ef092f0 1.72 MB 3,194 3
895,206 895,206 0000000000000000000140542933dd4cd204989f161333daf245f92c55f34c2d 0.76 MB 992 1
895,205 895,205 000000000000000000004c2485b26abd3ceb8c9f0ef460d7dfe1e74a2a6c0ebf 1.77 MB 2,330 1
895,204 895,204 000000000000000000000b8d5dbd91301ccffa0b54effbc39dec81fdcc6d3cc6 1.73 MB 2,782 3
Previous 10 blocks ↓
Total Size: 769.30 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,642.66 GB sent, 94.43 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.