Memory Pool Memory Pool Refreshing

8,229 transactions
2.73 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,844 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,309 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,843 (313,529 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
594,314 594,314 0000000000000000000bc567cc052343c6b621a8748a7afaa1d450f0085030b0 0.35 MB 524 16
594,313 594,313 00000000000000000018cbb528e4fef91fbb8fe4f332ce2f50add359b6f377e5 1.08 MB 1,811 11
594,312 594,312 00000000000000000017de39e496e1bb63c8ee10f95021ab97e05e29897cdd2a 1.25 MB 2,535 36
594,311 594,311 0000000000000000000684fe33d13675a0a19fa7093519f17f985af11fe2cd3f 1.69 MB 1,492 23
594,310 594,310 0000000000000000000038648c2877fae502b44c92bb67cedccaf93d1edaef7a 1.42 MB 2,193 25
594,309 594,309 000000000000000000178e2c94dcc42573c2c08a32ef9837c9c7e2c0c679e723 1.20 MB 2,059 28
594,308 594,308 0000000000000000000cc8a1481495e8dc8fb4efce5a197f786b91bf7570f87a 1.12 MB 1,708 4
594,307 594,307 0000000000000000001633a2a70dec11e43de7095692e6644051750e8f74d113 1.89 MB 1,253 29
594,306 594,306 00000000000000000019a180c5e901b3d3c6573d371d6afd182e892eb183d9d4 1.40 MB 2,495 30
594,305 594,305 000000000000000000130ef2b57c81ed43b0c26f000a5f73e37f1574f7b4e751 0.45 MB 1,003 11
594,304 594,304 00000000000000000001f0e0217972faf2e7492bcbb4224db312753a34aadff8 1.22 MB 3,053 32
594,303 594,303 0000000000000000000b4e864d5e91be17fe729e865b96734f5b86824e0ff0ed 0.03 MB 25 11
594,302 594,302 000000000000000000182828ba7a627edb5319926e70637521bd0613e56a74d4 0.07 MB 139 26
594,301 594,301 0000000000000000001699b8eac384cd785cb2d8bcced4d0d8d065fcf272b951 0.44 MB 970 25
594,300 594,300 0000000000000000001760f96f34c38a9650e93b71ec4668dce87a66b060755f 0.09 MB 290 34
594,299 594,299 00000000000000000012cb8e450d908ccaa8cd57c2c70e4f609f45ab29bdb577 0.70 MB 1,631 26
594,298 594,298 00000000000000000013109941b6404137e90d037fbf763a3531ab7aefab8509 0.15 MB 342 29
594,297 594,297 00000000000000000004fc8ffc4d621009d9ba8a7282d7f1ba32ee7e6aa3f521 1.04 MB 2,410 30
594,296 594,296 00000000000000000000b56d57e9dd1af2bc5f77404c3d333423fb458a89ae25 0.16 MB 396 37
594,295 594,295 0000000000000000000cc0b47495af5aa532203a875919afd8f15cc921b545db 0.01 MB 20 31
594,294 594,294 00000000000000000010945253d187c5538deadb078e912c60126ec2d1190309 0.46 MB 1,209 28
Previous 10 blocks ↓
Total Size: 769.25 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,635.14 GB sent, 94.17 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.