Memory Pool Memory Pool Refreshing

945 transactions
0.27 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,788 00000000000000000002349e0000000000000000000000000000000000000000 0.27 vMB 936 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (100,151 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
807,636 807,636 0000000000000000000265f8e456bfbcb92aa73b1937b55d8ea95b36a0e4bb19 1.81 MB 3,309 20
807,635 807,635 00000000000000000003db8db1ea35e2827304ecae6653f74edbc7b29c687b5d 1.77 MB 2,044 20
807,634 807,634 000000000000000000001247c58f14d39411aec8e96a433785302c5ba393cbfe 1.86 MB 4,400 14
807,633 807,633 00000000000000000003c2f248021d14c872a1372aaac0cf24f1df9309dcb0dd 1.69 MB 3,396 21
807,632 807,632 0000000000000000000509facb870938491844a47f7114011c28af6633039575 1.49 MB 2,840 23
807,631 807,631 00000000000000000000c075cd769c67000efdfc142a8d3e7460e6720343f081 1.82 MB 4,959 16
807,630 807,630 0000000000000000000500d46c7fa9e019c5ac11c426880ea6ea919f8477ae47 1.91 MB 5,290 15
807,629 807,629 0000000000000000000316db8fcbf01f638f4e5a9fb950bb890fa1297677f574 1.43 MB 2,803 26
807,628 807,628 00000000000000000004c615dd36b81a88f98a91ba968fb3c6d6feab3ff68a70 1.80 MB 4,737 13
807,627 807,627 000000000000000000002ab9cdd4c0a16fb0141fd6638eba3d0477d08ee9e3ac 1.56 MB 3,337 18
807,626 807,626 00000000000000000002e1fbc69d22fba50204d885a1afb827d84c0504a4cfd9 1.39 MB 2,497 26
807,625 807,625 00000000000000000001a70f708bac6ee7e95df41611d1f959d7af37d403c4d5 1.96 MB 5,833 13
807,624 807,624 00000000000000000000bef266c8e17c321ac01fb99d5b74c47c97413ade5edf 1.78 MB 3,709 14
807,623 807,623 000000000000000000025596cdd645470a86522d1ce834483eb798c5c81f7260 1.92 MB 5,717 18
807,622 807,622 000000000000000000050fa65cd6104bf07f4e39dd0b855daf5ed3092d540ee6 1.50 MB 2,953 15
807,621 807,621 0000000000000000000199cedff3ffb33a00ae752e64936bfd3eb4a5beb50f95 1.62 MB 2,150 19
807,620 807,620 000000000000000000052965d9ee3b6ac035d5769df14bcb22c5aa23336173a8 1.50 MB 3,477 27
807,619 807,619 000000000000000000045d07c30c88949145980a9fc607f98214e3ab459359e4 1.87 MB 4,376 20
807,618 807,618 000000000000000000007b88b6af231aaa378879200e8e3d5ad2140d60b4f5f5 1.91 MB 5,083 17
807,617 807,617 000000000000000000004d48aa9cba4a5c18dec460f5cb31aecd25a8be3f51a9 1.98 MB 4,686 14
807,616 807,616 00000000000000000004dac2dd911393dbcde61b706871a37879debbaff58438 1.49 MB 2,277 16
Previous 10 blocks ↓
Total Size: 769.14 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 1,631.89 GB sent, 93.59 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.