Memory Pool Memory Pool Refreshing

6,251 transactions
2.03 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,703 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,902 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (697,307 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
210,395 210,395 000000000000001e7fe21368f7c8485b2ba71d7f5375163ddf5afb428d9514f2 0.14 MB 179 100
210,394 210,394 0000000000000127dd81b0060c02600deb53e6216682021f43a2c8da68f75511 0.06 MB 194 268
210,393 210,393 00000000000000f43a75b9688aaa463d2f3888f6efbda3cd81cf72f2343ca122 0.23 MB 606 183
210,392 210,392 000000000000007c6aa9bb46a57f86e9687f2900fa18d28e1c217468da5f6ffe 0.00 MB 4 2,278
210,391 210,391 000000000000009ec0b536415a35b21059a0c2f143e70cf9b1fd55a50f16cf4f 0.01 MB 31 177
210,390 210,390 00000000000000be86ff4970059850a48ad0aabe208547bfa0f956f57cfa308e 0.20 MB 384 175
210,389 210,389 000000000000039a440104d31cabd03635f9036fd754305f34c500883880ddf7 0.23 MB 162 61
210,388 210,388 000000000000012a7148147abc2f4f43928322ebbd8b3778430bdba082566d5e 0.07 MB 58 81
210,387 210,387 0000000000000365ac9d6d198d79d22ce402947a1a682f904e646eeeb26ad48e 0.03 MB 112 43
210,386 210,386 00000000000003b80c235eb6bb0f1b8886e1d0ee4f463dfa4b27c0f5f4381cd5 0.09 MB 199 157
210,385 210,385 00000000000004499305afd62efe33cf163d2e5c22234cf69dbef302b20432f9 0.42 MB 533 118
210,384 210,384 000000000000002fa070df0a7daa5f7f5459b327629f432bce97e523e30542b6 0.27 MB 369 132
210,383 210,383 000000000000008b90581c7b8289cd3d9a4737358a61c908d5841912fceb27df 0.25 MB 686 254
210,382 210,382 0000000000000174ccd5d18513578462325f0a7574c18f724d5f5b8c0cfb4319 0.00 MB 11 50
210,381 210,381 000000000000039c63c823a974379e43be85eaadf7fd6ec477dfb3b080d36c57 0.05 MB 141 10
210,380 210,380 000000000000012e3963905be85aefcbdf9c9759e202a953c48b2f941077ebf5 0.42 MB 1,132 177
210,379 210,379 000000000000018718f5dbbc7072b198a87b28e89af3a80acc20ef2e7a7e0fc7 0.28 MB 486 155
210,378 210,378 000000000000024b9b9e33fe401126ceb27546473f3e282d59ddb010891e3aa7 0.00 MB 10 153
210,377 210,377 00000000000001c299f176eb48a8ad6d031473de5579e0ddefdbdb4badf95d11 0.25 MB 485 170
210,376 210,376 00000000000002b7fa83638894ba2fbd809c043e6dee2905e6b093f8da4c1d63 0.25 MB 721 226
210,375 210,375 00000000000004a56c08ceb3c1f5c5e2367049b71a2ebbb41675f0b829c02638 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 768.99 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.56 GB sent, 92.76 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.