Memory Pool Memory Pool Refreshing

1,537 transactions
0.47 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,016 00000000000000000002349e0000000000000000000000000000000000000000 0.46 vMB 1,535 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,015 (721,902 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
186,113 186,113 00000000000000ba5a2369a8bb23c20be9e7a3426f46f07d1368c7e6f69f43d7 0.09 MB 253 155
186,112 186,112 00000000000007ca3d0da99f8bcaa7d267e3245499517234c7708e0f60f54521 0.02 MB 66 108
186,111 186,111 0000000000000297e483573083c3bb6f62bb281d81581f2e5eb24983834d1c70 0.00 MB 12 38
186,110 186,110 000000000000096bfee227294b9a86241335b420e1a3aee83b01ac0420da49b6 0.07 MB 157 128
186,109 186,109 0000000000000818a6da297a1cc8c498916fea542104fea2c32a0991ec65eae5 0.04 MB 135 120
186,108 186,108 00000000000006d562e7f0a8f6f67ae0222508e56b9a1f700f3cfd627fd3fb8d 0.08 MB 112 152
186,107 186,107 00000000000003178ec80060cca644b1f7de26e1d9eda30a90566316e3cdb4d9 0.17 MB 367 123
186,106 186,106 0000000000000361a0767601195bcb6c65cbe7c8628cbef84a7843f5192d3e5a 0.05 MB 139 225
186,105 186,105 00000000000006cd3ff412e0dff604efab809890f90aae69fa0db890dddf6ecd 0.03 MB 49 112
186,104 186,104 00000000000007bf3808f646acd650df74d504f4ace1bcccf4e0957a3ba1949a 0.00 MB 1 0
186,103 186,103 00000000000005579a05ecaf89402d65f3b10bdd79e27ee941c20b60c8e64d38 0.08 MB 206 133
186,102 186,102 000000000000015c43ee0674ac5dd42722124845acbb791ea5c10dbe98e14f7e 0.06 MB 115 108
186,101 186,101 00000000000002eeb6131ae775339a79efc440e7c063d63a4479ac131214408d 0.14 MB 256 166
186,100 186,100 000000000000000a2c994baa06c29ae5ac2fd901eb1f0c9816f8357b12501bce 0.04 MB 87 108
186,099 186,099 00000000000006f824b18863a278e5c88e462339edac4c6f3fb605625d95b941 0.01 MB 51 116
186,098 186,098 00000000000002421e1c6c623cb520718457d6505bc391393ed118e52d9accd3 0.13 MB 189 93
186,097 186,097 00000000000003d07a28178334d04d1b2547abf013a9d0fd8a33c6604519b337 0.12 MB 333 150
186,096 186,096 000000000000056a39366840620a08ae81a3963122e879316de7af32c93b81ad 0.07 MB 48 53
186,095 186,095 00000000000002463d034f0a1d239235e42dd134099b215d3ac6cb3338a66196 0.05 MB 147 125
186,094 186,094 000000000000046c0e82094ad60ad99872941e74e35818dda108782385ced1dd 0.03 MB 55 75
186,093 186,093 00000000000002d83e164a82b542017470246c97986db4618b791938640b09fd 0.05 MB 58 67
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,650.09 GB sent, 95.80 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.