Memory Pool Memory Pool Refreshing

1,089 transactions
0.46 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
1 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,778 00000000000000000002349e0000000000000000000000000000000000000000 0.45 vMB 1,080 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (109,422 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
798,355 798,355 000000000000000000049fcb144f78c43799c19c231d388c8d20a27833d93107 2.05 MB 5,867 7
798,354 798,354 0000000000000000000520d774285b6414c00cbe6ee59190140b89e7524d0636 1.99 MB 5,963 6
798,353 798,353 0000000000000000000415e14c88cc02cb957caae012f13679ed54be8e521626 1.60 MB 2,043 9
798,352 798,352 00000000000000000002496ccbbff18c31b3b88448dfedc7616349742737c42c 1.93 MB 5,601 5
798,351 798,351 0000000000000000000390106216225ed12bf74e0f1828584a33d14969f1a988 1.69 MB 4,075 9
798,350 798,350 000000000000000000042796d919e175e2131e9b7d117c5ed830162709cfa457 1.15 MB 861 6
798,349 798,349 000000000000000000008e6e49fbcd506b5c0fe617d3a1baa4d92c9b3d119026 1.59 MB 2,841 13
798,348 798,348 00000000000000000004ce1a0c827b65958cd82c68ab4fd5c137b7975b2c4118 1.65 MB 3,318 12
798,347 798,347 000000000000000000039ce5413ee6c6fa707918ea60fc2b2a9f5d5be3bf35bb 2.05 MB 6,140 6
798,346 798,346 0000000000000000000149d11b2d8b8f0d399e00de33a9c81218f2f506291c7c 1.76 MB 3,410 7
798,345 798,345 00000000000000000004348fa27c6f7b39c07c3f0bbe958f9aff65f4e436fe4a 1.28 MB 1,466 18
798,344 798,344 00000000000000000003de41460f99d5f53e33f20f1466a5df1df49de1d4fb77 2.06 MB 6,495 5
798,343 798,343 000000000000000000021d7926df8b1a267f37effba98f2754b4fa2587e72ad5 1.40 MB 2,138 10
798,342 798,342 00000000000000000005180b03ada74e79274eb56dbd4147fb05b0ed4d9a0189 1.85 MB 4,461 8
798,341 798,341 00000000000000000004c3dd1955ae57680c9f9a6bc2ea4140f7461604d3cb51 1.46 MB 2,462 10
798,340 798,340 000000000000000000043011bc05524f3edf8627e069a9f5b5a828475f1957d8 1.72 MB 4,435 9
798,339 798,339 00000000000000000004916cd6c672b818efb5646aec524440dbef9d107d0433 1.67 MB 3,917 6
798,338 798,338 00000000000000000002fd701129f8eca5545daa28c93ac072cb7bb5eb1e9382 1.39 MB 1,828 11
798,337 798,337 0000000000000000000517abcd1a2d35d313028d4252d6a97633ed1c42742370 3.23 MB 1,335 5
798,336 798,336 00000000000000000003f5303e4e1f069d5875557fe99ed9f61ce8b8998d2006 2.04 MB 3,920 6
798,335 798,335 00000000000000000003a3bbc3dac0c578948918c796426cda4c1958fc8454d3 1.90 MB 4,928 6
Previous 10 blocks ↓
Total Size: 769.12 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,630.10 GB sent, 93.49 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.