Memory Pool Memory Pool Refreshing

862 transactions
0.35 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.35 vMB 855 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (70,094 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
837,674 837,674 000000000000000000009eb21b9ffd384261d507d726ce57065f1a011f1b317b 1.98 MB 2,649 19
837,673 837,673 000000000000000000025112f713a87d3aaaeb6f835bddc550551c7ecfbb86f6 1.82 MB 3,153 18
837,672 837,672 000000000000000000032ab09a85d39d4934323419477fdd7dde9eb326cc02b6 1.56 MB 3,103 20
837,671 837,671 000000000000000000001bcad98fd9171b2dc5d83c4b7e1b42fab8aab27880b0 1.69 MB 2,261 16
837,670 837,670 000000000000000000022b93fef0ca8477c6c4d0d091e102980de1af5a0a6d2c 1.93 MB 2,618 16
837,669 837,669 00000000000000000001d451a6902f6fac41f02d080fb7e740ce33c1c11d19ea 1.98 MB 1,989 14
837,668 837,668 0000000000000000000000844a686662a6930850786c9fe96b3f7bb13b1abda3 1.59 MB 3,595 22
837,667 837,667 0000000000000000000065a68fbb3295c8793785a29143ffa7bd92e6073d91d8 1.61 MB 3,532 20
837,666 837,666 00000000000000000000ec008e43e9fcf473ad7d05a0b86323280302669f5683 2.34 MB 1,984 11
837,665 837,665 000000000000000000004331ff92365bcea120f1e8821a86adc12ae7455ce410 1.80 MB 2,019 10
837,664 837,664 0000000000000000000114caa53f2d2b1c2a805110898a219dc4184901e81f81 1.75 MB 3,265 13
837,663 837,663 00000000000000000000148f11407a242446703e3ff405d23c0c8ff7bd699fd4 1.67 MB 2,117 10
837,662 837,662 000000000000000000004f6f456858b7b8a9a77a5b4ade4399ae92047a7c4b11 1.79 MB 1,690 11
837,661 837,661 00000000000000000000e84fb3eb5f14c1b67f2d6ab3dfaa8c49c5087e222daa 1.55 MB 3,069 21
837,660 837,660 00000000000000000002f6504fde25f4e858eebc3222487d0e627e3a5ea232d7 1.55 MB 3,383 28
837,659 837,659 0000000000000000000041178ec73ae44525965ce8c0b36ca4de3e39214a3b40 1.63 MB 2,630 16
837,658 837,658 00000000000000000000d146dc6759cf991a2d9330c61544a9991afccea4f283 1.99 MB 1,320 12
837,657 837,657 0000000000000000000025e050611593946fdc4e2e32dd7eadbbf2bc695474eb 1.86 MB 2,856 19
837,656 837,656 000000000000000000021cecb4001ebefbf8e06bdf0c14b3de3f4c235ae167dd 1.87 MB 1,898 15
837,655 837,655 000000000000000000018f4da18445c26e822d2fad01ec60384292549fe5db67 1.62 MB 2,121 17
837,654 837,654 00000000000000000001ad5f6e86515a2cd5e3af72dc82e0c309602294abeeba 2.36 MB 2,566 9
Previous 10 blocks ↓
Total Size: 769.11 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,629.34 GB sent, 93.42 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.