Memory Pool Memory Pool Refreshing

3,774 transactions
1.68 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,735 (713,606 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
194,129 194,129 00000000000000b994dd46bb16f58c68b4e740b846d481ed0cdda884576800b1 0.27 MB 531 149
194,128 194,128 00000000000004a85d11d7af268f8c810689e03c9c099072cfb4045f9b9188ab 0.05 MB 121 121
194,127 194,127 00000000000000a5c7a09662ed1f1a7c5afa7202fa263345a9ef8ec9523a1b49 0.05 MB 110 132
194,126 194,126 000000000000038a51859dafd18c2d55889d6642cd33e1b60cdaed4d0bc5afbe 0.08 MB 279 101
194,125 194,125 000000000000036569eb49ccaf3965b82192778a9cda5c8779ee9d566b40410e 0.05 MB 115 31
194,124 194,124 00000000000001c61930760563cedb3faa3a4c133db67d1de87807836b451b17 0.23 MB 629 166
194,123 194,123 0000000000000778e10884052680616139ce572edc8399d084297856e2daf5de 0.25 MB 459 129
194,122 194,122 0000000000000794ac2eb9efab5910adbace5d654d1e71c9fb9fd08409948d06 0.05 MB 112 210
194,121 194,121 00000000000005024bb8a76587d6fbd86ddde066d088ec992df5842dc9985f34 0.01 MB 27 66
194,120 194,120 000000000000040b0a5934578f42dfe857de8a4b7f1a927bf34f3a4058b82eb6 0.10 MB 262 122
194,119 194,119 0000000000000058fcbbb4649c83a16e4c04b3381206306353c2e2d9130d8227 0.25 MB 566 198
194,118 194,118 000000000000050f5b4a2c6996b72c303ee6f58a6d906c6560637058ac9b863a 0.07 MB 136 126
194,117 194,117 0000000000000729d9eb8b4e5683a546f044b6fb85b577a8bd08b38a02702649 0.00 MB 8 122
194,116 194,116 000000000000054dab40532e036e407c2a5108fea6e30c6b2eefa08167e00deb 0.47 MB 1,024 16
194,115 194,115 00000000000002a3eddbc5ab01c0926ef761da2817f80ffc354acf3575f1b34b 0.41 MB 892 150
194,114 194,114 0000000000000188e932c1b17d16041350c4fe1205ac06a3c4a0ad97a4cd48d1 0.05 MB 121 493
194,113 194,113 000000000000066292eca33f589e20be72a2111f4291a02f9b808b3225954d01 0.06 MB 17 15
194,112 194,112 00000000000001b3e6066599d405e110efed04dc51a74690d19ccdd934b6df7c 0.13 MB 339 128
194,111 194,111 00000000000000b71a26334b1719638708e6e80018200c68a50b3243fda5529f 0.25 MB 700 145
194,110 194,110 0000000000000277f64df35ab5177b258d1e35b44b944f0de3caf526f122b506 0.07 MB 191 17
194,109 194,109 00000000000001fceb239ece5ff2ddda614a4c30e55e03160375405ef68f0277 0.29 MB 512 127
Previous 10 blocks ↓
Total Size: 769.05 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,627.28 GB sent, 93.11 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.