Memory Pool Memory Pool Refreshing

4,012 transactions
1.02 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,705 (781,913 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
125,792 125,792 00000000000042a2acefbd82991271cdc041ed41701a42d21674ae02f46e058d 0.03 MB 41 1,239
125,791 125,791 0000000000001dda4a4684ffc9ca3bf2c3276fc30e2445d91c06b340406bc154 0.01 MB 17 1,238
125,790 125,790 00000000000010324f9837506e4a7bb30cabe47d085dd80c01186caf9ff03ec8 0.04 MB 138 2,644
125,789 125,789 0000000000003a8fa390d8a1f8d70fd11a642b4e848c5c93a50e2535774bfa1e 0.00 MB 3 3,883
125,788 125,788 00000000000025028231fbb77d0cf97a4546dff2ab097b3109a39b275fd5998a 0.03 MB 90 1,637
125,787 125,787 00000000000008246163a8f2c8e0ccc361afc16ef49aa9e91ad969f6eb831c67 0.00 MB 8 666
125,786 125,786 00000000000042fa49014264b52b51e76605caf561510f828863eb4f00312c0e 0.01 MB 16 1,158
125,785 125,785 00000000000025fac293d0beb2d0d208e9ce2d459e9e3366f882a33b3a7ed0d4 0.00 MB 2 0
125,784 125,784 0000000000003861762570df42f9eb6166f918421d27c87508901f64a00199b2 0.00 MB 10 352
125,783 125,783 00000000000039063285d03fd6f02b8bf5a7667de81899256f5020cc7518f1d2 0.01 MB 34 235
125,782 125,782 000000000000271ba0928f9e58abf59690880e25e97b7159d0553940cef7aa40 0.01 MB 31 1,140
125,781 125,781 00000000000018fc9ff8ab4395f704cefff292d166d016698623b89535728374 0.01 MB 29 112
125,780 125,780 0000000000001f9f3012d9d965e4a08b23657c4807016818a043f96a72e78598 0.00 MB 9 1,931
125,779 125,779 0000000000001749341be5f91999bfd29d30c3cad59a18cd9c65d49b9b880524 0.03 MB 126 129
125,778 125,778 0000000000000d6671d7737d0c31be643d6347ee826e1a8f5f7e16dbd51179dc 0.01 MB 28 1,831
125,777 125,777 00000000000009ad50ef8530345b3fcebdf65b81e4807997c4a95f013dca39ae 0.03 MB 76 301
125,776 125,776 0000000000003634666a63bace001b4f03a954eaada8f2a2514f3a8328ddb0ec 0.01 MB 20 1,243
125,775 125,775 0000000000001f8460d085d7fd9727825d09745656f62cc49b461cd7f56406c2 0.00 MB 7 0
125,774 125,774 0000000000000d18a5a500f943634b29be1a22dcd2a37afa862679763d8c6ed5 0.00 MB 10 0
125,773 125,773 0000000000000efb8a6fa50a4ad90c41914825ffe98b3ef200b47d3c079a28d8 0.01 MB 17 621
125,772 125,772 000000000000282ffbe03877e1d05dda9d4fdb17b58e09993eba4b4ddd491205 0.01 MB 14 1,411
Previous 10 blocks ↓
Total Size: 769.00 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,616.62 GB sent, 92.78 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.