Memory Pool Memory Pool Refreshing

476 transactions
0.14 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,706 00000000000000000002349e0000000000000000000000000000000000000000 0.13 vMB 463 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,705 (576,506 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
331,199 331,199 00000000000000001b20f83f20a4c7bddf9c88fd77aeff0c6ef9119122e3d8e1 0.61 MB 1,132 26
331,198 331,198 000000000000000001a5e1ad7a87ec8d8cc849f61aa399e9e33d056b2502d86e 0.72 MB 727 21
331,197 331,197 00000000000000000a9c866f491c7709a559df46db8a07a08fe3531caf58fc45 0.66 MB 734 21
331,196 331,196 000000000000000019e2c070644a284c4f318b42c08234852d0d5e1236814e29 0.04 MB 86 33
331,195 331,195 0000000000000000129d4be3cbdeb5c9e549fd57c61177eb987d07215689b542 0.40 MB 807 28
331,194 331,194 000000000000000003f4455f2b8ccc7f10e0623b4aa351c1a8b0d4cd2666021e 0.02 MB 35 25
331,193 331,193 00000000000000000715d51159a93a23ec38268119256118eea2fb46b0390811 0.25 MB 396 25
331,192 331,192 000000000000000008febd45d8a05d78b86469cb5ca3d8c532b00c94e37dc49e 0.33 MB 591 26
331,191 331,191 0000000000000000036f9212a98c276e3d57cd7ac82d293b30a9dd94e75ab9b8 0.01 MB 21 22
331,190 331,190 000000000000000017617b8015487dde26489a10a15452c8b379a05d0c8f2432 0.29 MB 600 25
331,189 331,189 00000000000000000461622685730244763ff8a20934a2e8e6974bae3435d9fa 0.03 MB 64 45
331,188 331,188 000000000000000015a8a72ce3978d0eaad9ecd62ed142c6014805fd4211e019 0.24 MB 402 30
331,187 331,187 00000000000000001378fc40ef0cfefb838282384b2a00f9632196f15b336f9c 0.30 MB 643 28
331,186 331,186 00000000000000001618fe1bdbd69f51c62bfe96690d3f464e75220ebd6e35ea 0.68 MB 1,066 24
331,185 331,185 00000000000000000cb33a96307e46151691b915230519a9d8382cd7a5ea6e8b 0.17 MB 512 37
331,184 331,184 0000000000000000167d9682c9cd021c96e88873d45d685035a07bb13710305a 0.03 MB 43 22
331,183 331,183 0000000000000000007bd9fc93375b4494ef2fe57aa36f27d7940724daab2679 0.09 MB 183 31
331,182 331,182 0000000000000000134acb5df46365bca96b09c6ded06a3c96bf58025ce8ca9c 0.32 MB 789 32
331,181 331,181 0000000000000000111fcb34b640ba37a1541641a36fd0159a56c12c0862435b 0.12 MB 269 38
331,180 331,180 00000000000000001236e787cfe3990fd5175a04aabf53fc567d9b3266acde9d 0.38 MB 835 26
331,179 331,179 000000000000000007cd930346b3127ac61ca9661d5b0cd8ae921817df62fb5b 0.52 MB 981 29
Previous 10 blocks ↓
Total Size: 769.00 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,616.61 GB sent, 92.77 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.