Memory Pool Memory Pool Refreshing

5,422 transactions
2.01 vMB
Show Random Selection Loading Transactions
Max Size: 12/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
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,055 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (3,712 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
904,018 904,018 0000000000000000000206117aee3f5aa47050933ce202564725238c061ab214 1.60 MB 3,638 3
904,017 904,017 000000000000000000005a76860c31ef3bc169b7912eff6f5550a4b3d291af7c 0.59 MB 1,208 2
904,016 904,016 0000000000000000000093847e580a04b5aad87035b0d1e2b8d7eb69b38c9609 0.83 MB 1,786 2
904,015 904,015 00000000000000000000123b1554f4e70d4ec8029323f2edb7789a970a09e5a3 0.99 MB 2,151 2
904,014 904,014 000000000000000000019e9a534289824db5363ef86035b19c253fe5afa78fa0 1.60 MB 2,873 2
904,013 904,013 000000000000000000012e81b63ab7fabbe73c4d43dfa1bf4eed55595e047868 0.77 MB 1,594 2
904,012 904,012 0000000000000000000019d648397d88b4fa8b5eb3fe6050c30bfcf700db313c 0.67 MB 1,224 1
904,011 904,011 00000000000000000000f7a6f5310d0c0a3d88bcca1678912644b57f0e142215 1.47 MB 3,329 3
904,010 904,010 00000000000000000001bc1ead093f3262a71ee3ea955f8c11412428248b758b 1.14 MB 1,803 2
904,009 904,009 000000000000000000021c8b1221692011f1ecc5155cb2485edb28db194970ff 1.21 MB 1,849 1
904,008 904,008 000000000000000000018b7caa19bf0dde276d843268f7006f552732b8e09e92 1.55 MB 3,725 4
904,007 904,007 00000000000000000000a77b8be3826f041675ecde4d14298b3a03c1a9488b0e 1.06 MB 2,403 2
904,006 904,006 00000000000000000000f599b6bcbd85d1da8c84899ed4abd351d6b3512025ff 1.51 MB 3,331 3
904,005 904,005 0000000000000000000087cfbf8f695be8ccca9262f8236954f57bea3e80243e 1.05 MB 1,931 2
904,004 904,004 000000000000000000015497b8c8519bee8f6f45f23c733d6f4e38a3b4a68487 0.97 MB 1,980 2
904,003 904,003 000000000000000000010231f521872c19dd85be1f5804f773d08cd8741640bc 1.73 MB 2,735 1
904,002 904,002 000000000000000000000822192f863d9e1c19841d6dda4649ccfb0ffef950b4 1.57 MB 3,672 3
904,001 904,001 0000000000000000000267e96f800936bc9df4a5792a5361930f000434f64ea3 1.22 MB 2,582 2
904,000 904,000 000000000000000000005f72cf80178413b135363b32bb1e1a70aa3e3e75ea13 0.27 MB 487 2
903,999 903,999 0000000000000000000229c4adf105f147cadd19f367d7f76efaf8e83eb2b8fa 0.27 MB 503 2
903,998 903,998 000000000000000000013a26fc2a96aa512c9e952c16c32018b111700b4955da 1.80 MB 2,489 2
Previous 10 blocks ↓
Total Size: 769.04 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,626.27 GB sent, 93.06 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.