Memory Pool Memory Pool Refreshing

4,885 transactions
2.52 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,825 (577,795 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
330,030 330,030 000000000000000011442195ea9719fd5bc7cae76271a94ac27220f2c963b93c 0.02 MB 56 23
330,029 330,029 00000000000000001281c2a159efc28b5c59afd194dbdb0d9bc8567ef134dc58 0.36 MB 585 25
330,028 330,028 00000000000000000af0b21a24446a612db6bcfcc6dc531c64dcd15645dcdd62 0.41 MB 841 31
330,027 330,027 0000000000000000001e847e71b955482dab7228f4849a4659c0cf5cf323f247 0.16 MB 330 31
330,026 330,026 00000000000000000c8ea6965bc0e0e3b15bbad832e8ee7f4bc55cca9dead938 0.25 MB 468 27
330,025 330,025 000000000000000018ae1b5f3716cabedf9fe0bb471f373ae0d2186046017072 0.32 MB 483 24
330,024 330,024 000000000000000018cb0ca3fa0bf1b5ea4acc8155c0d2a2b2276039e340c0e6 0.45 MB 719 25
330,023 330,023 0000000000000000080da72a8b3d880cc9dba72931e560cde9e66c994d10aca7 0.08 MB 133 17
330,022 330,022 0000000000000000123805ad51ed38e9172c78f14604a17d64792ec98793482d 0.48 MB 724 21
330,021 330,021 00000000000000001618629e9f6ae6de208c84bb8e5cc60aa1e7b08cee043c1e 0.35 MB 1,028 41
330,020 330,020 000000000000000004a466a3d5dfb18f3b7d74f14d14aa250fff02120366e042 0.02 MB 64 36
330,019 330,019 000000000000000002a27a0bf40c715dbb497a0e11975f7d0308120dccebb678 0.03 MB 64 38
330,018 330,018 00000000000000001a32532e37fec77133cc47c4fd5ab3802fe62515b40d764a 0.55 MB 1,025 32
330,017 330,017 000000000000000007f5034a9638df476a1e4c776b5131e38213f4e460d2e343 0.37 MB 535 22
330,016 330,016 00000000000000000707f83baefafc5e4f30a2a6fa555d162ced6fc636181c37 0.28 MB 402 22
330,015 330,015 00000000000000000dabfda7989d020ca08270236a0389b8479a3fcb8181029e 0.52 MB 790 23
330,014 330,014 000000000000000003e323edb76d3c557216c8c39e16373df601d4285db72ffc 0.17 MB 259 23
330,013 330,013 0000000000000000051c0b1e1db0d72611bb2fdd8de8fb45be33d119af1cf730 0.35 MB 570 31
330,012 330,012 00000000000000000bf43fb10632a10bed007669a9caf92ec3ea757ff8646596 0.21 MB 310 23
330,011 330,011 000000000000000000ccf6c42933b2d9458b6230f36c6b8826db65e67e780926 0.10 MB 136 31
330,010 330,010 00000000000000001b13c6906b630a3d67460af2e02e76969b69ea3de500e2e1 0.48 MB 815 25
Previous 10 blocks ↓
Total Size: 769.21 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,634.56 GB sent, 94.01 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.