Memory Pool Memory Pool Refreshing

10,263 transactions
3.13 vMB
Show Random Selection Loading Transactions
Max Size: 19/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,716 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,428 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (573,461 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
334,254 334,254 00000000000000000278b1e5f343740c8f2a876c656e260161eeb26a99bd2aaf 0.07 MB 158 30
334,253 334,253 000000000000000015a2d216c4b3277ddde753800c9041226fc8eeb2b8101bac 0.03 MB 65 19
334,252 334,252 000000000000000008aca799652fb69d25086df91104e17078e32882075aa0ee 0.04 MB 72 18
334,251 334,251 00000000000000001325e7ba583c4da38a0745ed0f1bb667595c26585126febf 0.10 MB 266 13
334,250 334,250 0000000000000000112b32c19a15d7edbefb63aec4b8f1f694472f7fbe013e72 0.16 MB 332 28
334,249 334,249 000000000000000008bc934c00d208fa344612b52201d976db74852028c9bd30 0.41 MB 488 16
334,248 334,248 00000000000000001143dfa1d1da8c0da03e56a0641343f6b4f76406a53987e1 0.20 MB 583 34
334,247 334,247 000000000000000004ca9a2accdd559759bed094db053ab576276434cf0fd97e 0.21 MB 606 36
334,246 334,246 0000000000000000099c02951658bd8a50fe1867e7b390cd6c12e89c43cecb37 0.78 MB 843 11
334,245 334,245 000000000000000019bd0172f0b31845f9e44791067c6d670521051ce79e3973 0.75 MB 1,754 29
334,244 334,244 00000000000000000ce82968259012038e503448de71c5b6493183f175121d2f 0.75 MB 2,040 30
334,243 334,243 000000000000000007d11bebf05e77a570e8574c42bb63aab7b0d3df07b7aa8f 0.75 MB 1,612 24
334,242 334,242 000000000000000014bd312549d5bd524ee97fa0916f10c5e916ebdf9ebeae99 0.74 MB 2,295 36
334,241 334,241 000000000000000012827b17e9172492ccc407e4e89d65bcb2d85facf30faec2 0.32 MB 629 23
334,240 334,240 000000000000000015fd7b23c97f07083d93895ddb27ca98b4474a53ef2a4d6c 0.19 MB 293 20
334,239 334,239 000000000000000007d63971dfc8235bfa592d004a243d0bd5da600046b51e05 0.17 MB 260 23
334,238 334,238 0000000000000000100a367d9e3c3ee446df652c19471c6b52347dc1cf87bb7e 0.06 MB 125 25
334,237 334,237 00000000000000000c46cf0285422eb3b737105f4d05df7aaf31df804afb6849 0.25 MB 564 27
334,236 334,236 000000000000000011c627d07e0efe94b4c33dbf0253faca7e21c79c70188005 0.04 MB 60 21
334,235 334,235 0000000000000000192ad640b3eacbfa585e14ef66bc536271a48d629c367dd7 0.08 MB 91 18
334,234 334,234 0000000000000000019d473c7610d22292e537d9ad2c4c50d35ca6a36e551530 0.05 MB 117 26
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,621.44 GB sent, 92.91 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.