Memory Pool Memory Pool Refreshing

5,240 transactions
1.97 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,079 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (483,644 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
424,086 424,086 000000000000000003245f08e8e38667e4743fc809d8eea281c89bb37f96826d 1.00 MB 2,158 72
424,085 424,085 00000000000000000024d85d66737ddd54ad325c8579ab727ba167567351f07d 0.12 MB 247 68
424,084 424,084 0000000000000000054139b103b909f4d9c0459cd53e97b9b4e5e21d76498aa6 1.00 MB 1,255 46
424,083 424,083 000000000000000002ebb25016c30370c09717c5d5f946add831d4ab1769b6d9 1.00 MB 2,217 73
424,082 424,082 0000000000000000001ef06ac5d5cb54b21db45956f94b0e3b399eef8d71501d 0.91 MB 2,005 67
424,081 424,081 000000000000000003e07e99f5d065d9ec44e7cb84f2b408e0dea387f4c958f2 1.00 MB 685 33
424,080 424,080 0000000000000000056330c5b86251df6699fb67f30d88cb0db861e79683b8ee 1.00 MB 1,338 46
424,079 424,079 000000000000000001d0cbe7dc8d30cae272289755f2f8fb36a5ad7b85295dbc 1.00 MB 523 29
424,078 424,078 0000000000000000044af47decfce57c930366cd13a1cc9de48cd4417b8f97b2 1.00 MB 1,921 59
424,077 424,077 0000000000000000045923dc2342ce6e22c00471aa1aacbb0d315db63034e955 1.00 MB 1,773 41
424,076 424,076 000000000000000003d53ebaafc4bec92022984bc6e2e3e4dc97012dbee2a2e1 1.00 MB 3,076 94
424,075 424,075 00000000000000000487c4c197fde89322719730244ae6a3bf5a933f4b0ab63e 0.58 MB 308 30
424,074 424,074 000000000000000003fae911a39873df9e6149b8e45be230d9742c18d641c616 0.98 MB 1,161 37
424,073 424,073 00000000000000000191b40cd04d8ce313d562ac488f91bb195029fd95d46751 0.76 MB 193 12
424,072 424,072 000000000000000005383d0cc13c1df3a32b5f27c62b44f7aae702688f5658ba 0.99 MB 1,653 43
424,071 424,071 000000000000000000a693f802a32862e29765e914abd286cc8b8e31f5627b97 0.00 MB 15 83
424,070 424,070 0000000000000000020d938db5be406752dca96242cbe29a04c8416b6105f472 0.13 MB 347 56
424,069 424,069 000000000000000004bf01c84884401c100d62e1006d1fef80833babfa5365d2 0.29 MB 591 55
424,068 424,068 0000000000000000001e853d27fc6c02f7e7276b7a2878cb2154318c66976d1b 0.34 MB 533 49
424,067 424,067 0000000000000000024c92f4cfc926c379051ec62764fc2f49a9201f395ceb3b 0.65 MB 1,402 66
424,066 424,066 0000000000000000012863a4fcd9bc854fe9c518b16c71ada99443d93d7a1e73 0.47 MB 1,069 60
Previous 10 blocks ↓
Total Size: 769.04 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,626.25 GB sent, 93.06 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.