Memory Pool Memory Pool Refreshing

3,670 transactions
1.05 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,711 (130,655 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
777,056 777,056 00000000000000000003e22cf708f99d09dcd2ef007fba80cdc7a604acfca4f1 2.47 MB 2,149 9
777,055 777,055 00000000000000000006ce376c36c408d1f7ae79d0104f6c1bea1bd2e3a0f0bb 2.59 MB 2,680 10
777,054 777,054 00000000000000000000ed250190468ef56f588e7a96b671efeb88743f595d2d 1.82 MB 4,216 16
777,053 777,053 00000000000000000000ed0bfde2edc8f75b853d939fc1c8c7a2b948f633334f 2.01 MB 5,571 11
777,052 777,052 0000000000000000000008f8d4e4f9e473803f1b845e7f7c157069992f13535d 2.56 MB 2,416 9
777,051 777,051 000000000000000000029aff9076878cc24b67fbe2d68d22a151b0b0162d14bd 1.68 MB 2,846 19
777,050 777,050 00000000000000000004deaeaca9d544f04c1f6ec18be23c686b6c45c07c6ec6 1.50 MB 1,551 13
777,049 777,049 000000000000000000063f76e01a87e111166c9db2206d4321a5296aa3db5535 1.70 MB 2,583 23
777,048 777,048 000000000000000000008f67f51b52175f81e22a5bc6f1a0c0df116a0fd15dc7 1.47 MB 1,623 15
777,047 777,047 0000000000000000000526fa35a349de54a187510fff8d313f52912d743a301d 1.79 MB 1,894 19
777,046 777,046 00000000000000000002cc028ef42e9a7299ef0eb30911788c8f4b3204d19136 1.54 MB 3,092 27
777,045 777,045 000000000000000000040021929e5bbbd5972ecc224842180bb81ba01aaf960b 1.79 MB 2,055 23
777,044 777,044 00000000000000000003d56c413c7b02ca539f641279bd11b20fe146ee660ddb 1.55 MB 3,524 24
777,043 777,043 0000000000000000000632991e3abe07525ad10d7e6d4043443a0b981badfcbe 1.38 MB 2,864 28
777,042 777,042 000000000000000000061de9f494e15a21eb43814caefe7c62e8d9e9790b089f 1.46 MB 3,134 35
777,041 777,041 000000000000000000020071181c989cb5748f744dba1e71fc0cf2537c931b7a 1.74 MB 1,639 14
777,040 777,040 000000000000000000008dfd0a048eeb63c861a6263d497c08acbb3439a04467 1.55 MB 3,521 25
777,039 777,039 000000000000000000005b6f2a1e58ce5c96ff2e618cf88f14a05338842ce115 1.41 MB 1,988 15
777,038 777,038 0000000000000000000112ddb066cd99d962d1557d19e5d443f50be6d625d78e 2.01 MB 3,001 23
777,037 777,037 00000000000000000006fe995a1f4bd60d2a595140e26189dc9e2be193fcc792 1.57 MB 3,008 22
777,036 777,036 00000000000000000002d498f49b2ab72bb0dbb716dccb3ea0f644f410a29b03 1.94 MB 1,897 20
Previous 10 blocks ↓
Total Size: 769.00 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,616.91 GB sent, 92.84 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.