Memory Pool Memory Pool Refreshing

2,149 transactions
0.87 vMB
Show Random Selection Loading Transactions
Max Size: 5/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
908,004 00000000000000000002349e0000000000000000000000000000000000000000 0.87 vMB 2,128 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,003 (698,793 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
209,210 209,210 00000000000002ef44707003a44f8c627bf0c2c0ec173b7f9f6e07d28360c497 0.25 MB 617 250
209,209 209,209 0000000000000125c8d261cf26d83604c74ca8695848f6e8e1a0fed8bd560305 0.09 MB 204 176
209,208 209,208 00000000000003f6c1252fe016e4280fa5791c9bca9f607124bc3bdf3cc34147 0.14 MB 258 171
209,207 209,207 000000000000044d2f2d5891b7b3ebad829d59f4e018d303a6cbddc9eeeaf2c4 0.03 MB 74 225
209,206 209,206 00000000000004699eca20cc9b24d4b0a02740f4238def9d03808262fe4c3a14 0.27 MB 523 143
209,205 209,205 000000000000020f1c3117da8536f721f20f55e7f840f19be0ec205c889c1904 0.04 MB 91 59
209,204 209,204 000000000000000839b46509ab752744aead80942729b48f35899a30e9cc447d 0.08 MB 257 191
209,203 209,203 00000000000003ed2f0d8a87a528e3e3c93133ff747e44fba947dd2fde1d2af7 0.04 MB 85 150
209,202 209,202 00000000000001cda779e1f16f25df7c28cf53ed4f9ed15d14a8ef67eba06929 0.16 MB 222 107
209,201 209,201 00000000000001d9fea8128ce8af20eecf378d4fb878900b9bc42b50940ddd18 0.09 MB 187 159
209,200 209,200 00000000000004cb1a7dd7a915e3ab771e3b959cdec1ecdb4d58a8db83433a06 0.08 MB 184 177
209,199 209,199 0000000000000477b338f08c6b3c1e19c5043cfe2ce9c742adbba289d2e800da 0.04 MB 32 16
209,198 209,198 00000000000000e73f1709e729459ac2fe7e4c5818343e7cf7eb5b3cafcba42d 0.15 MB 339 150
209,197 209,197 00000000000004216b074b3c337b4a55c4f518811b514a1d7b016325e6d6926a 0.16 MB 59 70
209,196 209,196 000000000000046bb3e729835484e8e8953df272da5224b9355f5811cc79f979 0.19 MB 36 55
209,195 209,195 00000000000002e436181efe24ea125d26dce80f66370c4cb81a7bf978895b33 0.25 MB 664 202
209,194 209,194 00000000000004e7aeb550562abec3d6179821efbd5fe148744e5071fb62733c 0.05 MB 142 255
209,193 209,193 000000000000024f26b95be28e67e68bec37c3dc86d604c1808e40b1d3a19d8e 0.41 MB 366 89
209,192 209,192 0000000000000459ef87b675a85bbe1bcc383bcd56eb31dc80152049665e74e5 0.17 MB 490 195
209,191 209,191 00000000000003e6ad4f4339b4d4af2522608a94948f0cbc01f6bd09d52e4aba 0.00 MB 11 15
209,190 209,190 0000000000000197cfbdb09e2fe68e980629a641b04707fce5264424f4bcac01 0.05 MB 104 123
Previous 10 blocks ↓
Total Size: 769.55 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,648.94 GB sent, 95.70 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.