Memory Pool Memory Pool Refreshing

12,173 transactions
4.15 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,071 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (620,877 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
286,853 286,853 00000000000000013ee970c8c08f614568bdb9254c584b524cb954a0afd44c37 0.04 MB 80 14
286,852 286,852 0000000000000000c34350dfc236efb8dce20ae73562e40e3b1e54c339712d47 0.31 MB 503 32
286,851 286,851 000000000000000149d2c7ba62fa869b8b1b0926079bb048c068fe51e8321fe0 0.26 MB 491 32
286,850 286,850 000000000000000119030483a7bd73df756db00776d0995ed2ff4eed7e935724 0.10 MB 159 22
286,849 286,849 0000000000000000c81f09fde4c8c4f752b65aec3f4ddb18bd411ed0770b847c 0.35 MB 649 33
286,848 286,848 0000000000000000541488b406225c3b62cb4af7a3e70321bd994171265c8261 0.12 MB 38 21
286,847 286,847 0000000000000001151f3881117fc869c492257e964f8c2507a4e1e25bb139c7 0.50 MB 735 48
286,846 286,846 00000000000000010ff28cb4a05713a12f2933ba32249dc8b55e54c111104d44 0.05 MB 89 36
286,845 286,845 000000000000000047d8bd0abcf472ce33716e70a2d4d8f731c03fa279993776 0.44 MB 544 53
286,844 286,844 0000000000000000fd1e1b252b016b28f93daec6648140b099644db2ff16bc4f 0.34 MB 483 30
286,843 286,843 0000000000000000b6aa3e8de6980af4b65690082a1fafaf2c49cfc094b816c2 0.29 MB 470 26
286,842 286,842 00000000000000002b95aaeb7ec207870b9daa60c8185e750cafc046ad89ce26 0.09 MB 116 98
286,841 286,841 0000000000000000b9183c9639f0fa2f7082f437d478541d07f85f71dc57597a 0.29 MB 443 25
286,840 286,840 0000000000000000f70a83e648581b5fee4d57bd5e9f799922701d59dbf1bd73 0.05 MB 80 19
286,839 286,839 00000000000000009ad2989ea7bdfc441e33f9c3a8433b513fc71d8526f65754 0.06 MB 198 40
286,838 286,838 000000000000000056b984c93363de432860b121c04f872fb17b995e59ffdb7b 0.25 MB 445 36
286,837 286,837 00000000000000000946287594c79bc1c8c8240a2cf337525c6e5d7753dab8d4 0.35 MB 309 26
286,836 286,836 00000000000000004d2d777797dfdc3cdba7cdc25c79fad39cf4b1b5139583a0 0.16 MB 63 13
286,835 286,835 000000000000000151acc458a2014d4f5a0c9ce81a2f877307a36e1a773f7dbc 0.35 MB 621 32
286,834 286,834 0000000000000000b88093a270924739e48387866887cc475760328eb121ed97 0.03 MB 61 39
286,833 286,833 0000000000000000db15637204b2e5d8279cb0605c8f30d25499d4edfc1d2899 0.45 MB 760 32
Previous 10 blocks ↓
Total Size: 769.04 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,626.87 GB sent, 93.09 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.