Memory Pool Memory Pool Refreshing

4,932 transactions
2.03 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,628 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (718,222 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
189,647 189,647 000000000000047ec4689bdf27fc372649d11e14b7459f33ad86f45ef75ad650 0.01 MB 30 78
189,646 189,646 00000000000008285fb2c774a8e7e3eb72997737e0dd2fcbc2fef8bbcf49096b 0.06 MB 109 134
189,645 189,645 00000000000005cc2bbf04e07f3eabc647b6a191e7fb33fa432e96839de23b2b 0.08 MB 201 90
189,644 189,644 00000000000004406acc1218c6cc426bace7156bb2dd8d0a7056897fe2f36700 0.22 MB 512 221
189,643 189,643 000000000000003fe93e85eb67912285a2434eed23b17cd95059e867263347ef 0.00 MB 10 50
189,642 189,642 0000000000000819b506dfbb7a768ad0e9b6f50ebeff084acd8492573fef0684 0.11 MB 205 196
189,641 189,641 00000000000006ab1adb0b6e5257f842abf04fc2de6d6b552519ee5c6d9dc339 0.02 MB 56 165
189,640 189,640 000000000000052f19119ef08b2691bc994614019582c34edaedcc79e141b631 0.01 MB 34 93
189,639 189,639 00000000000005001cd086db18e254f3fc0757b22a2dcba4f69ad7a283455699 0.05 MB 128 133
189,638 189,638 00000000000004b7b1913bd5f38cda8531e52ba3ee7a6748b2ee2a7cfbfce7ef 0.00 MB 13 103
189,637 189,637 00000000000008c6230cbc4d249bc3145cb13260f2c28d8063191c63a22db435 0.06 MB 92 77
189,636 189,636 00000000000005d5f0328587c81845ea8a8427a91084a04c04bb1f3c491afa2a 0.04 MB 121 67
189,635 189,635 000000000000065bd8d5f0ebe416d40fe78c8745b0af3225d8391419488975c5 0.12 MB 232 109
189,634 189,634 000000000000022b8ee3f7005cebc7d3b8153cceb1f4ca279ba8904903e8f573 0.03 MB 64 108
189,633 189,633 000000000000019aa792e27f53088c7fe3ad3d42855c251d54d533d2bff09717 0.05 MB 109 109
189,632 189,632 000000000000060c12a56bc812f5058f765b1278b70ead99595db92d51a478d7 0.07 MB 134 85
189,631 189,631 00000000000005894143c3c4f1a5b47035f33b9112c890083140479edb4a2b4e 0.20 MB 512 142
189,630 189,630 0000000000000118d8dc9f8a27e01b8da6acb93431bfb57b93f6fc78ec93c3b9 0.05 MB 123 92
189,629 189,629 00000000000003e985eee3c6c19b6b99ee579082c4b721983db3f21abc1f59aa 0.00 MB 1 0
189,628 189,628 000000000000044630614cd6c01bf63ee50118ffd8f388c446b8e7278280d0ce 0.11 MB 140 80
189,627 189,627 0000000000000239e56388a7012af0d9b374ce0915517ee26854b34b1870a874 0.02 MB 40 88
Previous 10 blocks ↓
Total Size: 769.30 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,642.60 GB sent, 94.42 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.