Memory Pool Memory Pool Refreshing

7,809 transactions
3.86 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (760,047 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
147,669 147,669 0000000000000776b84d0ef1764f47bb76da780f75f3f8b497b37c81c5e2969d 0.02 MB 60 3
147,668 147,668 0000000000000608793e46aae1074f6bce09eb86a6b736dec585fccc9dfa9d13 0.03 MB 14 87
147,667 147,667 00000000000006b3978725e1467bf7f70130c76fd9c198ab99624d77820f636c 0.01 MB 28 100
147,666 147,666 00000000000009e4a3091b5840faac2148f2a40fce98e72c3152c32d53ca8ffa 0.00 MB 4 118
147,665 147,665 0000000000000935c7590256eb8509d0ae310132ccc7096481b6b11a6d6dd8da 0.02 MB 54 211
147,664 147,664 000000000000044a0950de3cb0eb50cd98e13bc9907b9856f7d660fcab56d431 0.01 MB 29 139
147,663 147,663 000000000000027a1a3a23ba128349d5494405c5e3b91d9d4ee7b39545a507a1 0.02 MB 45 110
147,662 147,662 000000000000096b1b1a26a6b0dc4212120cff3ef7c5a7ff206df4fc8ff02004 0.01 MB 44 4
147,661 147,661 000000000000002df935a5bd735905ef61b6913d15d53eece37694d682c5432e 0.01 MB 30 214
147,660 147,660 00000000000001261abd245e32702e9590404c701ac15490e91aa89a478d6038 0.00 MB 2 114
147,659 147,659 000000000000099a71f0b7cd1d5fd5eb5903589f3a32772f51d7a965b63a7ab5 0.00 MB 3 193
147,658 147,658 00000000000007a998c1bc0b633bccefa899cdecbef0b63cd52401c7059c5a51 0.01 MB 25 47
Previous 10 blocks ↓
Total Size: 769.03 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,625.39 GB sent, 93.03 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.