Memory Pool Memory Pool Refreshing

7,033 transactions
2.65 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,755 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (424,351 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
483,348 483,348 0000000000000000004d09a2c476c3f24b26e78ffed98cdf9a89ff30f00876a0 0.60 MB 1,319 244
483,347 483,347 0000000000000000011f670f4f0f3877cd176fa5b144fde278a9d8fd30d3758d 0.90 MB 1,474 138
483,346 483,346 000000000000000000fb0da5736db30a6f628dfa223a8a637acf5e3741ed3cfa 1.00 MB 2,327 280
483,345 483,345 000000000000000001062e2b2e51fb9da8c4fd9f681095543180b367eaca3d43 0.19 MB 371 187
483,344 483,344 000000000000000001049aa9eea0b21aee50b7d2af80d66af4df251fd3fae8e1 0.16 MB 332 219
483,343 483,343 0000000000000000013961dbbc17ee8656c9a9428a58cc3588445f81c56b8e2b 0.58 MB 900 107
483,342 483,342 0000000000000000011f9f1786f5ed67db704d966bcf3f290bdee017ac59cb70 1.00 MB 2,085 288
483,341 483,341 000000000000000000287947e68ac1c792ebb3e38084f964f0f64c4eb45bd6ba 0.47 MB 1,003 289
483,340 483,340 00000000000000000093c2e56ea9c8b2a8c9f44791664757ce2049f420acd80b 0.13 MB 338 266
483,339 483,339 0000000000000000007a67eda3acc6696d6bf3218117500b5d7a38fdfde14699 0.24 MB 639 215
483,338 483,338 000000000000000000ea8227bb249bd6b9daddd8deb4e86ab4c44454b611a34c 0.41 MB 828 252
483,337 483,337 0000000000000000006443c697412f4877c1c27481d9092107b3dd88bfd1e028 0.64 MB 869 74
483,336 483,336 0000000000000000008bded19ba1a2cb69fc527a161007752c8875140b723c4f 1.00 MB 2,216 118
483,335 483,335 00000000000000000113ace381042a028da034c271ed4ccd3edc317c397091d0 1.00 MB 2,071 20
483,334 483,334 0000000000000000005a2498e660a9c0b2e8a77a106423ed9942f7e354b2d18b 1.00 MB 1,739 202
483,333 483,333 000000000000000000a957f65a8897c5cca0981f745bbc3855e5cb4117b31f5c 1.00 MB 1,650 246
483,332 483,332 00000000000000000130f113339004156c924c0bae03d77ddf93d87a49d314f5 1.00 MB 2,376 427
483,331 483,331 0000000000000000012dc359686b44b5968196bdbde657e866e30d2579f6257e 1.00 MB 1,781 125
483,330 483,330 0000000000000000004b3696f472c16f3dbed06aa031ba983e7e744c6921fa6f 1.00 MB 2,221 288
483,329 483,329 000000000000000000222dd7e78f3dca1b15552b6750ff0797d282e60814c710 1.01 MB 2,255 147
483,328 483,328 0000000000000000006e1591ca470102669f1c9a173eeace05963e4503de7725 1.00 MB 1,962 290
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.52 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.