Memory Pool Memory Pool Refreshing

1,982 transactions
0.76 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,851 00000000000000000002349e0000000000000000000000000000000000000000 0.75 vMB 1,959 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (69,936 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
837,914 837,914 00000000000000000001be896d3ebf91d42e02ef0a9f39c5f8ee73797be44500 1.98 MB 2,158 11
837,913 837,913 00000000000000000000cdf43c26b2a3d612908b4ab223f1f0c431b2af5f332a 1.94 MB 2,313 10
837,912 837,912 0000000000000000000334da7e37b7a10050b0c932094f4f1c9c19b0249fac12 1.51 MB 3,190 19
837,911 837,911 0000000000000000000044e28eabafd0e098c70bcaca140951a17ef0d05e2dd3 1.83 MB 1,063 5
837,910 837,910 0000000000000000000053823d7a4d640abbf6bd73ce350a7624c0441360716d 1.69 MB 1,654 8
837,909 837,909 000000000000000000011f73bc74bbb754ac4f30b939f53cd522265019a2dc46 1.83 MB 2,242 9
837,908 837,908 00000000000000000000f23d77fe446f42c8ccd527842bab8259d3d1a4b006a2 1.85 MB 490 5
837,907 837,907 00000000000000000002196916115d1d154f30a49b0ab3c90ffa8ff8c02446b6 2.03 MB 1,365 8
837,906 837,906 000000000000000000024f796b2cdf5e92ff2b543072b692fcea63a8e33c1384 1.88 MB 2,478 9
837,905 837,905 000000000000000000013e0eea0327e0657d913325f912805ec1200a7ed3c3b2 1.83 MB 2,946 7
837,904 837,904 00000000000000000002604cbaf07253673ca9cdaba42be0289b9b99dca8c818 1.75 MB 336 6
837,903 837,903 00000000000000000000634c00e98f48b9963d606c89a47d50b9cd03167a1bdc 1.84 MB 1,079 8
837,902 837,902 000000000000000000022761e7e3e921524aba392a4379672b22a0fa1422fe15 1.97 MB 1,835 8
837,901 837,901 00000000000000000000b5a504560586c4374d4e8a949e72625b7c21c4f14fcc 1.85 MB 1,490 8
837,900 837,900 000000000000000000020e01149db6304c6c72b70574d65a3544dc68914f98dc 1.61 MB 2,752 17
837,899 837,899 00000000000000000001feeac60dc0ccbad2b129d18d3ea9505a6afa8dcd104f 1.86 MB 1,595 10
837,898 837,898 000000000000000000020bb9b6e58d633608b4ad8209dcd248a4c1c90b14088a 1.79 MB 1,225 11
837,897 837,897 00000000000000000000b4c29c9846e739a57e72209c76b70ed5e393c49ccdcd 1.63 MB 1,842 13
837,896 837,896 0000000000000000000225ebcf2c2dffeb9ffb2845c1de4acf9ad05dcdc67752 1.10 MB 332 9
837,895 837,895 000000000000000000006cc6d5f7fbcf72ec06d570e3db69dd6ab62a90e01b86 2.13 MB 2,011 10
837,894 837,894 0000000000000000000062d1fc75cd8ab6a4be81556e75d25628c0c3ceb7ef6b 1.82 MB 2,456 13
Previous 10 blocks ↓
Total Size: 769.26 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.25 GB sent, 94.22 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.