Memory Pool Memory Pool Refreshing

4,975 transactions
2.55 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,672 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,825 (462,832 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
444,993 444,993 000000000000000001a008a997f09accc1c9c4cdc7133cec944a589ca0e911d4 1.00 MB 1,468 48
444,992 444,992 000000000000000000c6d391d7423b951a5634573680fb5317e0f82c0fc22039 0.99 MB 2,189 68
444,991 444,991 0000000000000000037484a33efb534f2fa5beb7e4eaab7a1752d33cf5980b56 0.71 MB 1,864 75
444,990 444,990 000000000000000001be4ef953efb3b0eb1e766836fefa1b40d5e6835be4a390 0.63 MB 1,481 73
444,989 444,989 0000000000000000034437e17435236f02d87a0e5e25c2ba3f386ed35e5fb81b 0.20 MB 326 69
444,988 444,988 0000000000000000009a0296eaca4086f4b7902eaa1d0db8e128073b321f9504 0.49 MB 718 57
444,987 444,987 00000000000000000176aff033bd072c2b501963526b0353289fc8a11c40a54e 0.59 MB 968 67
444,986 444,986 000000000000000003378d8c7b8fa523216a32bdaa28ac893c4465eacceb09a6 0.57 MB 1,160 57
444,985 444,985 000000000000000002d2e7828c96465b31083724c797c527dc9c0855b787342b 1.00 MB 2,252 72
444,984 444,984 000000000000000002bd9e0997952ebf4f578d78e8a054fa1bc1be386c1c2d2b 1.00 MB 2,278 98
444,983 444,983 000000000000000003434fa4f2d73b23e3ec11a4adf0c43f5a311626d29b8d82 0.62 MB 1,236 75
444,982 444,982 000000000000000001985db7e946a596e0ef91651bd2c205e95ce261c94e0762 0.84 MB 2,101 80
444,981 444,981 00000000000000000242a1aec554168798a2d6c48ce0b116a89800f6215cf352 1.00 MB 2,594 86
444,980 444,980 0000000000000000037911c2e4241705356f927a40564b7ad7ba742a504a4377 0.73 MB 1,681 76
444,979 444,979 0000000000000000028b74946a0a26bf7de4416803468194e38bcc894784241d 0.91 MB 1,962 77
444,978 444,978 0000000000000000007fab0f7bb95c5b5c0e9f3bc29e5bf5e61006e5a8996fbb 0.59 MB 1,464 80
444,977 444,977 0000000000000000015533bbacc3d90294b9e3f16a2229d0a9b210d0ef78f804 0.10 MB 196 63
444,976 444,976 000000000000000001f42a7419baa13cdeb4f200a26f4e25c471fab10b0af7f9 0.42 MB 672 64
444,975 444,975 00000000000000000246b771c87955f2cba43c6a16ad646d7e6b4d2e6053cd4e 0.96 MB 255 59
444,974 444,974 0000000000000000023bcd71f43fdb82f17755b6fb64069bc4937f64ca3e5f3b 0.38 MB 865 79
444,973 444,973 000000000000000000c96ff54bcea47aa59e63d3be7d02bb5565ad6aff9006fa 0.04 MB 79 75
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.