Memory Pool Memory Pool Refreshing

6,865 transactions
2.59 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (573,452 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
334,233 334,233 000000000000000001c9c4ee6fa896be1a9bc5d944716f9c4afec9f953f94c01 0.04 MB 48 8
334,232 334,232 00000000000000000b7b9cb562b3ed00f066026e05d3442d3f00c653e008a98d 0.50 MB 786 20
334,231 334,231 00000000000000000f3f7183bb50650d6b18246c998908bf03054bd926b90302 0.35 MB 779 26
334,230 334,230 00000000000000001523a0ac33a31bc5ee19a0b5881f9d28e3e8338dbab01ec9 0.50 MB 1,003 25
334,229 334,229 00000000000000000e68bb0debd9c03ebdf334267000bb972c7b8db0217a54ca 0.38 MB 788 30
334,228 334,228 00000000000000001383cc6c451db56b2a4b2113b0e225b1b969ef71886b00f3 0.11 MB 136 14
334,227 334,227 000000000000000018ba19fbf1221516ebc55ded00fee969d3fa74b4860ab763 0.20 MB 221 18
Previous 10 blocks ↓
Total Size: 768.98 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,616.51 GB sent, 92.74 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.