Memory Pool Memory Pool Refreshing

5,526 transactions
2.16 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,700 (177,819 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
729,881 729,881 000000000000000000046f6d960a44e8a13690761d39e29ea07985ed26a88f79 1.53 MB 3,192 15
729,880 729,880 00000000000000000003cde3b9bb5612d72b5c73fcd81c44181105a36532b674 1.54 MB 1,693 15
729,879 729,879 00000000000000000007c40d3259df02c59b02da132d799f10cf8dbc908d3955 1.45 MB 2,821 20
729,878 729,878 000000000000000000082cbedcd083cf568d5f155e7a5791348fc4410c58037b 1.38 MB 2,598 20
729,877 729,877 00000000000000000008a292fa1fdeb0b2533bfa6a6fa8fb9b7494de75cce47e 1.13 MB 673 10
729,876 729,876 000000000000000000086c5e17ee58a05a92faa7a3f81199a12d6ceb2a390c53 1.62 MB 1,345 11
729,875 729,875 000000000000000000070f3cf47a1d81366ed8887da60203ef1c271f47b5f868 1.54 MB 2,594 16
729,874 729,874 000000000000000000036de343472e75b3e9a2885b6c049db7e6cfc804827036 1.43 MB 3,078 25
729,873 729,873 000000000000000000031e5207d5dc26594437b0c0143f408fe1bd9c040883eb 1.54 MB 2,232 17
729,872 729,872 0000000000000000000861ca511610bd84992fba5865499a99b53c0660655105 1.61 MB 1,980 13
729,871 729,871 000000000000000000046fd45de79f56ab5cf7471a4d25fcc87f00da355f5f55 1.25 MB 1,186 19
729,870 729,870 00000000000000000007a5c6fdf83416823fbf7fb92f3544a9e74eccb978bfe1 1.22 MB 1,158 19
729,869 729,869 00000000000000000000dc453e5c1c19c199ca3d6b9c920ee8f6af5dee601c73 1.40 MB 1,975 18
729,868 729,868 00000000000000000002171292b6ff78450d8ec119cfa1f6e85de2fd061874ad 1.41 MB 2,877 21
729,867 729,867 000000000000000000085fa15cf029e14d15bdf46ce6c87619d8d857f752b6f5 1.25 MB 1,707 11
729,866 729,866 000000000000000000094d5f90e6769934e23c0c5fe00cd39cf4adc0fba39500 1.34 MB 2,952 16
729,865 729,865 00000000000000000002af8ea7f80bdd210f2b7917a9e1c9e838376216752342 1.51 MB 3,247 18
729,864 729,864 00000000000000000000f4f0eb9d85907cb8725643667881aa1b487818a57407 1.40 MB 2,922 25
729,863 729,863 000000000000000000053ad0b511292001b37fcf6d0ec23616e0e02317b4a412 1.60 MB 3,600 14
729,862 729,862 000000000000000000010bf02bdd55b6b8c2dbad1e7fb3ae25c58f1bfc650e22 1.62 MB 3,806 16
729,861 729,861 00000000000000000004c5d7a36a4927d4b487c62d25564051dd44b8d9a2742a 1.55 MB 3,274 25
Previous 10 blocks ↓
Total Size: 768.99 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.52 GB sent, 92.74 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.