Memory Pool Memory Pool Refreshing

6,370 transactions
1.79 vMB
Show Random Selection Loading Transactions
Max Size: 11/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
907,838 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,297 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,837 (472,306 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
435,531 435,531 00000000000000000330f1bdc498b474883e737f3c5f27f23cfca24bdd135131 1.00 MB 2,155 58
435,530 435,530 00000000000000000252e0852f614dbafc8c7af5a9ac32176c83a89b796b2b3b 1.00 MB 2,566 73
435,529 435,529 000000000000000003e531d06b9e6f1ca7d5e279449c4509ee739e6ea9c86cc3 0.66 MB 1,688 61
435,528 435,528 000000000000000001bc4f2f8fc71b21255f8f227afde354a0ed9e700f5d5fd2 0.99 MB 852 23
435,527 435,527 000000000000000000b4e12e456d9c6fcf82b223d2dc7075f52bac5d6d0d1032 0.99 MB 974 27
435,526 435,526 000000000000000001f593bf001986bbc467038c7d7885c685b1832c09ddfc74 0.99 MB 1,591 42
435,525 435,525 000000000000000003acab94c44551d163721356af7a036db9c81413e2cd3591 0.99 MB 844 22
435,524 435,524 0000000000000000037ba5275dc75bb5fe35f73c71a383773091920030004260 0.56 MB 1,148 56
435,523 435,523 0000000000000000041e71e5b5101d82f15e2f2a4615a499b65099026dc89f50 0.91 MB 2,251 61
435,522 435,522 0000000000000000009f19ebe51daa2ebc03929060531d53a2ba5bab4879c7a0 1.00 MB 724 17
435,521 435,521 000000000000000003560222e0374dfddc92d3580b0e16f70c94c514a4254950 0.28 MB 496 56
435,520 435,520 0000000000000000037cca57e6bf9183c80df7f087de6e3759fc04a250e883f0 0.75 MB 1,505 67
435,519 435,519 000000000000000003885e117e25d4d24cb6b97f89dad8a47c4ed3fc202ad6de 0.43 MB 1,140 45
435,518 435,518 0000000000000000008c387a98c088cf0794aae0f2922c03f7c24e12670b353a 0.71 MB 2,053 66
435,517 435,517 00000000000000000447cefc9bb0813fdab432e53979fad449738db8b7003885 0.02 MB 48 73
435,516 435,516 000000000000000000b7a8e3bc73c3bc6455b02e4f7c8df0fe2038248bb37426 1.00 MB 282 6
435,515 435,515 0000000000000000037a35e507375e5c5fef56baf8ec2bc5036ff163b5a86179 0.24 MB 279 39
435,514 435,514 00000000000000000023631710a1a0db3caca28f55dd9bd6ada7bcda0a561796 0.07 MB 134 34
435,513 435,513 0000000000000000039e2d5a9d2cc175c3ee673d31a1ece7c1fa01f05e5dae8b 0.78 MB 1,944 64
435,512 435,512 00000000000000000434fbf08a2735cc1c57cd848021275b7de07ae996d78164 0.08 MB 223 65
435,511 435,511 000000000000000001b5e909c599097f15238eaea16b7b3d9c6a09133341a76f 1.00 MB 1,790 51
Previous 10 blocks ↓
Total Size: 769.24 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,634.97 GB sent, 94.11 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.