Memory Pool Memory Pool Refreshing

2,363 transactions
1.03 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
901,459 000000000000000000023a040000000000000000000000000000000000000000 ago 1.00 vMB 2,211 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 901,458 (670,412 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
231,046 231,046 0000000000000211a86ff05731e0ae6ca62bcf35486a83c10bc6fb1cf306c2ad 0.16 MB 351 131
231,045 231,045 00000000000000750818f42b934acfb22ebad946f573b39bc95124ba69b8bcb4 0.23 MB 465 157
231,044 231,044 000000000000008e1451aa6396249bd04d20f27c01109c9b34433fd930425927 0.05 MB 122 147
231,043 231,043 000000000000000d3b466b5f3b7aa37f5b1a13bb0909b6b7a507e1fa496f15a5 0.20 MB 455 125
231,042 231,042 00000000000001d70d95b224bd2b5d90da09321fd02ce5185fbe5c9ce20e706d 0.23 MB 458 154
231,041 231,041 0000000000000202feaee94676e4c40f3f89acecc6f1ac52e11b9384350e58ec 0.25 MB 397 91
231,040 231,040 00000000000000cb2d4566a0dff4181a987460011862d4ed7a7353f322c6bbcb 0.06 MB 102 193
231,039 231,039 00000000000001a2c7564f060134c66dc842fad8f8bb840eed8d4fd88a4e5946 0.28 MB 688 176
231,038 231,038 000000000000012053a63ff1836f8e27ecfd7cea58d2c7a14869fa9dcc5d37e6 0.23 MB 419 129
231,037 231,037 00000000000000f9e6c9eaa29aac8862e0b85b77e50396511faca403b2e7b784 0.07 MB 256 302
231,036 231,036 00000000000000ac2c7d285080956f2fe23451bcf65ad88d0a6ffb2ad7b09708 0.18 MB 378 173
231,035 231,035 00000000000001fa475009bc434118b2c7798673a5f3f1d5b049bc03f254bf3e 0.28 MB 662 124
231,034 231,034 0000000000000012a99fb608717e5653d2c2c24ba90a7d7e5873df60159313ef 0.09 MB 207 127
231,033 231,033 000000000000021269f05c6a3fcfa749adb8b84bf89052015565509af300b8a0 0.19 MB 462 165
231,032 231,032 000000000000006b873c761b33dae8f252ade164323390b8d644d12c4650d612 0.25 MB 525 61
231,031 231,031 000000000000001a9884cae190407e5d079014fc5a6ce8f6503204cbc637ecd6 0.08 MB 104 57
231,030 231,030 000000000000016b323846a3b9fdd95359ef123b577ddef3fb9985ab38c9fd3a 0.25 MB 425 126
231,029 231,029 00000000000000a29e0f4c6c73c6e34588d0b7b37f290059536fd8dfe2087580 0.06 MB 170 19
231,028 231,028 00000000000000420192292334118a67c231a7156526cb3ff3e2e7507ccb77ba 0.25 MB 734 1,870
231,027 231,027 0000000000000143e678aa4702a3e08f563f39dbb11a62ab9b15e92bb6a54b90 0.45 MB 659 89
231,026 231,026 00000000000000f842005453475ffca4471a79fdca8f4423626996f50b316927 0.25 MB 680 196
Previous 10 blocks ↓
Total Size: 758.25 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: 734.36 GB sent, 38.10 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.