Memory Pool Memory Pool Refreshing

4,756 transactions
1.36 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,477 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (171,316 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
736,547 736,547 000000000000000000041ae6e8a68089ee4cb76bb9697d1bd6ead4fb16bf09ea 2.17 MB 240 1
736,546 736,546 00000000000000000007e3e46c0372225774878d6b4f9ea130055aea54990552 1.72 MB 1,275 7
736,545 736,545 00000000000000000004c4a750360421d10e15cc98668e79d02641cc95978bbd 1.93 MB 519 3
736,544 736,544 000000000000000000010b0b1ec5a15ca53b2501aa47a1b2853ba99e67f1494f 1.64 MB 905 4
736,543 736,543 000000000000000000056c2705475c8987f604b1359705912dfd5459b34ec478 1.44 MB 2,771 21
736,542 736,542 000000000000000000060995afc76420d7a20068db5d50def5fd72f1045c1ad2 1.34 MB 1,065 4
736,541 736,541 000000000000000000014bbf54520fc9b4a79ef00f1e6cb9738889959b69aa70 1.44 MB 2,944 18
736,540 736,540 0000000000000000000029c6e31fef308a26f38ae51af1a87cfa31e1744ed5b3 1.48 MB 1,508 3
736,539 736,539 00000000000000000005d51ff3255ecbb7b84282332d7b18df7dfccdec296051 1.54 MB 2,600 13
736,538 736,538 000000000000000000088ed271190c8808aed1aecc5ef019c995b670053e2cc6 1.45 MB 1,413 17
736,537 736,537 00000000000000000003ccbc024fb5aa0c5c01cc14b96b9cc72f1376a08ec8f2 1.65 MB 1,859 12
736,536 736,536 00000000000000000006b03bc19e469e30c6cf10411f82bf6ac9e86b77bf7623 1.65 MB 1,996 21
736,535 736,535 0000000000000000000019a54e587d6dc352661ece12878279d7b9c72496f87e 1.39 MB 2,789 23
736,534 736,534 000000000000000000059dfa969c408560cbde2c3e67e0af26942411d79713c4 1.59 MB 1,832 12
736,533 736,533 0000000000000000000094354cd95fd118652008b0d72a8c5265b44df46e2fa9 1.61 MB 2,538 10
736,532 736,532 000000000000000000053f56067e897f6b0c9e3b6ab4020c1d00fa8171846a15 1.64 MB 2,329 13
736,531 736,531 000000000000000000069af4a48e2d2094f18501bedf1ab1fade44561c01856c 1.21 MB 1,326 17
736,530 736,530 00000000000000000004dc27456914d02e3789522a60e698ce3af8f4a1ac7997 1.27 MB 1,951 19
736,529 736,529 00000000000000000003e791dd7baf6a4f43ce59960e8298d9e31d87a71775d1 1.81 MB 93 1
736,528 736,528 00000000000000000005918f9a8cc8709ba1d0cc981f27eda1c5ccdaa56475c3 1.56 MB 1,288 7
736,527 736,527 000000000000000000076c2905ca239799b71b5b26be53c472d6b24354aeb3cf 1.59 MB 2,901 9
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.57 GB sent, 94.34 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.