Memory Pool Memory Pool Refreshing

823 transactions
0.23 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,748 00000000000000000002349e0000000000000000000000000000000000000000 0.23 vMB 811 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,747 (305,324 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
602,423 602,423 0000000000000000000a914e4037f165e3157d61279439fe89c506fe249b21be 0.65 MB 1,184 18
602,422 602,422 000000000000000000040d92e71e7133a97a511420000a485908dd1098bdd95e 1.34 MB 2,662 20
602,421 602,421 0000000000000000000058a9af5bfdba5b50585043b7186f8c870c2a59094f40 1.46 MB 2,875 9
602,420 602,420 0000000000000000000eb482bd8436b35befedacd77ed6fc41af9b15cee4d202 1.25 MB 2,582 47
602,419 602,419 00000000000000000013ec3ecb9afb083ba79b1e9f768c543f8bc5c88ff4f366 0.64 MB 1,303 26
602,418 602,418 0000000000000000000ee61c1219b49f469b3d304c028564b15ea824bfe55e39 1.29 MB 3,623 26
602,417 602,417 00000000000000000001dd394095fb274cd87f24e8fb3efdbbdccf11b9d0eddc 0.89 MB 2,118 20
602,416 602,416 00000000000000000008f8a64b3ea85e6bb95a1d86aa19bd0acaa85ae290792f 1.23 MB 2,738 28
602,415 602,415 00000000000000000003b9a85f07363f6bdc6fcb9b0b7ca5960b73f1f5c3e7d7 1.27 MB 1,739 10
602,414 602,414 0000000000000000000ae06ee1c3506cd1284737ec9915b38f4f60ada5e62826 1.25 MB 2,572 7
602,413 602,413 00000000000000000004ab8a130ea860a3b1fcf0aa2622b44991f8088eca7bd5 1.04 MB 2,511 6
602,412 602,412 0000000000000000000d06ca5c9bae29cbba26e4ec70b44ad5e7c2a46e0a1e61 1.26 MB 2,267 16
602,411 602,411 000000000000000000002e81f7d03099af3b82ea05b427c1b965d3872c298884 1.29 MB 2,282 22
602,410 602,410 0000000000000000000c0434877a391d9a6f3461fd4aeb9839aac6eacf7fb9d8 1.23 MB 2,239 35
602,409 602,409 000000000000000000140c16d8cdf76d56f45ec9a679f73f69245ae025ce2dd9 1.29 MB 2,698 27
602,408 602,408 0000000000000000000e43206d1168d4ef4f1b36e6863f2c340f724724799d48 1.29 MB 2,704 43
602,407 602,407 0000000000000000001009d377ed671442ad9052c518adf3373db18427b7b6f7 1.28 MB 2,665 49
602,406 602,406 0000000000000000000673387972ce6dc7adaae63b459473bc0abd230285f260 1.29 MB 2,760 30
602,405 602,405 0000000000000000001116cc0af631a3e395f80806069a7d7bffaa48b97ec35f 1.25 MB 2,750 58
602,404 602,404 0000000000000000000485a5fc05eadb2269ca96727967a11a9fc6ff538a3925 1.24 MB 2,953 47
602,403 602,403 0000000000000000000e64e8d1f242a1b3c4236828e669bdca532c6598b74403 1.20 MB 2,330 51
Previous 10 blocks ↓
Total Size: 769.07 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,628.05 GB sent, 93.22 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.