Memory Pool Memory Pool Refreshing

11,334 transactions
4.79 vMB
Show Random Selection Loading Transactions
Max Size: 26/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,724 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,746 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (8,042 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
899,681 899,681 0000000000000000000125e5e0fcb765c1be67a9c94c53474bd6f2dbd3fdf9c2 1.52 MB 3,156 3
899,680 899,680 000000000000000000016322f1c4c34757dddafedcf1af8e335f81db235fc31c 1.54 MB 3,841 6
899,679 899,679 000000000000000000012255f7cf5285f3795d4c10286e870ffefb523dd324ca 1.58 MB 3,689 4
899,678 899,678 00000000000000000001f92f3203ccca808aba03d6848e8de80ea725bd66d09c 1.50 MB 3,683 9
899,677 899,677 000000000000000000021d5da33de540daa55f8c8ba8dd0147b666f73bc0ede5 1.64 MB 3,182 4
899,676 899,676 000000000000000000021a6b693b0c096ab033fe5608ae43dbf94d0826458a4b 2.51 MB 1,535 2
899,675 899,675 00000000000000000001ccd96e1d7007dea4818462e07d2d9c1b4fbfc677d096 2.03 MB 1,051 1
899,674 899,674 00000000000000000000853b914b9e77cd4630e151ada9186b5f40f90237ba3b 1.64 MB 2,039 2
899,673 899,673 00000000000000000001ef77ad0602a48a395ce4d8481a67b9620c9d07b768cb 1.53 MB 3,754 4
899,672 899,672 0000000000000000000017cea91a95b088fe3a26b821144a07a78eee64b85fcf 1.66 MB 2,991 1
899,671 899,671 00000000000000000001f1f6f8606139711cd9b9c096485b8dafe84b5a1a1ccf 1.65 MB 3,282 2
899,670 899,670 000000000000000000010c39f906387005670b9c30d4f38d1f2df41e7f3c092c 1.52 MB 3,695 10
899,669 899,669 00000000000000000001e33dfc29f56e0737028a30490a0e087c476ab0089e22 1.64 MB 3,074 9
899,668 899,668 00000000000000000001c9e3ea7e83ffd74a601a6fbce5db511ed7465922ef60 1.60 MB 3,363 4
899,667 899,667 000000000000000000003e5d0934af6bcb37d5c844e4e0996ca93d3bd8f94c3b 3.07 MB 1,327 1
899,666 899,666 000000000000000000014ba22a0711b359c526954a1956f8b96818559f22b07f 1.69 MB 3,650 2
899,665 899,665 0000000000000000000201da38291366c295ad1a22d5c60e88271d9ff64d2c71 1.55 MB 3,369 5
899,664 899,664 00000000000000000001ba4985126f3ad7c1d29106e5285aaf2ba6a83322e039 1.87 MB 3,199 1
899,663 899,663 000000000000000000002e2f0613d608c884f8d685739a05c17e3f135ef032f0 1.74 MB 2,769 4
899,662 899,662 000000000000000000005d864aae68acde24ed95fd88205c00922db4ceaca147 1.58 MB 3,494 4
899,661 899,661 00000000000000000000d83ea5ceca7e04b9a1066cd457cebff7a826d231c492 1.61 MB 3,646 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.11 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.