Memory Pool Memory Pool Refreshing

3,645 transactions
1.18 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,565 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,057 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,564 (882,469 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
26,095 26,095 0000000058bc228e75320d54383ebb5faa6c92eb1ec9f72ae67816bcf23b1099 0.00 MB 1 0
26,094 26,094 000000008aaad53e15bfe3312928521aa5bef8f6e6aa84c71cb5a94093a3b8dc 0.00 MB 1 0
26,093 26,093 00000000b2c81c4533c60e74e056b75e403f029dd523b204bdac1d5445325713 0.00 MB 1 0
26,092 26,092 0000000059409158c715cbfaf15f6373131828fde96dc8847a243bf9a4165de1 0.00 MB 1 0
26,091 26,091 00000000f4761ce02b97eca29ea9cb38d3c551aba51e774b0fa639ede22e8142 0.00 MB 1 0
26,090 26,090 0000000072ccbf4054a2bedca364629ae5d7ed5dacc27b18105e1bd395050f8e 0.00 MB 1 0
26,089 26,089 0000000026617182ceb1799ef4e64b2929dfa3449ea8ebcf59c289257b933803 0.00 MB 1 0
26,088 26,088 00000000db6f75e998e8a6becab31b0560d9ffb03822f200af4f59e69f714b55 0.00 MB 1 0
26,087 26,087 000000000461ebec345952660d6e4fe1a9db513e6483939847d8e1961b1c8122 0.00 MB 1 0
26,086 26,086 00000000002577d97ded2ad82323c49cce3fb6088949bc2b9e873137d4561ca3 0.00 MB 1 0
26,085 26,085 00000000edd55ea124d314c7d77e3899fd94cf3f5cc7b1b0735dfa76f356e717 0.00 MB 1 0
26,084 26,084 0000000090abdd2ad8b3fddc0e1ec3a18fd67374637a55d803cb05c760ed2dfe 0.00 MB 1 0
26,083 26,083 00000000ef512ca2503f7a89dec918dc0ff93cefc133edf836f086a31fd23e30 0.00 MB 1 0
26,082 26,082 00000000051c41d4047c9293d6a5a33d8ad39cc2e1ff5654e1e15208e4122e18 0.00 MB 1 0
26,081 26,081 000000003ec491da96bedb99e81fc1d559a02bfab30ab2a6b93413bd96373f00 0.00 MB 1 0
26,080 26,080 00000000a5046a96bcf3cb502abb3b96ae1e7b412e8126c1099d3c965907489a 0.00 MB 1 0
26,079 26,079 000000002fee853ba36352e56f4920b10b84e13bcdb01feb4f522d19161b98b3 0.00 MB 2 0
26,078 26,078 0000000020d89f604d2374a65b6931505ed6ed8fa317bf8609297715bf767134 0.00 MB 1 0
26,077 26,077 000000003228a4f4f612347c615c02a82da8963ca9d5eecbd117e5cdaf0c0d2e 0.00 MB 1 0
26,076 26,076 00000000679d3c72b59029ba1d247378d9595bcaf1125922930a283626c86900 0.00 MB 1 0
26,075 26,075 0000000044c668c368910c1b8938ad5b52b2c609fbcf08427adc6bbafab898a4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.74 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,847.76 GB sent, 100.69 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.