Memory Pool Memory Pool Refreshing

53 transactions
0.01 vMB
Show Random Selection Loading Transactions
Max Size: 0/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
907,794 00000000000000000002349e0000000000000000000000000000000000000000 0.97 vMB 3,619 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,793 (772,482 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
135,311 135,311 00000000000009975ae83d2133240484489fcf5314beddb93b7ba873a88bf21e 0.00 MB 8 47
135,310 135,310 00000000000002311043822044611d3ab3d9c9dc6ba008f86572a03385f0484b 0.00 MB 1 0
135,309 135,309 000000000000096b853baf3d980c217f9d5d8228c1c005385f7d83f872a346a3 0.00 MB 6 0
135,308 135,308 00000000000002134b32e0e03fe53771e76fdfe97919c84c8d885593a60f8e0c 0.01 MB 15 66
135,307 135,307 000000000000061e69899d9cc6f3d9fbdc0f1afa6412be7fd2710799c2e0577b 0.06 MB 164 223
135,306 135,306 000000000000006a848e3d0dd3c77d5bf040838a9515d8039115e7fbddcb72df 0.01 MB 36 360
135,305 135,305 000000000000067b6bb56fa85eee3273636150accd8711d9f9a596fc8f9acf2d 0.01 MB 42 602
135,304 135,304 00000000000008eb389f38ce6776f85665505aeaaa980d25cb012048cb7fa0c0 0.02 MB 40 173
135,303 135,303 00000000000005aa6f7500eb0c420717bfb39538bf4fe00ec07e8e86825ac67b 0.00 MB 16 247
135,302 135,302 000000000000060860986d1928f95bb31e18f3242844de6f1007344d1888034b 0.01 MB 12 531
135,301 135,301 00000000000000759a4df0b56fb026c0b06aceda55da5626385a230e7630b962 0.01 MB 38 135
135,300 135,300 0000000000000335efbad45a991e04a6bae82e207f754d4268efa3b8e0197c5b 0.04 MB 128 343
135,299 135,299 000000000000041c0d0782e2f097193d9f1514e7571c77d1044716c460240548 0.02 MB 49 951
135,298 135,298 000000000000026c6ec22bef1fc9e9fff90d56ffad2cea33897d204d84a00232 0.02 MB 44 535
135,297 135,297 000000000000039f7088379c924c4c4f5540327f228ed2c9db33874a1c492b36 0.00 MB 7 483
135,296 135,296 00000000000000bff469bd65cf7eda847c095fa92824743e669da13742879a97 0.05 MB 114 606
135,295 135,295 0000000000000320dbca7bb6721ab4c23479861c0a8fbb64fd429840bbba9cbc 0.03 MB 117 61
135,294 135,294 00000000000008c9e0e646df3f1e3a5886bdf2386fed51aaccff90c83c6eeb53 0.01 MB 12 766
135,293 135,293 000000000000028eb5a3ba873517c3bcf11ceeedafe92cc853781aefb2fe5c1f 0.03 MB 57 422
135,292 135,292 0000000000000972f073b105dcf3aca703143ad33d6e316a41a71ffa0a527296 0.02 MB 32 324
135,291 135,291 000000000000091673af0d3ffb16ddb1b212d57c49774395d3af2e84434f83c1 0.04 MB 67 349
Previous 10 blocks ↓
Total Size: 769.15 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,632.64 GB sent, 93.64 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.