Memory Pool Memory Pool Refreshing

4,128 transactions
1.38 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,818 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,190 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,817 (6,348 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
901,469 901,469 000000000000000000020296a1d12205a0c42ab6276f9a18cf6dc30e04113fee 0.48 MB 715 1
901,468 901,468 000000000000000000012a08b61d826f923b62f5a0b4451ad647fa6b9564c91d 0.99 MB 2,000 2
901,467 901,467 00000000000000000001cb325c91a79a413eeb8d467e8199b17c378d953b18e7 1.56 MB 2,784 3
901,466 901,466 00000000000000000000b24f3e85206167e44e175f413e98e09e1a4ad34702a4 0.54 MB 893 2
901,465 901,465 00000000000000000000ec9ea783168019d99b411e40745532b2c53393709554 0.11 MB 263 2
901,464 901,464 00000000000000000001e0f93907bb7d6001ba0ad7e47c0f94e721e6a5230edf 0.15 MB 218 2
901,463 901,463 0000000000000000000232d73634a2cf528f0d8af07445179eb7097e523d1d76 0.42 MB 487 2
901,462 901,462 00000000000000000002009f3857555d35309b2203f7e3a8bded0e101d8f0091 0.35 MB 736 6
901,461 901,461 000000000000000000020c49777d18dffeb07d1aae94aa9e99ac78d4b3825e12 1.27 MB 2,107 2
901,460 901,460 000000000000000000017eb966e8834d40ad1373f2816473c98c8d70ff807c31 1.59 MB 2,473 1
901,459 901,459 00000000000000000000c361f433dbc626ade3b573c437a78a67c570e5171c53 1.66 MB 2,621 5
901,458 901,458 0000000000000000000153574ab5759f168319686d8209492ec6ea55422c9a01 1.57 MB 1,948 3
901,457 901,457 00000000000000000002123f95c584ab694232339188f51344dd67aa684169f2 1.13 MB 1,914 5
901,456 901,456 00000000000000000000d3f96126f8832d57f32784cc05c0a125e5f3fe6bfee3 1.00 MB 1,939 4
901,455 901,455 000000000000000000008e5f414d35a0276210aec621ff9f89ddf6a47275f008 1.46 MB 1,749 1
901,454 901,454 00000000000000000000bebf33d3a378586568e6f557c8d1cb4471b12685bf7c 1.64 MB 2,630 3
901,453 901,453 00000000000000000001ecdc77041bf7fc42b7fbfe9c930cde82a3a9d686d7dd 0.32 MB 216 1
901,452 901,452 00000000000000000001f723d5738a814b2f1d322aeb15fc17606f0ad737ac96 0.25 MB 255 2
901,451 901,451 00000000000000000000cec073bc6ae71afa6709d8378306ad7ec8c342ad8cef 1.46 MB 1,350 2
901,450 901,450 000000000000000000009fa8cdb4002b2b575c65247e8b9b2e496f09ff6a7e32 0.41 MB 654 2
901,449 901,449 00000000000000000001ca64677779172bcbfe2ebcc9004c8693fbd52b792d2e 0.77 MB 888 1
Previous 10 blocks ↓
Total Size: 769.20 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,633.80 GB sent, 93.92 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.