Memory Pool Memory Pool Refreshing

3,034 transactions
1.65 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,737 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,701 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (229,971 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
677,765 677,765 00000000000000000004f4188cce9af7f12d4062332999d70c464c75ad223475 1.74 MB 860 12
677,764 677,764 0000000000000000000083cafa7164dc02213574e537641e48f7cfa93ed92a42 1.39 MB 2,515 42
677,763 677,763 0000000000000000000843496822cd7ee9a508adfceea04df616d10941312fb5 1.53 MB 2,170 61
677,762 677,762 00000000000000000000764cf58546d26b69215a59ab91803113a236aa49b3fa 1.22 MB 2,146 14
677,761 677,761 0000000000000000000bf8388d091dd0f3cb84f276cd7975e8c4df830836be5e 1.35 MB 2,621 62
677,760 677,760 000000000000000000048d45c9adf538ebfe9b8f1e3e26c289dd82f4d20a6d72 1.36 MB 2,533 38
677,759 677,759 000000000000000000057db7fc2aa1c55ceb51da325bf3c9d099782863491a1f 1.32 MB 2,113 66
677,758 677,758 000000000000000000073ec24a6d98834f76aabada02b206693e1e6d2d9b3172 1.44 MB 1,983 85
677,757 677,757 00000000000000000004b8533cc716992d0aad6b8a10668205324f85d77d0090 1.31 MB 953 85
677,756 677,756 0000000000000000000af5bc034af14fd5f4dd46bdf313d10ff07e796dd32eef 1.32 MB 1,689 87
677,755 677,755 0000000000000000000acaf7a76d171f7246be7cfce5e054b120475ec03f81e2 1.26 MB 3,330 108
677,754 677,754 00000000000000000000334bdc5075603c3be0959b6057c73e415a324a2f4d40 1.34 MB 2,595 97
677,753 677,753 00000000000000000009f5c3eb46f7c7e61d5ee3db21c31cc6d0f30d9d762ea0 1.32 MB 2,030 21
677,752 677,752 0000000000000000000470e70af648f0012cb48258812590c3a8635531673f7b 1.21 MB 2,792 18
677,751 677,751 0000000000000000000b8b2c963530c20cfec05e9ef17852bd0d5150ccb77e66 1.34 MB 2,379 44
677,750 677,750 000000000000000000055ca7b048a6dbe34d8bd95591f4b9c9af8866c78d3399 1.36 MB 2,140 55
677,749 677,749 000000000000000000027c7e59c6b3fdc1a74bf1b3b682e2f151e580c0544522 1.45 MB 2,307 60
677,748 677,748 0000000000000000000a8d74b95430e39580427bbef79b7c648650fe862ee499 1.44 MB 1,785 79
677,747 677,747 00000000000000000007080f0fcf9cc371bb25d586f933eee6ad11e229908b79 1.51 MB 1,961 101
677,746 677,746 0000000000000000000506b9c778d5cd89fbcb4a0c9bcb856195cc040cb67510 1.18 MB 1,222 90
677,745 677,745 00000000000000000002c554b6a00c38ce01b8e3e95bed24125701b2acd9c62a 1.51 MB 2,096 46
Previous 10 blocks ↓
Total Size: 769.05 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,627.44 GB sent, 93.12 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.