Memory Pool Memory Pool Refreshing

9,362 transactions
2.79 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,715 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,361 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,714 (14,245 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
893,469 893,469 00000000000000000001353d165863e8a5092ad64b3ff464e6ebb92b9a992c7e 1.56 MB 3,560 3
893,468 893,468 00000000000000000001e86c9de8575a9b8a523b872deadd260d5ac2973ca57c 1.53 MB 3,342 6
893,467 893,467 000000000000000000008ff4400965078559f0fcb49aa7f25d92bb282fa8b016 1.83 MB 3,356 1
893,466 893,466 0000000000000000000202233c8d224f03ca23759c91954030240e3838693dd6 1.96 MB 4,410 1
893,465 893,465 0000000000000000000147dd9548bc4ad5bd79342fb8625f70458b125ed42e48 1.74 MB 3,801 3
893,464 893,464 00000000000000000000fc97932b0fc9f42fa6f153be3155f9d5b8b466cf962d 1.98 MB 4,477 1
893,463 893,463 0000000000000000000072fcdc0bf0691dad1b58fb98636263cd067eaf20f80c 1.65 MB 3,835 1
893,462 893,462 00000000000000000001fc03978ca84ee74fb94243e56c54d3c2a6d7ed316d3e 1.53 MB 3,335 2
893,461 893,461 00000000000000000001454ab067c688a30b0c364b91b57af43e95c06749e60b 1.65 MB 3,531 4
893,460 893,460 00000000000000000002291f85a6615cb8862e742e818480584ca5e94239e4f8 1.67 MB 3,907 3
893,459 893,459 000000000000000000022f212a1360cf1eef6e6a4cac1a770aedc10f2b6474ad 1.69 MB 3,144 6
893,458 893,458 000000000000000000013eff90c828759625c07dcd9a6376f8310c1c9f1b346d 1.63 MB 4,464 1
893,457 893,457 00000000000000000001a070067440441007e4298ff8f0d0f42d17b19a64774c 1.79 MB 3,838 2
893,456 893,456 0000000000000000000155b82080524e519e22d58d9366766b0b06d6fec1e8df 1.44 MB 2,455 4
893,455 893,455 00000000000000000001dba48fff0177035d0c87a951494c9e518b8299fcd74b 1.57 MB 3,652 4
893,454 893,454 00000000000000000000244d665b19bda080fce7eb9eadb11a4b59a16982fda0 1.59 MB 3,942 3
893,453 893,453 00000000000000000000a201143bf8f243e7320142a1fe5afdfb68ca06ff6213 1.75 MB 3,165 4
893,452 893,452 00000000000000000001122fa6ab0b097971e02a2abd5ef5a37d6ae6c34033f6 1.74 MB 4,062 2
893,451 893,451 00000000000000000001788eb0b60affd95f6791c1f4700a2be186b4bad02dd3 1.78 MB 3,822 2
893,450 893,450 000000000000000000011b9d3f31687f1e630748108bc4f1983501730d7eeaca 1.56 MB 4,385 3
893,449 893,449 00000000000000000000349a6dd5d828a549d64c682c638abb0a45fa1588a000 1.57 MB 3,155 8
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.08 GB sent, 92.89 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.