Memory Pool Memory Pool Refreshing

4,244 transactions
1.43 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,715 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,487 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,714 (671,937 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
235,777 235,777 00000000000001514ded85f85ecfbeb9f6b0ff9998fef52d8af218c78377493c 0.05 MB 77 99
235,776 235,776 000000000000002e04e96cbc101a23fb491a96da04ad667e117409f79f47c7aa 0.07 MB 148 198
235,775 235,775 00000000000000bfaa451c94adc930b5524b09b289e5f067125e63e75d648d1d 0.23 MB 579 190
235,774 235,774 0000000000000080a616bfda277014839374b08b08f3c94b9d5f58ea149c6ed7 0.22 MB 398 167
235,773 235,773 0000000000000022f51f2af486b1160d998bceaa3737deb350314bca9665f224 0.05 MB 100 181
235,772 235,772 000000000000007f44a432d68137a205c599ef31ab14f635f078b6c5f776f15a 0.15 MB 301 137
235,771 235,771 0000000000000182481dfc17e992aebde69ee4bd2a71b2b8e65328409fb37afe 0.17 MB 409 217
235,770 235,770 0000000000000128620017b06c5d3eaa8c680cd2ff0d571c32d33e997b0355e5 0.15 MB 458 60
235,769 235,769 00000000000000a36c34d751a6df40e0d8edfbf99e98805826164e04f908baf4 0.05 MB 111 195
235,768 235,768 00000000000000b08ced65a67e6d2c358bfadd1292b4604d084c741baa7096f0 0.05 MB 145 225
235,767 235,767 000000000000013755b5ebb98817f16b3daf5033031100153f0ee208a7355b61 0.25 MB 197 26
235,766 235,766 000000000000007013aa86e73504b28d6d93af445e1982c0217ac5a3fd8b8657 0.15 MB 253 116
235,765 235,765 000000000000006883691c5ac111983f1c6700b237318bd7b98a03895e71af68 0.23 MB 449 166
235,764 235,764 00000000000001117d545f676fdff92ca97de58e8f9966de202bd40d4610484b 0.25 MB 239 63
235,763 235,763 0000000000000020da5bf9b42ca2ef11702b5801d788b103409378d7c4ce0bc5 0.23 MB 520 202
235,762 235,762 0000000000000053141bfe26aec97c3d1312f5ee22ff41220e2f649213e2e16e 0.17 MB 432 186
235,761 235,761 00000000000000513b5dd7e46be66095996e3bc8c368dcd0d06465cdf33f9936 0.13 MB 316 194
235,760 235,760 00000000000000aada29fb28a9dcb6891f7b5254ba77393c6e3a436d6e4f0090 0.14 MB 371 220
235,759 235,759 000000000000000a369033d52a4aa264844b50857f0c6104c555d53938e9c8d7 0.15 MB 124 39
235,758 235,758 000000000000015f416afc2a44461adb178764a4fb45e5935c0a5717edf451a8 0.04 MB 93 144
235,757 235,757 00000000000000cd993c3a8717112918cd98526cf6a0297a5ec3c3ac1131af23 0.11 MB 269 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: 10 outgoing, 114 incoming
  • Data Transfer: 1,617.24 GB sent, 92.87 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.