Memory Pool Memory Pool Refreshing

9,858 transactions
3.02 vMB
Show Random Selection Loading Transactions
Max Size: 18/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,412 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (605,500 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
302,215 302,215 0000000000000000529d161de37a30127ded7a0cc2cd41f98b562b5584ae28e4 0.35 MB 1,085 45
302,214 302,214 000000000000000027fc70184ce77ea400012f57c102db9213dba113bafb940f 0.33 MB 504 24
302,213 302,213 0000000000000000246375272f96d0f0ed5f794b7c8319e53e2e112093864d55 0.10 MB 203 33
302,212 302,212 00000000000000007bda5cd67a02d36df92440079db11da2ce4ce523d2436124 0.21 MB 392 33
302,211 302,211 0000000000000000491c8cd62c875aa0b23a8cfe8a624f744a4771d7c2ac9345 0.04 MB 90 41
302,210 302,210 00000000000000000112bc74472371856106589b9dad115ca46e57b31c88cdf0 0.27 MB 371 25
302,209 302,209 0000000000000000301cb124717c9f031872ce91ce1cf4a7a27fa577ce305785 0.43 MB 504 22
302,208 302,208 000000000000000054441599b0028b983e07ccde426ab47637c18a5abdf82187 0.26 MB 417 27
302,207 302,207 000000000000000077ac47437017ba8eb04f6d7eeea823ffe8ab68437e964f83 0.31 MB 583 23
302,206 302,206 000000000000000040fa65d8dd4b2072a5864d393851aeda3ff1f6b63d963db4 0.02 MB 47 33
302,205 302,205 0000000000000000428c17f346e2617de0d36c983a8e41c4f88ec136a38f14fd 0.15 MB 120 14
302,204 302,204 000000000000000067fd6e4522ee24dd26f0df7f5ff091dbaf6a4dd86ebb547a 0.75 MB 1,379 30
302,203 302,203 0000000000000000383898ba6b46ff31cb2491a5c8b83e34c1348792c005fed4 0.16 MB 295 27
302,202 302,202 0000000000000000365d76970dd29a6cd6a1db7bc5f8f2d5d454ba151f297387 0.32 MB 512 29
302,201 302,201 000000000000000068c196d8e6c9d1a0e930479c8db795b265f700305100fc13 0.24 MB 512 27
302,200 302,200 00000000000000006e602194ec61accc3a0227c5e38095dbd687e3aff5662a2c 0.26 MB 402 26
302,199 302,199 0000000000000000511a855894df93b49c0564f0f88e6e95093d097d0b35763b 0.45 MB 129 13
302,198 302,198 00000000000000000b40f0141fa6343d66798d1082bd906a613709e4931ad7ad 0.35 MB 830 36
302,197 302,197 00000000000000005367fbe2f6e53181e0a026d9c81da60270185a2cf954c12e 0.15 MB 254 29
302,196 302,196 00000000000000004b189784de83c5e5675b5f5e33a2c544be43e1078211d5b6 0.01 MB 34 25
302,195 302,195 0000000000000000660f8953b5f726514c70593040de8c0533a3509030646243 0.05 MB 70 22
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, 114 incoming
  • Data Transfer: 1,621.42 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.