Memory Pool Memory Pool Refreshing

3,183 transactions
1.35 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,501 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,857 (88,208 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
819,649 819,649 00000000000000000000cfc1c6ba931c0ab115d5371cdff221155860246f394a 1.92 MB 4,217 61
819,648 819,648 0000000000000000000124fd458c0d3ed7116246c016f7161fddffbc3b0661d9 1.75 MB 3,731 64
819,647 819,647 000000000000000000023444b38f0063de833f94cc6ab99c99b0968adf4308c5 1.90 MB 5,430 57
819,646 819,646 00000000000000000003467b35f0a59df52116866431f68df6f689e269e267af 1.93 MB 5,221 63
819,645 819,645 00000000000000000003e2f367aaf508fa982c69b5509fa0163733ca6b1284ed 1.75 MB 4,289 67
819,644 819,644 0000000000000000000099e0977aeba4eef3373b1fb9d7a95164d41d90dc116e 1.74 MB 4,276 66
819,643 819,643 000000000000000000014e84b6ab93e09581325a602af94367319de9b3c35094 1.87 MB 5,112 63
819,642 819,642 00000000000000000003b6e4bddb0cc51d83db001d238b4013893d6c9800ab29 1.59 MB 3,137 76
819,641 819,641 00000000000000000002cdbfa96b1a410ddca988420288b7846c22a6e44f7abe 1.57 MB 3,089 101
819,640 819,640 000000000000000000032c29adae3a20c85dd8296b145830e01a78d6aa5d7202 1.54 MB 3,140 70
819,639 819,639 00000000000000000002d9ee22eb551b2533c99eb599525a3ce54d784df73b56 1.70 MB 3,732 62
819,638 819,638 000000000000000000002b857f72b88c6a91fdd1c22fdb674bf14158fa7346e1 1.72 MB 4,107 74
819,637 819,637 000000000000000000034a46aab7e9f07ab57ee788bcf54c6752be065ef80640 1.80 MB 4,121 66
819,636 819,636 00000000000000000000aa4a0caa856915af4c12f14d2a2dcfb52256fdde7fe5 1.67 MB 2,676 66
819,635 819,635 000000000000000000038668588a201aecce8a934860dc252995760464c7f3c3 1.50 MB 3,224 83
819,634 819,634 00000000000000000002ed51f5d4e1154f7ab39881055d13fd10a0cb78d8087c 1.76 MB 4,066 70
819,633 819,633 00000000000000000000feb348d76e95dd42087eea79c1ac0792f48d301c4a1f 1.64 MB 3,716 70
819,632 819,632 00000000000000000000567964dff8391d0c00cb721baf34e9ef619ee9627be0 1.75 MB 4,200 69
819,631 819,631 0000000000000000000003d1e3120f8d2b4e14c9106a496aecc0774dda624921 1.86 MB 5,205 74
819,630 819,630 0000000000000000000305b75ab1a835ca4d0709d5c5d8db1cc20a23a806ef5b 1.93 MB 5,317 70
819,629 819,629 000000000000000000010d0768717caaf4a9757b7ee7c1ca3fe99cbdcae9db4c 1.56 MB 3,847 82
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.