Memory Pool Memory Pool Refreshing

5,811 transactions
1.79 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,842 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,164 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,841 (718,066 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
189,775 189,775 00000000000004e055fbb153a6371891f7dc52adbe525b3a5cf3b9413fde7551 0.09 MB 175 98
189,774 189,774 00000000000004e608a0f316f92732c6dd2f0c61d5f55dd03cac907d5a607ae6 0.19 MB 469 675
189,773 189,773 000000000000062e21d80c3a511a0e813c3678768f724a5c53a885b575091090 0.05 MB 116 132
189,772 189,772 00000000000000246ebe4a145a995a0fa2ba8d0102c9a752581e0910b8b8a3ea 0.14 MB 340 173
189,771 189,771 00000000000006564e91d59eae1081fc8ddfc7092d48a7585acc2fe223e3dfb5 0.01 MB 19 257
189,770 189,770 00000000000000ae181228019fa912038924b87cc0f6ed9184a47be2eba716b4 0.26 MB 210 78
189,769 189,769 0000000000000089dc48040063f92243598e2464a1e0441959dcf59c09727777 0.02 MB 64 112
189,768 189,768 000000000000066fcb1fcb5ec86ce44ec195be3f364518c9635f1ba6f208f570 0.00 MB 9 116
189,767 189,767 00000000000005cfefe66aed526a67c7c8ad770e99a388574fc553430a675e38 0.02 MB 51 262
189,766 189,766 0000000000000494ec6aaadd668bdddd7bb75a1255bc1dc9b91c4d6a3cc7a926 0.03 MB 104 29
189,765 189,765 00000000000000f2a2e04946be42625644349797fc5d5d4244b9c2902e0c097d 0.10 MB 181 84
189,764 189,764 000000000000064f619e0b530d0352b71c3ee5036e68365d98355612395ae2c3 0.10 MB 256 302
189,763 189,763 000000000000062766ab11eebc2a1c777cbb2f213e9e8c8c7ae0256d5fecdb02 0.03 MB 80 87
189,762 189,762 00000000000004f937ecf3f49f2dba51e87af153cf8a6f2804d5af5091bf4cba 0.14 MB 287 114
189,761 189,761 000000000000043fed4a05423541ddff2b9ea7a7ce942ee72e3b57ccf05f164f 0.03 MB 75 105
189,760 189,760 0000000000000569a60e202fc7fe6fb75950231e14bf68c706ddab31ac6baf8e 0.03 MB 109 36
189,759 189,759 00000000000001c4610d7001e1fb5bf74952256265ba84f3dd2036201b796776 0.05 MB 128 76
189,758 189,758 000000000000072c0168f0e8ce323678096af5500329c017b74dad58050231b0 0.14 MB 286 115
189,757 189,757 000000000000026066c1492c7b6b23746e65c7e098bc6d30075f97df98fa88b1 0.00 MB 1 0
189,756 189,756 00000000000000635d929590bf5f0d591e7f8bb40276580141eacb0a383384dc 0.04 MB 89 137
189,755 189,755 00000000000008c8c268853420ec4d39838d11a8d9a42817ddde1f1a4b3840ca 0.17 MB 398 125
Previous 10 blocks ↓
Total Size: 769.24 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.08 GB sent, 94.15 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.