Memory Pool Memory Pool Refreshing

469 transactions
0.11 vMB
Show Random Selection Loading Transactions
Max Size: 1/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
908,028 00000000000000000002349e0000000000000000000000000000000000000000 0.11 vMB 449 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,027 (778,512 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
129,515 129,515 0000000000001057e6444acfefb8d015006c1e5b9fad3eb7fc03dc6c549e1ff9 0.00 MB 11 1,530
129,514 129,514 0000000000000e15999ce208c1b60a02c17b4784063517da4cac46e24c9f6675 0.01 MB 23 926
129,513 129,513 00000000000010964c19a87c7c3f3948d59f7470393dfb08756f9efbed8fc60e 0.01 MB 6 741
129,512 129,512 00000000000011110dd201ad0d4de077aadc26046a8544ee38241dc592274816 0.01 MB 11 477
129,511 129,511 0000000000000703fa67a615a4de5ba8698b1bbe71a43883e330074074711c07 0.05 MB 138 412
129,510 129,510 0000000000000e09f91467816e1d489a9b80fd07f86805fa1da2fe53e68c201a 0.04 MB 67 35
129,509 129,509 0000000000001cc983d2b113a857a392f2acf93c98039a6254da82e127f0441a 0.05 MB 36 903
129,508 129,508 0000000000000240166312b4c07b9c9b1d94d0fccececdf40c854a8036ae4861 0.00 MB 9 898
129,507 129,507 0000000000000f83b32eb8ffef23530bb92be777c9bcdaf95e5f61de8d69312c 0.04 MB 108 87
129,506 129,506 0000000000000fd9a0f09bc0578709e11c5c294c46a3261fbbaabbe9b996d263 0.02 MB 42 1,261
129,505 129,505 00000000000012aebf5e374a17f3b8e9c623368c725a3f2fc42eb6cd65ca13bd 0.02 MB 28 897
129,504 129,504 0000000000000710b6d36cd3cd7b32cd9079e94d7178d75a21258245301d5611 0.00 MB 12 654
129,503 129,503 0000000000001c42d2e97991106fd0d6eadf9210007b3e944b52c4415c51338b 0.01 MB 25 838
129,502 129,502 00000000000011a1aaf8d56e79e6c0eeb1646107f23d01212a4e0c543a0cc990 0.01 MB 22 1,620
129,501 129,501 00000000000008ca2aea3c2b9e760cbdb636a9551918fd6cb41074c7bf9bad1d 0.01 MB 33 225
129,500 129,500 0000000000001c427502ea512cdfafd30504eb6651bc4be72e2e528263f778c1 0.05 MB 104 471
129,499 129,499 0000000000000d9c759bee77638c8d36660491ac282f9e6c05935eed86b1d864 0.00 MB 16 1,426
129,498 129,498 00000000000011106f08af346db110a299086a8b07027dd9c7c70170670f5462 0.01 MB 15 563
129,497 129,497 000000000000098bea933ad9ccda892fd4ca4df06fff157598f37ae4bea50595 0.01 MB 17 1,560
129,496 129,496 00000000000011747f86604379f3b1add324bfb7899473275a38483471b0a447 0.02 MB 46 303
129,495 129,495 000000000000114ee8a5443c5cc84818874debcfae34890d9f1924111246af4c 0.04 MB 104 2,075
Previous 10 blocks ↓
Total Size: 769.59 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,651.31 GB sent, 95.88 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.