Memory Pool Memory Pool Refreshing

342 transactions
0.07 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,766 00000000000000000002349e0000000000000000000000000000000000000000 0.07 vMB 335 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,765 (6,372 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
901,393 901,393 00000000000000000000a5d11e5b90a8feb06efa3f8e716f298891a85481a73f 1.33 MB 2,426 2
901,392 901,392 00000000000000000002270cba3ff18ed175962a775703ddf66ca7d9dc6d1742 1.63 MB 3,035 1
901,391 901,391 0000000000000000000199ca0941e70db2cc5393cfa9acf67c23a43815f14926 1.62 MB 3,755 2
901,390 901,390 00000000000000000000441bff983e2bfa30713bf9201278d45574c09ae62555 1.62 MB 3,529 3
901,389 901,389 00000000000000000000c66e52a656efbbe5c6c2dafb8680bcc2641d221838cb 1.52 MB 3,608 2
901,388 901,388 00000000000000000001af29cd4033299177eb2136a0d5ca23186f40e8bb9345 1.69 MB 1,994 1
901,387 901,387 00000000000000000001c13ba635a7272ec30594944e8f164fc55740cc2b77f2 1.60 MB 3,784 5
901,386 901,386 00000000000000000000276eff98c8b0a9f4f5852ef88bdba5ae19f908cd78db 1.54 MB 2,768 2
901,385 901,385 000000000000000000002cd7e51b0e37d8060903a940491ef49d21f00a733a93 1.90 MB 1,865 1
901,384 901,384 000000000000000000013bc4a1a7286ee0d316eaeaf21c852f115136c61bdc64 1.70 MB 3,615 2
901,383 901,383 000000000000000000004f3030fc2c8cfb7709bb7705574af6755efe1e6f1791 1.69 MB 3,931 3
901,382 901,382 00000000000000000001436a6d9b42869e4759d6ed3b5b5b7580baa584d4fe60 1.48 MB 2,992 2
901,381 901,381 0000000000000000000113c19a52e6d8df112f0c48a31c4ffc36ca965a9148bb 1.65 MB 3,352 3
901,380 901,380 00000000000000000000b99b80382640c9487833dbf6b4b48f318f45fae98d1e 0.61 MB 759 2
901,379 901,379 000000000000000000016cb67f00a5b7b0c3f80b5ba8e229c5085b7d16105f3b 1.61 MB 3,108 1
901,378 901,378 00000000000000000001dcf6bb2622181b50f1d223b008f3bdc96259658638cd 1.43 MB 2,650 2
901,377 901,377 000000000000000000021d7854b6c2b0b473a07c9c0416271ecfdf5e9a788861 1.63 MB 2,681 2
901,376 901,376 00000000000000000001a879217beec1e494270da58782b95cf2a3a14b8a8644 1.67 MB 3,510 4
901,375 901,375 00000000000000000002104ca2b2b996fd7df75f6c82c7f473e2cd756e144853 1.59 MB 3,355 3
901,374 901,374 00000000000000000000656b995c9fec9ff94b554dc4aad46c06b71f94088c3c 1.58 MB 4,067 6
901,373 901,373 00000000000000000001cd3b0cc1de441347707529ce0c7af7bba3743d8be14c 1.89 MB 1,301 1
Previous 10 blocks ↓
Total Size: 769.10 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,628.95 GB sent, 93.40 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.