Memory Pool Memory Pool Refreshing

9,755 transactions
3.00 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,716 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,393 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (87,842 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
819,873 819,873 000000000000000000021245d5341f1f15183aa628f87761b27f946904907e7b 1.50 MB 3,492 130
819,872 819,872 0000000000000000000407e24bf9758292ff52352143660204f1a25d8b5387b8 1.49 MB 4,210 178
819,871 819,871 00000000000000000003d734c72876d6072a692edafd1f858ee58e0502dbbbca 1.43 MB 4,152 183
819,870 819,870 000000000000000000041633dcd2bb01ad048d71d5a6fb40df6fbbdb9b0bda46 1.52 MB 3,746 183
819,869 819,869 00000000000000000003e596c983ccfa9161087ff544651c6e43b520b2c36ea1 1.41 MB 3,962 169
819,868 819,868 00000000000000000001e943c54807e944dbb15ef9cafee8fdd88d805131d65f 1.47 MB 3,226 174
819,867 819,867 000000000000000000011f38d8296ab45d8eff68baa2a272e73bbaf2cf6406b3 1.49 MB 3,994 201
819,866 819,866 000000000000000000015d4e531adc1a06e60d24e026ee2e43ef0b31843b5dc0 1.73 MB 3,851 99
819,865 819,865 00000000000000000001c59289d82f8ce1dda982ec0345a3e1150186b422e08f 1.43 MB 2,863 127
819,864 819,864 000000000000000000014929a38bf8e283dd72cb55c0495e7d878d9f854093b5 1.56 MB 3,454 118
819,863 819,863 000000000000000000012e123e3a809c94f82bb0d42bdcf88b5b038d2e798550 1.63 MB 3,631 139
819,862 819,862 00000000000000000003307d8323e5258e6bc1187dbe4940e5d4d8c220d13347 1.69 MB 3,635 168
819,861 819,861 000000000000000000014a996cedaf37eda7095f2101ace75e8730ff27865667 1.70 MB 3,778 126
819,860 819,860 000000000000000000024f9d7b6fb55514c5942039f698e3ab9f278d0a9a8534 1.76 MB 3,597 140
819,859 819,859 00000000000000000003889c43034e04d400c215dcd4e3b17a6764adfe711004 1.77 MB 3,733 151
819,858 819,858 000000000000000000001e7fde5b3eb46986919400866a6b82b687434eba6bbb 1.62 MB 2,348 155
819,857 819,857 00000000000000000003274544a1c80e48ab24eb9052dc158dc5cc355d0576d6 1.89 MB 4,406 156
819,856 819,856 0000000000000000000072d1efa18b85744a1662cdff21a11b9468548f798534 1.82 MB 3,973 151
819,855 819,855 0000000000000000000323b779f339c41d4879c69016a4176739f595ac2b5b5f 1.75 MB 4,250 182
819,854 819,854 000000000000000000007f68a3252a7a01115137a3103e53b85b1611a6c7e133 1.72 MB 4,545 165
819,853 819,853 000000000000000000014bf29b55abaa1d5bfc23d17e4c1b04cbc57896da6ec7 1.75 MB 4,131 191
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,621.41 GB sent, 92.91 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.