Memory Pool Memory Pool Refreshing

11,582 transactions
4.84 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (605,673 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
302,050 302,050 0000000000000000104d23f1da00ce2c6c3386d4c23c4536bee3e2fbb2c0db6f 0.19 MB 442 32
302,049 302,049 00000000000000000588099fe2e226833005f9bac48d9be58e9f779279e38f74 0.06 MB 135 76
302,048 302,048 000000000000000024ae8a16b2c8b5cb9f78aa672020bb4b90ae2fc960857787 0.27 MB 388 26
302,047 302,047 000000000000000019612a0da4ea9cc0d5cafc19974bec5cacd1ae424541542e 0.04 MB 105 20
302,046 302,046 00000000000000003b692192a6bea4291cd083966216bb4ebb74ea9e34e92e53 0.32 MB 521 27
302,045 302,045 00000000000000005ec70ef0ff08a100df533c99c197d4b2d7fa7cbad102e3b5 0.13 MB 188 14
302,044 302,044 0000000000000000476cc2bcbcc56bf797a1e149cf125fabdb5902c71f2e5a6a 0.60 MB 596 21
302,043 302,043 00000000000000005c374eddb90258cf184584e0f0930981463a3604cb16a916 0.50 MB 836 27
302,042 302,042 00000000000000007ab7c198a3e7fb8d7991d7139d2c107fd442a294f2c6a340 0.25 MB 695 57
302,041 302,041 00000000000000005da87f6d202065faeb243b7fe8292a8322266eef715f0414 0.25 MB 267 20
302,040 302,040 0000000000000000357b09e5271313fc39517f35a63146e92922c6e47f7e76b7 0.35 MB 506 25
302,039 302,039 000000000000000037da403bce83c6a5d46a7556498fa6e80c62bc013b957007 0.35 MB 296 24
302,038 302,038 00000000000000001d4e81385e5836198fa8c8f2457213779bc3a65aebd319a7 0.35 MB 626 30
302,037 302,037 0000000000000000144e023062f0f1f9e908475e3fc7c65976f3d244a21c516e 0.35 MB 1,039 49
302,036 302,036 000000000000000053f56aaccb07773b905f42efe13425d8f69755ccdb28c0ed 0.35 MB 721 34
302,035 302,035 0000000000000000305fe69891e2d049e38ac83445081dd80164cf4de4fd806c 0.02 MB 41 26
302,034 302,034 0000000000000000625b3816ab18f9247175e105af86f3fee91858bb52686be9 0.34 MB 300 18
302,033 302,033 000000000000000071af56dd6c4754aab08b5c851e4004247056c75ac6a6222d 0.32 MB 462 27
302,032 302,032 0000000000000000046c7522b685e146a5f8e6acd2bc92db40fdb2cd1d9dbadf 0.04 MB 63 30
302,031 302,031 000000000000000015d2b8a2e0f3ac8d08db01c5f4364c879ca367daae395013 0.14 MB 259 28
302,030 302,030 000000000000000023a7dd3e1f3cc3424e6f20cfc6c17694cf909c4f27ca2e5c 0.13 MB 296 36
Previous 10 blocks ↓
Total Size: 769.03 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,625.12 GB sent, 93.02 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.