Memory Pool Memory Pool Refreshing

3,286 transactions
1.72 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,737 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,006 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (454,637 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
453,099 453,099 00000000000000000268b41f4b243087763bd242ce0e39c564a8ac85b6f36680 1.00 MB 2,371 93
453,098 453,098 0000000000000000019a37f18f072c21f6075400d8f9f5f261eebee95355a171 1.00 MB 2,095 77
453,097 453,097 000000000000000001b14d0753a63db9b8e463d0c96aa7fc0b37b785f8d0694e 1.00 MB 1,620 88
453,096 453,096 0000000000000000017730b4165cfb00c0d22c2eaac959d9580a42bdfbaa27ed 1.00 MB 2,141 71
453,095 453,095 000000000000000000a62fb03c36ecbe26ab4523447e5c9e138541ec827762b9 1.00 MB 2,547 142
453,094 453,094 0000000000000000008a698ad3ca4905c10847f961f82e94bfa28ded5696fc65 1.00 MB 2,399 85
453,093 453,093 00000000000000000243975ce0bd6c24581d3805faaf9dc49e8801d1b711ad23 1.00 MB 1,907 64
453,092 453,092 000000000000000001045492cf8a001d3e1402406af438d81d4ad7dea2d48b65 1.00 MB 2,120 98
453,091 453,091 000000000000000000fc0d939717203690cd6d21fef14a8a635d0317ff111e7c 1.00 MB 2,965 170
453,090 453,090 000000000000000001b614d33715ba0b3ab810c829a2ac09febf6ca681b258a8 1.00 MB 2,405 95
453,089 453,089 00000000000000000123e038c4f38060d0883eda3ff472c1ab84a658e9ae6de1 1.00 MB 3,443 75
453,088 453,088 0000000000000000017556ca9d93173b9092942e5f1189ea8790c4dd092056fc 1.00 MB 2,962 82
453,087 453,087 00000000000000000059cce43a936055c33f9852d68ea9e78cfd99e1191e703f 1.00 MB 2,330 95
453,086 453,086 000000000000000000103810ef72f874c28550383361bb4a31cbf81cd0b75f03 1.00 MB 3,045 80
453,085 453,085 0000000000000000010a720e6d5dd97a7b4fa7f164f59d85f19d9f4034652a24 1.00 MB 1,866 75
453,084 453,084 000000000000000001059d7612335fdb23fd72335634de534f8f9cf81e08fe97 1.00 MB 2,091 98
453,083 453,083 00000000000000000001d5e72f63f7a2fa3bdf15b4b47f0d3bc76596fe29e25c 1.00 MB 2,455 148
453,082 453,082 000000000000000001f94bbd87aeff0c72f8fe3fc1374af412a194643e24cbed 1.00 MB 1,922 106
453,081 453,081 00000000000000000253b6b81b2424e23335158ca418743994dfc1679b24d12b 1.00 MB 2,541 104
453,080 453,080 00000000000000000015eef5a21c9909f68aff12c7dd74ec28cae5d315de06d0 1.00 MB 1,651 100
453,079 453,079 00000000000000000121017b5c5386fd3cbfb3c8f87a574327785abcebd355f7 1.00 MB 2,822 131
Previous 10 blocks ↓
Total Size: 769.05 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,627.45 GB sent, 93.12 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.