Memory Pool Memory Pool Refreshing

7,750 transactions
2.61 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,866 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,458 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,865 (34,267 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
873,598 873,598 00000000000000000001f9d8325a70ddedb241203ab020a64bae08e0823e8208 1.24 MB 2,162 10
873,597 873,597 00000000000000000001ad0d93cb17107e8e037009c6df0d0f795df26ccb4818 1.45 MB 4,203 12
873,596 873,596 000000000000000000004bcac8d33a2dcc93959439136bf9322618e518a157d8 1.48 MB 5,051 22
873,595 873,595 00000000000000000001adc8b1bf31a0456302980fdde33d158d6daa94f978c5 1.82 MB 1,361 6
873,594 873,594 000000000000000000020778dff2888e5d636acba7666809ec45377339e0f593 1.31 MB 994 9
873,593 873,593 00000000000000000000eca35a67382d7df406d6ddd0f7ac815f57758ae4bfbc 1.67 MB 760 6
873,592 873,592 0000000000000000000276b3f95a0ac5cc128c9109ab26d211d01d9e8cf32864 1.53 MB 1,137 8
873,591 873,591 0000000000000000000052b7928271df5d5db1fff3d51a1ade30f2fc2bc6a0f8 1.16 MB 789 9
873,590 873,590 000000000000000000019d3a238322cf95dd4e491194a165be230697a42a6680 1.29 MB 1,525 10
873,589 873,589 000000000000000000024a36b8e0930535420068e042ffda764bacf7e4d765ae 1.44 MB 2,526 21
873,588 873,588 00000000000000000001e2b31a550d6c37ea8757ddcfadd055fa489dcaad75ca 1.46 MB 2,608 16
873,587 873,587 000000000000000000029c17083dfdd48b70c65d406cfd2353e693b452628a75 1.18 MB 1,179 11
873,586 873,586 000000000000000000013252d26d896f36d626a677a9c50973c2eac45a218f2b 1.36 MB 2,002 14
873,585 873,585 000000000000000000001301fa4eaac6a30eff4a0c17215ad3d77aea654b6bd6 1.12 MB 696 10
873,584 873,584 00000000000000000002a56089912216ab4ef22216785fe2a940f9ac090b84ce 1.37 MB 1,148 10
873,583 873,583 000000000000000000000b2058621f2e6f433cc37fd84eba574fcc0a1d990890 1.63 MB 3,255 15
873,582 873,582 0000000000000000000105de8f8691af818a4aa49ec01d03601ff5eb9407af8f 1.61 MB 3,671 14
873,581 873,581 00000000000000000001d6ebcc497790dc447f888fca90e7ccffd3aac74d08fa 1.61 MB 4,238 16
873,580 873,580 00000000000000000000fb4a497e37fd6fe4c3f7ce9d7e450d7f23828cdff030 1.64 MB 3,954 19
873,579 873,579 000000000000000000027ea33c87656845b411968c0d7018960865faf12032ee 1.49 MB 4,475 22
873,578 873,578 000000000000000000025423e700b6520db875948468bc4c1d9e8c0ec12e7b69 1.56 MB 4,594 30
Previous 10 blocks ↓
Total Size: 769.29 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,642.50 GB sent, 94.39 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.