Memory Pool Memory Pool Refreshing

14,165 transactions
4.50 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 sats/vbyte 3
2 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,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,207 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (749,431 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
158,287 158,287 00000000000009d6bfdc1f86eaced78f73692c3d4817b164f872189108ed888a 0.05 MB 77 3
158,286 158,286 0000000000000cef3f412f0f6d8482929a456d2f1fa80d083f214ff5ae372500 0.06 MB 47 528
158,285 158,285 0000000000000deab3399f64379b0cc6f380b0ad300aa1fb1e465704aeb4d5ab 0.02 MB 32 378
158,284 158,284 0000000000000c10b641ee6233e2aaf303169f94b3bd927f40c46bc406fdd2f7 0.03 MB 56 229
158,283 158,283 00000000000001ed7fa7ef24da329398c8829c0cebd90ea1aefb7e1eb4bc55d8 0.02 MB 33 84
158,282 158,282 0000000000000e3e90e13af06c7e25e369ddbe4c7dfd47dcdd0eb9f2db968fd9 0.02 MB 17 36
158,281 158,281 0000000000000b5fddd71f8d25bd69b65d5761be6dcab7dc50cfcf5a2ba76650 0.04 MB 107 143
158,280 158,280 0000000000000429b7b80f1f3a2cd441e5555fdcbdf5e17aa8372dff4b356512 0.00 MB 9 280
158,279 158,279 000000000000052a56a9e63ecacaa1fe46e1e5bf6326fd8210f832949f0caf02 0.01 MB 24 618
158,278 158,278 00000000000000aea1e5d354db90e2902e1c7d8858a7d1aa3f80958419e0f7a6 0.04 MB 42 65
158,277 158,277 00000000000007b904b46c2f347690e889cbf3705182776ba66fcbcc08e5365e 0.01 MB 33 173
158,276 158,276 0000000000000cb8f3f9640d41259a59bf02eecba847f5993cab5e57040e24cd 0.03 MB 32 78
158,275 158,275 000000000000001489ca46cc85b1b8be425097e3e17908a5eaadf1cf49b981f2 0.03 MB 54 26
158,274 158,274 0000000000000d627a9450b3c9080b8a518ffeda96727736f7f55fcf979a2afe 0.04 MB 140 1
158,273 158,273 00000000000006e36f42d7e5e31fccac430a1f10d8add8f8da19a80ea6162912 0.06 MB 68 127
158,272 158,272 00000000000006c8953d8702cdfdecfd5fdc93dd09d6c7579ef2c3be99e8f413 0.00 MB 10 89
158,271 158,271 00000000000005440ebfac3689a2993fee547442f032d2369a677709c3276c84 0.05 MB 91 273
158,270 158,270 0000000000000559e5ff61d2ed55570b7c03de2e73c8e0b8a82cc49bd0a6a5c4 0.02 MB 40 3
158,269 158,269 0000000000000ba32dc624f99bf29fc0af61feea9fb7dda750e40c0472626847 0.06 MB 112 243
158,268 158,268 000000000000096dfbcceac90114f82f6547978243662f0a300f13bdd3b1c00c 0.05 MB 49 311
158,267 158,267 00000000000006439eff59268d5d348f9e2af8aa5525b9c7f68d3b07d4eeb78c 0.00 MB 9 18
Previous 10 blocks ↓
Total Size: 769.02 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,622.95 GB sent, 92.96 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.