Memory Pool Memory Pool Refreshing

3,150 transactions
1.34 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,858 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,503 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,857 (605,801 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
302,056 302,056 00000000000000006bbe11ab2b530829fd866dddcb8dd991b97737a4165051c3 0.15 MB 346 25
302,055 302,055 000000000000000064a32f6083afb713d6c6c1c380c9f8abe9825853d9de3f7c 0.16 MB 208 77
302,054 302,054 00000000000000005023a0cd5da6224e75a81ddf96aa26f6beca93c9351a032c 0.04 MB 128 43
302,053 302,053 00000000000000004b1bbda9679e9108b988d10c1211c71c8f6ac4df57752b8b 0.23 MB 435 30
302,052 302,052 00000000000000002a3ae33d6210bf09ce3a4e06b9588122a5d919e8d443dda5 0.14 MB 265 32
302,051 302,051 00000000000000000c2af4ee67f7ce9c5d8d668485577a920419e1213d5b2f04 0.28 MB 525 63
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
Previous 10 blocks ↓
Total Size: 769.28 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,635.43 GB sent, 94.29 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.