Memory Pool Memory Pool Refreshing

7,832 transactions
3.87 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (450,452 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
457,273 457,273 0000000000000000019961ca799bb12265336b34d9d0f12991ceb6e948b3706b 1.00 MB 2,273 223
457,272 457,272 00000000000000000107bf0ca1f672b4c3d5a24ff5d18d3e7227fdc2537f428e 0.24 MB 260 137
457,271 457,271 0000000000000000024b6eb518e77962e268d2ac7126f20307ded7f37f5a1a30 1.00 MB 2,076 242
457,270 457,270 0000000000000000015f1acbd846649d71ca8142b8b636986e923eb26309079f 0.06 MB 159 146
457,269 457,269 00000000000000000064c51abb98730dd8db64c2ecad35330caa397b18e25694 1.00 MB 2,228 200
457,268 457,268 00000000000000000115e738117007a7b0f612fc4fca1ede866fbced08873c78 1.00 MB 2,086 147
457,267 457,267 0000000000000000008db2ba372cf00711f9b92cf920ad1dbbbbc14b61d3b50d 1.00 MB 1,673 131
457,266 457,266 0000000000000000012b6da53a9871508f10eafafeea4800da9a0cfae1f038c9 0.04 MB 121 251
457,265 457,265 00000000000000000216600768c7c9656038c46834143989085526981bf3107c 1.00 MB 2,527 196
457,264 457,264 000000000000000001ad0af2c7f86514d55d03b7d454fdeca7371782dbf1ae9a 1.00 MB 3,047 125
457,263 457,263 000000000000000001f9aefd5604f915f82574c078196b433a45b6a8702d6349 1.00 MB 2,237 201
457,262 457,262 00000000000000000193c7e4cab116890048f8bccba7d7fa22a70272d35efce0 1.00 MB 2,573 195
457,261 457,261 000000000000000001d6e73f0d854a00a4b69779d27c076fe68b4525350857b2 1.00 MB 1,938 169
457,260 457,260 00000000000000000240aaab48f9432176a19bb587c0389ef66e7210c1c6817e 1.00 MB 2,324 203
457,259 457,259 0000000000000000011b581fe91f54ea02cf6acb6ca511d0064c00dd5237542f 1.00 MB 1,879 206
457,258 457,258 000000000000000000bb3940b2e95ba22d0da56c82ecb4b5a6b3df307c92de5f 1.00 MB 1,396 255
457,257 457,257 0000000000000000021ddfa72e6ce47e62c56a70dfab541ad24236b7c9f53f6f 0.29 MB 323 73
457,256 457,256 0000000000000000019c340757274841f57d383546561ba3c455986e80ef7848 1.00 MB 2,111 149
457,255 457,255 000000000000000001a56cd8626e3793167c382a8259057395db5e1527e1fddf 1.00 MB 2,507 185
457,254 457,254 0000000000000000008fe1f1ea39713e45cdeacb594b3d227990fa7a40cbcd9b 1.00 MB 2,111 174
457,253 457,253 0000000000000000020042b64342067b74c2cf84b14be007d6227ec855d271fd 1.00 MB 2,168 148
Previous 10 blocks ↓
Total Size: 769.03 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,625.39 GB sent, 93.03 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.