Memory Pool Memory Pool Refreshing

662 transactions
0.30 vMB
Show Random Selection Loading Transactions
Max Size: 2/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
891,060 00000000000000000002796c0000000000000000000000000000000000000000 0.30 vMB 648 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 891,059 (6,819 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
884,240 884,240 000000000000000000007f19e83173924bdf601f5097cc0d69d715d9c3c7f23b 1.39 MB 2,361 6
884,239 884,239 0000000000000000000057cdff1dbdba85ae903c53c11932ec75f856d29afa0f 1.76 MB 2,617 2
884,238 884,238 00000000000000000000eed5badf8253c725d156e7a3116993834ca6f433225d 1.79 MB 3,545 4
884,237 884,237 000000000000000000021cc58cd89c09bfb3eadd8740f547d9dfec0004adccf5 1.56 MB 1,427 3
884,236 884,236 00000000000000000000b77a0afc2e903d6d76845917d20d42dfddf9a8e0b73d 1.36 MB 1,348 3
884,235 884,235 000000000000000000026b9491c105288800aa3edaae6dcd1ac6eb54fc919697 1.41 MB 314 2
884,234 884,234 0000000000000000000213be0c94371f9d5473cd28b590374697eccd9a732886 1.82 MB 2,595 2
884,233 884,233 0000000000000000000058024db6a5c222bdf883dee668fbb0809de637cf9c5c 1.64 MB 3,691 8
884,232 884,232 000000000000000000022d86ff26453d71771022900645b480630ab3de660491 1.77 MB 2,885 6
884,231 884,231 0000000000000000000010e04a89f6363f75d0ce592d80824ea92d2cf67cf412 1.62 MB 3,076 4
884,230 884,230 0000000000000000000028f749b7b00840f16f9179d4398b57560a4938aa6159 1.97 MB 2,173 4
884,229 884,229 00000000000000000000464093f09cc43750782f3086e1d536d6d946c35900f5 1.49 MB 2,517 4
884,228 884,228 000000000000000000017f6d3dca009eae57f5e68b2ca5e5579a79114ab756bb 1.44 MB 2,177 7
884,227 884,227 00000000000000000001fe425ae4b3adee32426d6422645bdcf60abe87e98cdb 2.23 MB 761 3
884,226 884,226 00000000000000000001ec8fba57fc90e18b2e53c5289b11304e47228cffd4d8 1.69 MB 2,755 5
884,225 884,225 00000000000000000001546f752fc1d091e8421342b0909b4bdc75cd308ca867 1.74 MB 4,365 4
884,224 884,224 000000000000000000022cfc76036a8ff3dbbd84f6b68949f76aa09f60b90067 1.84 MB 2,243 6
884,223 884,223 00000000000000000001f1d3b237bbea48d4af874dde95cf76e313968d64017f 1.80 MB 2,562 10
884,222 884,222 000000000000000000004ce4e3b369c94bf47dc02e3acdc1affe4ceadcfd9c97 1.67 MB 3,729 8
884,221 884,221 000000000000000000023e2559bab9640decc7fe899b392bdb4d1d0d8cf520d6 1.50 MB 2,943 12
884,220 884,220 00000000000000000001069ae110b169de199523286e402e8a2836447451235f 1.34 MB 636 21
Previous 10 blocks ↓
Total Size: 739.78 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: 3,518.59 GB sent, 159.99 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.