Memory Pool Memory Pool Refreshing

3,214 transactions
0.92 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,712 00000000000000000002349e0000000000000000000000000000000000000000 0.92 vMB 3,192 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,711 (61,080 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
846,631 846,631 000000000000000000032eedc3397b13c0859147498175ad7066d3c8b110110d 1.55 MB 4,682 40
846,630 846,630 000000000000000000015e98efacee583606b9a1486603a88eb80b166f9881fa 1.43 MB 2,543 34
846,629 846,629 00000000000000000001742d8fc91e4beab8bb6e0b5a4d3065f614e8ebaafa75 1.58 MB 3,779 38
846,628 846,628 00000000000000000001442fbdf74f0e0ec34e12ebb91b31b7d61f430981b191 1.32 MB 2,757 31
846,627 846,627 000000000000000000005d66acf35a03bc68cbf1e54a16bc92d2a30148014de0 1.15 MB 995 30
846,626 846,626 00000000000000000000c5eba9eede9adb280775480f3845fd0b7d29b44e479a 1.60 MB 3,269 39
846,625 846,625 00000000000000000001d0070082949e32844af66f3febd0090db50854266167 1.13 MB 1,406 28
846,624 846,624 00000000000000000002dd6ded6b5ab6b2b5380f5ec77145ae198ef1ae40c6a1 1.42 MB 3,702 30
846,623 846,623 00000000000000000002da9a9949df9f2ace9f077cf1ac068d04bb39eef168fa 1.81 MB 4,056 34
846,622 846,622 000000000000000000022224e86c04c8dd206c73fdb50bb17d8325e0691a50ce 1.73 MB 4,331 38
846,621 846,621 00000000000000000001fc5ac10d5250640b6302dfd7a9c4f19af93f2c9a0e1a 1.66 MB 3,870 38
846,620 846,620 00000000000000000002d7aedc659b65c79a0558cb79da233496ea32e986639b 1.54 MB 3,370 55
846,619 846,619 000000000000000000030ec47af218c31b0084f4f36badeec761f1f44d0776ba 1.66 MB 4,180 32
846,618 846,618 000000000000000000020e6902255d6e3af87ab35ed394566b482a92f2e22e6d 1.69 MB 3,738 36
846,617 846,617 0000000000000000000082834188b0f35e5ad67d5c8a0aa8a1e8980d0e271e83 1.70 MB 3,572 38
846,616 846,616 00000000000000000002b7d168e2dec8d63b40b304d2a58868124cfa3a283f5a 1.68 MB 4,224 40
846,615 846,615 000000000000000000029978363a017cacbf0c90e1886f60117d2d6afcd6dc1d 1.68 MB 4,427 44
846,614 846,614 00000000000000000002a127d2b16d8bc5155e027e00ff57e896363777299076 1.48 MB 3,371 45
846,613 846,613 00000000000000000002369b3ffdb8d47d774a3d26802ff1a73ad1da4c16e956 1.52 MB 3,638 46
846,612 846,612 000000000000000000024cc820c4e238d118b0832aa828aaf916ae88a5d43610 1.53 MB 3,488 29
846,611 846,611 000000000000000000005d1fa81c96784dea13f78438094cd29845701216cdbc 1.51 MB 2,749 30
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, 113 incoming
  • Data Transfer: 1,616.91 GB sent, 92.84 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.