Memory Pool Memory Pool Refreshing

9,848 transactions
4.55 vMB
Show Random Selection Loading Transactions
Max Size: 24/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 ago 1.00 vMB 3,092 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (773,732 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
133,993 133,993 000000000000018d03472e4193235b1ea06b9200093de1ab47791388649371c5 0.04 MB 67 110
133,992 133,992 0000000000000b4da3c41560a84576d042955d215c1081a58fbe86ccc6388b0d 0.03 MB 56 532
133,991 133,991 0000000000000a52f7352bea41d241628273ed8b50d49762b49483c47f705779 0.00 MB 9 509
133,990 133,990 000000000000091480e2bc885a2b58266cd0967eea3e8eb415cf667ab6baa5d2 0.03 MB 77 467
133,989 133,989 0000000000000ad933dfa2abdfcb3d4263c7e5fcb1b75045f1e8217cc236bf25 0.02 MB 64 504
133,988 133,988 0000000000000a11b232593d43342bccb9c4650a15cda1ab4498f9245a650537 0.00 MB 11 1,088
133,987 133,987 00000000000008310b24b1a2e0ae4837d88b4ed92d6ddbcb4597bdf1ae56bdcb 0.00 MB 1 0
133,986 133,986 0000000000000be6e5ce9be2a283ce655cde8df47d90f25b729a29acbec87155 0.00 MB 11 1,168
133,985 133,985 00000000000004d497860f54e4710a04bc0cb00ad37a5dc3e4f70132290915bc 0.00 MB 13 16
133,984 133,984 00000000000004a1f00cdb2053e9b2d210d60334ad436dcfbe200bd14d644222 0.05 MB 97 684
133,983 133,983 0000000000000303850f1a676d4823e4d14b94b4af34c16d118d98b4405ad004 0.04 MB 141 79
133,982 133,982 00000000000009f593394f4da1c0e1ed69887820d0f161c79a8d6313e7d4298a 0.03 MB 56 213
133,981 133,981 00000000000008d755683b52c7b01f71e0b76f2085a948b4271d6956330d635d 0.04 MB 100 393
133,980 133,980 000000000000073a585dad46f9baef6985986f0c20065cf19c8465fa3ae217e1 0.03 MB 60 350
133,979 133,979 00000000000007da9fd96e1073f1257bf5ec5a583779bb9e25467c02cf14d4b4 0.02 MB 39 783
133,978 133,978 0000000000000c067a40c23ef1cfff466de6556b3518b96eaa80ebcb82c16d94 0.02 MB 32 734
133,977 133,977 0000000000000898d42ec4e832a58c993a1a57e266f446cdb1f3503de31c7d2e 0.01 MB 17 749
133,976 133,976 0000000000000706809034222e4d5e30d6966a1c88f06f47b10baba1d352bbf0 0.04 MB 92 668
133,975 133,975 0000000000000722d264cac6df77dcb5548d7ee1cb0e0af590b70c9b68648946 0.01 MB 8 32
133,974 133,974 0000000000000670af078ca5b6286e6ed6f3dacdba0e74f4d27321b68fdb148e 0.01 MB 27 320
133,973 133,973 00000000000004679c7f2be13de54924401dc5b89d865736c90ec8bf6d472691 0.02 MB 42 498
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, 113 incoming
  • Data Transfer: 1,625.66 GB sent, 93.04 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.