Memory Pool Memory Pool Refreshing

4,205 transactions
1.42 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,715 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,471 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,714 (615,081 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
292,633 292,633 0000000000000000a97423f44395da35d47200a2f1c14707902d48a35bf96413 0.35 MB 435 24
292,632 292,632 000000000000000018eb481dc5704617ba057a0a50b0cfdccae27348f2971693 0.00 MB 1 0
292,631 292,631 00000000000000002b47de2602c34090cecd501d031424f39fe6d95c7ce9b05b 0.25 MB 372 35
292,630 292,630 0000000000000000ce23ba6ab6ccc77be4f065ea6ca8a558f694627181db1e70 0.27 MB 512 29
292,629 292,629 000000000000000013527b54d3ce4589a397b1d12f09068803ce85aae588a9b3 0.16 MB 512 64
292,628 292,628 00000000000000002e115239d7de2c3737bd33b39091394f37eb0c3f94abdda7 0.10 MB 71 13
292,627 292,627 00000000000000000910ba67b064ede8b592004b49575edf3ef4b7a6345f1a32 0.50 MB 551 26
292,626 292,626 00000000000000008013a3ee3670fa5d5b709e9cd18ed67d9db4957ce7b49915 0.35 MB 544 23
292,625 292,625 000000000000000045d34dc582b670b535eccfa3950e82919abf3a0d5782da87 0.17 MB 512 71
292,624 292,624 0000000000000000cd081eb3820740ed07055e72ea6b44c21d83901ce6a543d3 0.39 MB 631 30
292,623 292,623 000000000000000094e53c16de778e0b0266451b8a3b5d28226f7daa9ed4b94d 0.11 MB 128 21
292,622 292,622 0000000000000000d74e0aa2bd76a2fe33dd047349fd9fc0f9149037a3eb9b18 0.11 MB 256 48
292,621 292,621 00000000000000007e90d6c679c99e8841c8eeda4f25de5be38526b34bf0e3c9 0.33 MB 675 35
292,620 292,620 000000000000000099a5f5d999b5ca111ed746f5f6ef275481b6176d35288427 0.16 MB 289 27
292,619 292,619 0000000000000000a005babbcc38f4fa6440e952532cc7f258c31f0aea4b1ae4 0.48 MB 630 26
292,618 292,618 00000000000000003cd5953d4a3cf7feef22ab591d8d64f9e2dc270a45fca598 0.25 MB 499 47
292,617 292,617 00000000000000001ec861a08741742f1477507c5aa09dd6b18e52f945f0f6cc 0.33 MB 569 29
292,616 292,616 0000000000000000aec2cc916b840c1f9345153745c9380831825497d976cdf7 0.39 MB 735 32
292,615 292,615 0000000000000000a143969be5a8e96ee57e48685949c8a79fc6986e739c2cc5 0.27 MB 546 44
292,614 292,614 0000000000000000bb11430ef0799631bdadc48fd9f761883d1064cafb816ffc 0.01 MB 17 26
292,613 292,613 000000000000000017364600984bad85ef3a3042dd0e1d07c34d51fbee3974eb 0.15 MB 258 30
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, 114 incoming
  • Data Transfer: 1,617.23 GB sent, 92.87 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.