Memory Pool Memory Pool Refreshing

4,908 transactions
2.89 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,454 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (4,047 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
903,754 903,754 00000000000000000001b08631e56b75dd4f443ef0a5d7353c7b1e35370d6724 1.91 MB 3,662 1
903,753 903,753 0000000000000000000111bfbdb122f0c03f90df192422c45343643175f2a8d0 1.66 MB 3,589 1
903,752 903,752 0000000000000000000190d82ecfff203c1b9014c136e51f4921de68eb94ac72 1.52 MB 2,169 2
903,751 903,751 000000000000000000004bbf29f1a6290cbafeff9e092c203d0c42132368c775 0.83 MB 1,273 1
903,750 903,750 000000000000000000025569dc1712e13de389cd0e10f6abed651d0695895195 1.65 MB 1,888 2
903,749 903,749 000000000000000000025dcb8d08e616117b6a4b4943065671cf464cdc270ea0 1.62 MB 4,019 2
903,748 903,748 0000000000000000000189e02693f164965f668975dfc0c709eb4080a46e16bc 1.48 MB 2,628 3
903,747 903,747 0000000000000000000223aa80d0d113206e5a4093d867a259df30983243526c 1.35 MB 2,623 3
903,746 903,746 000000000000000000013ab084d2773590d0af56c7d2bf7947493da7e21397c3 0.69 MB 886 7
903,745 903,745 00000000000000000001bb2b11b1ead2b4bd61548af5f105b742d748cc1bac91 1.19 MB 1,450 1
903,744 903,744 0000000000000000000155333114b7a5b7571e9dc85331f0c09b671d8b7fedbc 1.29 MB 2,172 3
903,743 903,743 00000000000000000000ef90f5a9c77b1a6d325231f80e2e34e9fce4263aeb5c 1.05 MB 2,597 2
903,742 903,742 0000000000000000000166e96f81414fd39ae0a81163a4e5813d3b6933cd09ca 1.39 MB 1,793 1
903,741 903,741 000000000000000000015abf94101eaa589f2666213f544e21780fec1ecec75d 1.49 MB 1,983 3
903,740 903,740 000000000000000000002477c864c9fccf80c1fbeb6f36f58b52b2ff188467a3 0.71 MB 966 2
903,739 903,739 000000000000000000003c25eb976903e397c9b15c1bfb2635fbaec12bf1af85 2.04 MB 4,122 1
903,738 903,738 000000000000000000014badaf3971ab1635e7b2da89fd8cea5796d477a26fa6 0.70 MB 1,017 1
903,737 903,737 000000000000000000007132264f1d43d4850e8e1680aa649c4bd322c94cd360 1.86 MB 1,454 1
903,736 903,736 0000000000000000000121438a97a492ed57468fcb79174c41a348dcd9a2a0ff 1.45 MB 2,407 4
903,735 903,735 00000000000000000000704a6fef2d40c0bf44c7488576a4a3273c833969b4b5 1.22 MB 1,180 2
903,734 903,734 000000000000000000013a68ddadc0be37575a673a90d7682d6a8334563a2956 1.48 MB 3,256 3
Previous 10 blocks ↓
Total Size: 769.17 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,632.86 GB sent, 93.74 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.