Memory Pool Memory Pool Refreshing

7,820 transactions
3.89 vMB
Show Random Selection Loading Transactions
Max Size: 21/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,725 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,609 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,724 (13,938 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
893,786 893,786 0000000000000000000214a6b5a0f37728253424ccaa2f4943bd1a4a06f2310c 1.53 MB 3,968 14
893,785 893,785 0000000000000000000007e5bd828ca96ea656868870b70b4f08710ceb11c15f 1.32 MB 1,335 2
893,784 893,784 0000000000000000000072235777bead6cf2492126cb58ebd63c216a1c60e427 1.58 MB 3,595 6
893,783 893,783 00000000000000000000a54286bec8d6aa7146c8166040c4c9b6697006318180 1.33 MB 1,413 3
893,782 893,782 00000000000000000001d0c9a1e5b078400ff93f9e8e8be0a1678e659f6cf9c1 1.55 MB 2,938 3
893,781 893,781 00000000000000000001615b91b2c2582e4447d8c492fbab5bfd2d3c8c240d8a 1.59 MB 2,181 3
893,780 893,780 0000000000000000000072e7472c39ec08220e48273f1965acee4ba779bc165c 1.61 MB 3,574 4
893,779 893,779 00000000000000000000ed1e49ceb8da931b713ea6f2c6c8b41daba5f1675075 1.59 MB 3,703 11
893,778 893,778 00000000000000000001d60d62948afd6efa5d80a11faae6bf9d475b9d096573 1.56 MB 3,524 9
893,777 893,777 00000000000000000000b9e3334667c0e73b2931482b87e6d8d049c172731670 1.42 MB 2,507 2
893,776 893,776 000000000000000000012650f8b443a74f21065133f4fafcc2fed937ab792152 1.72 MB 2,880 5
893,775 893,775 000000000000000000011253ad0054b7e3993e3bec4d2b8c1e7d1f84cbcd6b77 1.78 MB 3,297 3
893,774 893,774 000000000000000000010467a1d1486a503e3a0d2a197712015d098b59dcd776 1.44 MB 2,182 3
893,773 893,773 00000000000000000000221fe269aae7c5710c5cf74d019d225d76daf85678db 1.66 MB 3,333 5
893,772 893,772 000000000000000000018c6350d4572b643a92984f59b76f9956073550e951f9 1.65 MB 3,234 4
893,771 893,771 000000000000000000011713a6cc081cc0c5942ba3c74d6526d12b1cf51618fd 1.65 MB 4,089 8
893,770 893,770 00000000000000000000b9a024dc5ba0174dd5f6c7428e27ed6e6c71b8e7bb58 1.64 MB 3,857 8
893,769 893,769 00000000000000000001d03528155cad45ff1f46611d732b2c62d6cd094e62c4 1.54 MB 4,002 13
893,768 893,768 00000000000000000000e4ea8f1ba1f5f7fca1010240828855e82f85b34f03fd 1.57 MB 4,160 15
893,767 893,767 00000000000000000000092a45cdefd231baa1d0a5a570c50eebb36e6c0bf805 1.71 MB 3,424 4
893,766 893,766 000000000000000000023d40bfc33b3ec76af6279145a8027ac06a9fa8aa4c10 1.54 MB 2,692 4
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.13 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.