Memory Pool Memory Pool Refreshing

5,420 transactions
1.93 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,843 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,256 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,842 (242,265 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
665,577 665,577 00000000000000000006573ca99910e52aa875780c9a9d0dd041c1668f5ffcbd 1.41 MB 2,580 116
665,576 665,576 00000000000000000009fb7e25e8fc9c6a8e22dbfe4ed9d81451e48e9b6c0709 1.33 MB 2,952 102
665,575 665,575 0000000000000000000447b270163f5244bb04b128fc58d6a69d3c5edff323b1 1.36 MB 2,560 78
665,574 665,574 00000000000000000000f2d6145a741b55b8dc74ee1aae10ee50f8ebb51c3320 1.11 MB 1,523 25
665,573 665,573 00000000000000000002505e7913be17525863884dd4ad62368011699041d5ab 1.20 MB 2,442 50
665,572 665,572 00000000000000000007d06754b9c4b64083725a8eb2de3c05df445642787bd4 1.25 MB 2,617 42
665,571 665,571 00000000000000000001a86b50ec3e70c244782e8ab70774f128240ee16230a2 1.33 MB 2,379 67
665,570 665,570 0000000000000000000ade8f18342b2ef1e3232a8511284e81ddd78232887fab 1.36 MB 3,001 85
665,569 665,569 00000000000000000001183a54ca2f301761ab4330a11d559beb6cdc79711913 1.69 MB 1,909 108
665,568 665,568 00000000000000000004ac6c5fd641fb1c342516cf55ab3171c566bf797e8296 1.31 MB 2,562 84
665,567 665,567 00000000000000000004da092c2aa5d382ad5aeab3f484cd73196173fbfdb71f 1.20 MB 1,969 20
665,566 665,566 00000000000000000005b55417781d52fa78115cfd6953b54b4200d1df475103 1.29 MB 2,688 56
665,565 665,565 00000000000000000007e8c60baa17728adcbbb070bc94dfb7af16bebdf55be3 1.72 MB 2,014 88
665,564 665,564 0000000000000000000a3ddd09becd706ce96ee13d5cc959ad06a430e9b96849 1.79 MB 1,707 101
665,563 665,563 0000000000000000000c25d6d9a18a2782d711adbba7f0556614d15dd19680d3 1.13 MB 2,368 31
665,562 665,562 0000000000000000000aa0a24bf561aac053ec93e67b85995ccd2b648b5e186c 1.47 MB 1,702 50
665,561 665,561 000000000000000000023fc8d696dd55e2923f4bede39f6be174708ad682709e 1.25 MB 2,100 82
665,560 665,560 00000000000000000000679b54d2b694b45c320e4a9df2d69a0c071d1a3d6606 1.57 MB 2,202 85
665,559 665,559 0000000000000000000917bbb9e5c90329913169d742fc560b9008da9f6a1001 1.35 MB 2,528 58
665,558 665,558 00000000000000000008774fca8b8457fc6715a2ff04c4e353cb34f40cde2eda 1.44 MB 1,884 34
665,557 665,557 00000000000000000006902ac1c1becec48643b882f04f4f7f6af2d73674af85 1.38 MB 1,982 49
Previous 10 blocks ↓
Total Size: 769.25 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,635.09 GB sent, 94.15 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.