Memory Pool Memory Pool Refreshing

6,398 transactions
2.33 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,919 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,165 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,918 (19,130 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
888,788 888,788 0000000000000000000145f54e9e8f92790e812f28a12d725f16fcb39d63c213 1.65 MB 2,256 3
888,787 888,787 00000000000000000000d70b6ad5f5641f9f91ed96e847699367483a0234b92d 1.50 MB 3,112 6
888,786 888,786 0000000000000000000167cc5ccb75f8ade0d485ac8899768a98feb2446be3b2 1.54 MB 2,685 4
888,785 888,785 0000000000000000000260e1bfe16c37c6581be87f2630c387cfb3987cd5b146 1.77 MB 2,238 2
888,784 888,784 00000000000000000000719daeedf5bbc717b1f0ccd77a41d5bd99f17a1a3271 1.53 MB 3,612 4
888,783 888,783 00000000000000000001cef2e8afd9e9cbf8d5c096514f3ea21db68bcab5e68e 1.55 MB 3,102 7
888,782 888,782 000000000000000000001271b1a77c844941217926a5cc4d01e8855db4b733a7 1.69 MB 3,552 4
888,781 888,781 00000000000000000000550f38b0c490783334ff3ed8fe5a2ad8d8b323b9154a 1.61 MB 3,741 5
888,780 888,780 00000000000000000001e072dde29c1c41a49dd8391a2b99560eaed6c16fffd1 1.57 MB 3,490 6
888,779 888,779 00000000000000000000e91e8c174660d1be4b1a7b61e56b8b564080e28df253 1.66 MB 2,895 4
888,778 888,778 0000000000000000000165b9b01bde288ce770621348a592743b120634b4715e 1.68 MB 3,627 4
888,777 888,777 00000000000000000000565174820806b83f1236274b9de21f2566dd8e7918a8 1.68 MB 2,633 6
888,776 888,776 0000000000000000000029df25019e6331d15c8856871e8346f6d679df932655 2.04 MB 619 6
888,775 888,775 00000000000000000001577935c85e49046d02fbf3d9eca2eb42faad4756f5c8 1.56 MB 2,817 4
888,774 888,774 00000000000000000001130f182a52c2963195da926ca0b2dd25ec60da5ee2a4 1.56 MB 3,223 4
888,773 888,773 000000000000000000022c8727aacfe9a92ec3dcadd325946548d832c0c47332 1.45 MB 2,012 3
888,772 888,772 00000000000000000000c67840c180c8543cc05c0eba4071689fe655539b1ace 1.38 MB 2,503 2
888,771 888,771 00000000000000000001c59d058e2f3c9b37e3d529ee52e76902b9e462a66a6d 1.83 MB 2,939 3
888,770 888,770 00000000000000000001945b50e5384bc71cdf2fff0c178dc836b99521511d96 1.55 MB 2,566 4
888,769 888,769 000000000000000000015b94d14d39c30e44ece55d4b383033461144d3cdaf5a 1.75 MB 3,726 5
888,768 888,768 000000000000000000018e8d852406295abab41de17b887546f3287d5558aa11 1.77 MB 2,915 6
Previous 10 blocks ↓
Total Size: 769.39 GB

Node Information

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