Memory Pool Memory Pool Refreshing

1,286 transactions
0.39 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
907,788 00000000000000000002349e0000000000000000000000000000000000000000 0.38 vMB 1,285 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (701,674 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
206,113 206,113 000000000000047233d9d758049f70584966a71a04ab68d848effff094fc5655 0.02 MB 63 317
206,112 206,112 0000000000000213580b4325564146350c0f11a76810696292fad91520dd4f02 0.00 MB 9 170
206,111 206,111 00000000000003539ac58785aee07a342b78968d91a56de6c66af07e03670351 0.19 MB 146 136
206,110 206,110 0000000000000252bcf451a4dc0a1d8047d4ba18be740f438421a0c1b48a93dc 0.05 MB 113 195
206,109 206,109 0000000000000040a4031a57286938b272fd2ad44e0ca90f9f8ac0eaad19bcbb 0.04 MB 137 52
206,108 206,108 0000000000000101d02a048ccb4d5a9de2205c059cd71e1517785109dcac0f18 0.05 MB 87 124
206,107 206,107 000000000000039b026b43933372fb5067974bff6c7d2715ca00e4657100eca5 0.19 MB 465 211
206,106 206,106 00000000000001dec8e7e5d6f0fbce4b5f7dbac37f3bca6754509bed0dd78813 0.00 MB 11 132
206,105 206,105 000000000000023680744be5e7f20b61628339e3e0a9cb0437c3f4ef7204b71c 0.06 MB 104 179
206,104 206,104 00000000000003d97cbd1374cb0197529cfa507432c8e54055f76e5acf32db10 0.15 MB 440 130
206,103 206,103 00000000000004140ad2274b1af6506f4203ccda48ab8edd24089765e05e0fd4 0.00 MB 14 59
206,102 206,102 000000000000036f7cd25dd930c470eacfb769391318c1dcbb83b1ad73c710eb 0.02 MB 14 432
206,101 206,101 00000000000001f3a29994c16a187e40360bf07d5d08dbf534d0a102eab3a7df 0.32 MB 663 209
206,100 206,100 000000000000021ff136698ac582cfffa8d6f6e0e5a6803f72f64406c3f66c21 0.01 MB 16 37
206,099 206,099 000000000000004b430a38aea92652087922c8d94c5333e5598367240493c9e4 0.04 MB 96 207
206,098 206,098 00000000000001492aaabfbd55886cf6fc6a97e9a1ca044b69267d207c736b90 0.12 MB 253 189
206,097 206,097 000000000000039d4f628332ab6728160f59c89332051e193cb089e744d33c14 0.00 MB 6 0
206,096 206,096 0000000000000006cf97af8dec364c75b98d51013e2e8a00daa1ff2ed5ffa504 0.05 MB 125 57
206,095 206,095 000000000000004b821b91587f8e4c2fd9e57e4769d1a849afcbaac77fca0120 0.00 MB 7 1,528
206,094 206,094 00000000000002c2f758687fa2d97c3910080d996e6c3f868939a35d51feb486 0.11 MB 225 375
206,093 206,093 000000000000040fa0fa952fce49cecc325844d3289c01265f1eb047fca48711 0.00 MB 9 29
Previous 10 blocks ↓
Total Size: 769.14 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,631.93 GB sent, 93.59 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.