Memory Pool Memory Pool Refreshing

1,727 transactions
0.66 vMB
Show Random Selection Loading Transactions
Max Size: 4/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 0.66 vMB 1,727 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,564 (825,384 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
83,180 83,180 00000000000669babf9e3ff0437741a0d25f67d5d396b4ffeca94f383a26785b 0.00 MB 19 173
83,179 83,179 00000000002563c7e5e6652e8b64f3ac879d23e726303df12782c6fa6d71c35b 0.00 MB 2 0
83,178 83,178 00000000001c6a6b3b610843fab2822ab701d3d06d1bb2a41596d930bb735a9e 0.00 MB 9 0
83,177 83,177 000000000004a9255bf3acbc55044c9af7404d98986f6eb08df9050423d7454d 0.00 MB 8 0
83,176 83,176 000000000025e17fde76c0f11d56543f42f7f56dc3bd4077331c0c120e08a8c8 0.00 MB 3 0
83,175 83,175 0000000000236e4cd7fd55d9ee98bd61f0b52384cc475f1ad8c7bd539b4e9b67 0.00 MB 6 0
83,174 83,174 000000000024a53ea202d0e4c7b44f48e480c01a63d0365221ce3034701b57b0 0.00 MB 1 0
83,173 83,173 0000000000035a70e0af74c55427a2a39bd59f3e4b2aaab01de08ddae7fdd98e 0.00 MB 14 0
83,172 83,172 00000000000e4072079e491058be90e2b9b26ceceedc815014a98e0a16acb570 0.01 MB 12 0
83,171 83,171 00000000002a4b583215d1a3b6a9f19659e3a7d4cef00f89de2ecf4ef59eb8c9 0.00 MB 2 0
83,170 83,170 000000000012689b45487397add51609df518cbec2fd12343b76cb2bfdd7bcbb 0.00 MB 1 0
83,169 83,169 00000000000e0c30204fac9040dbd5da5765cd598713b0036161d269cd26d6eb 0.00 MB 4 0
83,168 83,168 000000000016ba3e90a2a9dbeccfd0518df29fe1c78af4f2c0df1e7321d53764 0.00 MB 3 0
83,167 83,167 00000000000737edb24441c852e96af78c22021e15498ed2b1c95b723cfddc30 0.01 MB 26 0
83,166 83,166 00000000000c0dd3d1edc189a199dcf10859b7c2aac1d2df42e89c1afa7d96e9 0.00 MB 6 0
83,165 83,165 00000000001e383849e7a247f6569ad7dc9b35bd13e9bb94efcca1d473054035 0.00 MB 1 0
83,164 83,164 000000000008c0b0b94d9690595f0f1a41933cc7ac00238f324b984f63085755 0.00 MB 7 0
83,163 83,163 000000000031120326e1a93b1a9ebd353782356a9e5c92216d00133660f0cbe9 0.00 MB 4 0
83,162 83,162 00000000000daf664bc72e9fd9c447128a2e4a8bd0a314f2d8fbbad300722291 0.00 MB 2 0
83,161 83,161 000000000013ef524625049634ae45186371ec1ced8a51b496a748c9cdd040c4 0.00 MB 4 0
83,160 83,160 00000000000e607d5bf346d7daa29c5633fcf14c38b46eae0674a2cd727825de 0.00 MB 7 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.61 GB sent, 100.68 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.