Memory Pool Memory Pool Refreshing

873 transactions
0.36 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.35 vMB 868 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (515,020 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
392,748 392,748 0000000000000000084b949b5a17e4d1d23636b33e19a3446a7bdf519f7eebd8 0.15 MB 184 25
392,747 392,747 000000000000000001afce3a3ae116eecd4bc2263586b9f7d675a5fefd93a7aa 0.99 MB 445 7
392,746 392,746 000000000000000008ee34f513f0ff17f703146ba34782eded2970337f2d515e 0.92 MB 1,557 32
392,745 392,745 0000000000000000013953e4a5d1b49191ba05e12f13afeb53edd37a1c935a98 0.24 MB 237 17
392,744 392,744 00000000000000000867ee9ea00579d32cc52b9a9503ef686cdfa4865ccdfc94 0.49 MB 874 30
392,743 392,743 00000000000000000889c5acf3dd93b9dcd500c5a436fbac7563814e234b2742 0.33 MB 707 37
392,742 392,742 00000000000000000025850c2057c0b11514314706b45cd551939b95ad42f763 0.82 MB 1,683 38
392,741 392,741 00000000000000000164534d70dfac0b4457d7c47ac106b1952736c830afc1d5 0.99 MB 1,547 26
392,740 392,740 0000000000000000083e36788e730a254feb94c739edb0e1039cc7b1cb42992e 0.32 MB 802 37
392,739 392,739 00000000000000000823dd1516c158855a4cf1ccf1b75b30b3f8073b9bc33d54 0.95 MB 1,941 35
392,738 392,738 000000000000000007bf96886815dea699b2c103649515252d062dda704e34dc 0.17 MB 143 12
392,737 392,737 000000000000000009831a9f7db934ac9b0af08bfced22fd24ad09a0b76383cd 0.43 MB 939 32
392,736 392,736 00000000000000000605761d0a27fb004389c4642de63bac6f5187ea91c3ed48 0.13 MB 147 12
392,735 392,735 000000000000000007f5f41ab88b680c62789f725df7011e1ec5b29a1539b7aa 0.48 MB 939 33
392,734 392,734 00000000000000000927b60b8b4754fcfc1c3b6f7a43735442afaf03cd3b707a 0.59 MB 853 23
392,733 392,733 000000000000000002f70dfc6d1c09290d0187506d961b0dd8701676d7e0e2ce 0.78 MB 1,305 31
392,732 392,732 0000000000000000067566fd93ac510053d61b7d9ef2107399e95c343b08db54 0.75 MB 1,578 36
392,731 392,731 0000000000000000097d805b12f070f9e92b7a75c819afd76c72db41959a23ab 0.94 MB 1,090 17
392,730 392,730 0000000000000000034f89dc68d0ab531b5a5b6b75e60e37d53e5a8f05778223 0.93 MB 2,397 43
392,729 392,729 000000000000000003d8a92784621c35869aa24efe37e59a0a4832b47547647f 0.95 MB 2,842 53
392,728 392,728 000000000000000001e10c52c3179234c656668e56f9a5ace12b6288c8602798 0.25 MB 511 28
Previous 10 blocks ↓
Total Size: 769.11 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,629.34 GB sent, 93.42 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.