Memory Pool Memory Pool Refreshing

4,423 transactions
2.01 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,823 (704,737 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
203,086 203,086 000000000000034f8ad060e13753fa24bd26b5df0b044700c66c8dda1cd116e3 0.13 MB 243 113
203,085 203,085 00000000000002a04dbe364994c59691dc44745a7aa158d934cbdf4ca25878b7 0.05 MB 138 125
203,084 203,084 000000000000006602a9d19d3c68ce42506c540aeb6af0aff4f3e3aa8ab0c794 0.11 MB 263 147
203,083 203,083 0000000000000017fbd66c37901b9c62003e0a0a22a49f809671f2915d88e0bc 0.17 MB 271 104
203,082 203,082 00000000000003dd1a5c1c787cf213792418b5961f4ebb8c4a4de6f5098ad909 0.00 MB 12 178
203,081 203,081 00000000000000740b64a55973bf536b54e2039d6ef00aefaa14749ed59535b4 0.14 MB 68 54
203,080 203,080 000000000000041140730951580e8751fc21af4341d1c42212dfe30175fa781a 0.25 MB 671 177
203,079 203,079 0000000000000241dbc5460feff5ee2748322c2d8564e54c8f63ea3d7f818ffb 0.20 MB 589 148
203,078 203,078 000000000000018651de185d8f5c32b01b0b5ee96d5a53667564e1f78369ceb4 0.03 MB 81 31
203,077 203,077 00000000000003b2f304840da6cc57218776aa0eb058dd47c581fbe3d30ccbfa 0.06 MB 135 113
203,076 203,076 0000000000000163ad3264675c6850dbce250619c11fc94c4ec1b35027b0f393 0.03 MB 16 27
203,075 203,075 000000000000046afc45840e7a656478f34239410d721502e3177a9160a425fc 0.02 MB 34 75
203,074 203,074 00000000000001c95765f8754af1b3f99d663b22a53fb3dd0c787e827d91504f 0.18 MB 351 133
203,073 203,073 0000000000000278fac0c1c016e4cf37b32c828945201c48fb8dc7396bd422ee 0.25 MB 549 215
203,072 203,072 000000000000020d8779cdd51fc7d790242f40e18737268517acdbf9869a8449 0.17 MB 461 145
203,071 203,071 00000000000002b10718de79f58bc6bfddd596a7cd1a2464fda53360d8f428dc 0.02 MB 58 136
203,070 203,070 00000000000002c8f324ae9a244dfcc71836fede48d19bf0f851c7c59681c900 0.19 MB 451 117
203,069 203,069 00000000000002bde6cd4fa2087f27c805faab2cda5340f83a1981fba19b6a69 0.05 MB 104 94
203,068 203,068 00000000000004b91f47a66b6aeec76c7ef188cbec1bb27720a3cc55b57e9139 0.25 MB 319 134
203,067 203,067 000000000000006ff646ebb7c559c3c16fc5dc9f8813dfa9ac582ff9de848628 0.25 MB 650 324
203,066 203,066 000000000000000511a65a66065b50f0612d06d2766495695a362c0969a6f866 0.16 MB 230 242
Previous 10 blocks ↓
Total Size: 769.21 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,634.32 GB sent, 93.98 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.