Memory Pool Memory Pool Refreshing

2,096 transactions
0.69 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,015 00000000000000000002349e0000000000000000000000000000000000000000 0.69 vMB 2,091 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,014 (745,607 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
162,407 162,407 000000000000037e0195716a39b60acc159702ce2810eb2cb2842ae0a2b5ac54 0.00 MB 4 60
162,406 162,406 0000000000000589b09b10ca8bb04650f97a898b0e5327fa6771e7064c1dd955 0.01 MB 21 166
162,405 162,405 00000000000000e59455d05db148994efb1b6d0d3c7e83f1d6305864ec0b3fd5 0.03 MB 99 146
162,404 162,404 00000000000001b8111e718d551b830e6dfddb163f342c8dbb4f95feb275f0f1 0.03 MB 75 406
162,403 162,403 0000000000000537d2f16d6348d835e49ee567643a15c2fa9e753b1b9efc3d9a 0.02 MB 79 2
162,402 162,402 00000000000005e979ad63d73f6ebca40376d1c6bffd90a400af9a9d5df2c7b2 0.01 MB 28 116
162,401 162,401 0000000000000188fd0eeb575555cd4502d18113a4948bf25fb5e7d2972037a8 0.03 MB 57 262
162,400 162,400 0000000000000c916f972db49ba0a2d6ac6e3e4debbb0339b72d5e7a4c704cdc 0.00 MB 7 45
162,399 162,399 0000000000000bee9787a793fd01676461e3dcefb5a0c99ed591849a926df07d 0.02 MB 19 38
162,398 162,398 000000000000064306616a52966fbb83b4ae58c5dadf39d330c58682c7f65625 0.05 MB 137 7
162,397 162,397 000000000000025e497f58477e3219a327391efc859be83fb0803e27f5077727 0.00 MB 1 0
162,396 162,396 0000000000000b5773616eeacec0d377b04ca90a78b86290e08cda83e1bbabdd 0.01 MB 24 0
162,395 162,395 0000000000000b29187b70199b7c3a76d11a09b27dc8494d90b2f7455bb61486 0.03 MB 62 200
162,394 162,394 00000000000002e0618aba9883cc3cc1afb5e7e14fa521e63a41c4b4f1b78d72 0.04 MB 50 65
162,393 162,393 000000000000019141867b57fc8227620731da1b3e5c33aa03ba566fc4fe89bc 0.03 MB 25 50
162,392 162,392 000000000000002d2fae39f33b3c5f6c18d1fedb4891368a5c8e41eafe4a06ff 0.05 MB 86 236
162,391 162,391 000000000000036902b490cf4f69b3471f11495315be44e9b1d6c0b7a9af129b 0.01 MB 11 26
162,390 162,390 0000000000000b4b19103d615a83dc08f318bd0952a19b10788dce0dd35767ff 0.02 MB 41 76
162,389 162,389 000000000000088d6c7b9d315986ee0fe7f6003499ed1057befb951c4e5c8065 0.05 MB 100 280
162,388 162,388 0000000000000aaea6cefb49a04d865b7aa1286e4b8d5c4fdf1652dd5455484d 0.01 MB 21 120
162,387 162,387 000000000000064018230a885c6b5a3cdddc54e880b4433b7d2388f420de1215 0.01 MB 27 68
Previous 10 blocks ↓
Total Size: 769.57 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,649.96 GB sent, 95.79 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.