Memory Pool Memory Pool Refreshing

12,224 transactions
3.88 vMB
Show Random Selection Loading Transactions
Max Size: 23/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,717 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,218 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,716 (760,026 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
147,690 147,690 00000000000000528fc2d20291a1789e061e4e73f8d6d37cb400576fc34d2f27 0.02 MB 53 62
147,689 147,689 00000000000005b1f646a8b84f4bf1d0657b95edf44b790d7a2e716fb0c48058 0.01 MB 10 110
147,688 147,688 000000000000052421ee8407842440ae48299f437cca597088e90827fe586654 0.01 MB 34 1,225
147,687 147,687 000000000000026e7e810e146cf22d2777d6bf36e370ee9039d072d432e25a4b 0.04 MB 113 182
147,686 147,686 000000000000081101a32d9bd884473eada4c67e57ceee959804237bbf434a66 0.04 MB 86 29
147,685 147,685 00000000000000a126ef7110c5c432b03504ce860e827de4374ec8bd5a3cee72 0.00 MB 11 1,591
147,684 147,684 00000000000008c30a13d2440256e30858ea452d4a79684c60dccc3597c818b6 0.01 MB 20 82
147,683 147,683 00000000000002ed51680e7086d58e64afba8097d1dbc8d31ccae115db5a8df6 0.02 MB 84 8
147,682 147,682 00000000000009305f1711973596c188b5df113926d451c77b1268b252142f2f 0.00 MB 11 485
147,681 147,681 00000000000008bda75d1ae2264b69246850ebcd2c962351431d83bb4f23aa0a 0.02 MB 43 188
147,680 147,680 000000000000037f64aace0166cc477abda1b60cd1aef2239d650d0f233ae207 0.01 MB 29 261
147,679 147,679 0000000000000766fc1bac2ea1593a5453cddb85292892034c23817ecb226991 0.00 MB 7 16
147,678 147,678 0000000000000281fe08ef8d2497494ee6302e29de0da76ea2672b26a0267d7c 0.01 MB 38 184
147,677 147,677 000000000000033ab08be850fcf806b875592d13fc6af998213969d49e360f9d 0.01 MB 40 262
147,676 147,676 00000000000003ec0fc5b4d43ec9cbc8b463cb3fcb71a067277421b2c937f05e 0.01 MB 21 378
147,675 147,675 000000000000068ae381f98251f56d18383e9fced4ca9e59a47e0e1aa5ca411d 0.00 MB 13 317
147,674 147,674 00000000000006f8f8684bf03a4d6e3a261458055e87f777afc94d7ab0f18f33 0.00 MB 11 289
147,673 147,673 00000000000007dd348af733b42cbe24fa5cf4347e5a1e53608a3695aecc9735 0.02 MB 47 76
147,672 147,672 00000000000000a2e9efa979bdc507956c6ab5bb9280a23057031d3ace09ca61 0.00 MB 3 0
147,671 147,671 00000000000003efaf23e1e8d14ea87d00fa12b8f3b07897b5551396373fe486 0.00 MB 6 5
147,670 147,670 000000000000026ed8b05431c787aaee980b1c55bff64416887950f37cd41a47 0.01 MB 13 210
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,622.14 GB sent, 92.93 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.