Memory Pool Memory Pool Refreshing

7,271 transactions
2.33 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,694 (65,536 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
842,158 842,158 0000000000000000000044505c01718a21ff3fde78fe75d6e59f73c5518f65b6 1.50 MB 5,379 42
842,157 842,157 0000000000000000000291f6137bc56658989d120abb62ba526656374263facd 1.54 MB 4,028 40
842,156 842,156 000000000000000000003659ac263a431bf7ebc7e74675b1494b1a1502efc25d 1.53 MB 4,314 41
842,155 842,155 00000000000000000001c218b222861ccfbc5b181b758b25a4f7341aaa5ecd7a 1.52 MB 6,350 32
842,154 842,154 00000000000000000001bde8b6e22b1893daab039cc4a8e1f2797e9c3d869c1a 1.51 MB 6,582 32
842,153 842,153 0000000000000000000268590a64255d0b0050403fa8f66cd3a7d0aa5d35c9aa 1.45 MB 6,124 29
842,152 842,152 00000000000000000000eee7fc2c4be3f09447ef119383e632a5017cc345f3e8 1.52 MB 4,422 76
842,151 842,151 0000000000000000000056ba3aaabf4d47d2c13794b81d913744929de0f20750 1.40 MB 6,312 33
842,150 842,150 00000000000000000002cbf77fd8fcc1545164d6f214cc52dcf2e093cb0a62e8 1.31 MB 4,503 29
842,149 842,149 000000000000000000029f5e60af0c94f385d2c3173112ac9c9237a592e3fbef 1.45 MB 3,451 39
842,148 842,148 0000000000000000000130c479e9afbcc13f03ea59ce119ed102643b538ba5c6 1.52 MB 6,065 30
842,147 842,147 0000000000000000000074ed0f0f5575f9974c0eff3454f376cf67450ed9936e 1.49 MB 6,166 31
842,146 842,146 00000000000000000001b15c525ff432ed4a65c5108600f861b8053c9a712a76 1.48 MB 5,775 29
842,145 842,145 00000000000000000003070b580a25304b5021f34390cfc63b678e80af4c175c 1.50 MB 5,740 31
842,144 842,144 00000000000000000000b67f163d28674a745efe6315e93d7a90fcf3d6a1a56c 1.22 MB 2,892 28
842,143 842,143 00000000000000000001e21cc06fb81cfaade4b9f90580887bbeab5d10070919 1.32 MB 5,202 27
842,142 842,142 000000000000000000023bc2775ecc623608b3a83586ec620146da0b6ce70e1b 1.44 MB 5,863 31
842,141 842,141 00000000000000000000ebf759909d976c1d20f56b268a7a5ed4dbf756d0301f 1.43 MB 5,832 31
842,140 842,140 00000000000000000000ea8e7dbc90a3ecf8b8a542a99e96e8a7c7cda7fd1be6 1.42 MB 6,382 29
842,139 842,139 00000000000000000000ab3a7bf1c0fe96fcb9b12096df1d01d28a6a8942d720 1.41 MB 5,595 32
842,138 842,138 000000000000000000019bd2aebcf334409e10071a174fdf8254f3eb67171e78 1.28 MB 3,865 28
Previous 10 blocks ↓
Total Size: 768.97 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,615.71 GB sent, 92.68 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.