Memory Pool Memory Pool Refreshing

3,245 transactions
0.93 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 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,712 00000000000000000002349e0000000000000000000000000000000000000000 0.92 vMB 3,192 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,711 (102,591 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
805,120 805,120 00000000000000000001f6cab7a6c85eb885987f670ee4270d6aec641b244583 1.49 MB 2,504 12
805,119 805,119 00000000000000000004a1bbcf5bbfa2e2219b7cebd79c9ef3bfbcffd5cb722b 1.44 MB 2,649 15
805,118 805,118 00000000000000000004c10788cf9cfcc3979054aad6b3ac2009c87ee1559e21 1.55 MB 3,023 20
805,117 805,117 00000000000000000002328623ee98ea2bd6d1fd3c2cba7ce778e9a9c1efbbff 1.93 MB 4,768 6
805,116 805,116 000000000000000000040c0bdfcde76d9af876516595519065d61ae18a166293 1.77 MB 4,813 6
805,115 805,115 00000000000000000000dcd1e2da5df9f91734e421299fe12e9f237c5cd9e6f1 1.78 MB 3,229 10
805,114 805,114 0000000000000000000094c07c56b94d105e34e6ae613739287a4cf55cd7ba79 1.64 MB 2,577 11
805,113 805,113 0000000000000000000324cd037f3e99113018f8202c507e62ecb29e763f06a9 1.91 MB 5,702 8
805,112 805,112 0000000000000000000104222b47298a45d238887b58eb2557e40bdd1e498c93 1.82 MB 4,508 8
805,111 805,111 00000000000000000004c98ab74d83f59aec813bd1b1f2ed0793f461a6f524c9 1.62 MB 2,466 13
805,110 805,110 000000000000000000036849087f6cc79ed91b4319d19bb7002a38efa00aa602 1.87 MB 2,082 6
805,109 805,109 00000000000000000001c3052aaf53f379e61546c08410cccfee765a7ea3a38c 1.69 MB 1,604 8
805,108 805,108 000000000000000000004f4d0aa693c254b8aa2cb4c05af55940dc29ea4f656e 1.41 MB 1,545 12
805,107 805,107 00000000000000000001f967e63b876d78cc2b4b41c144431fdf98fc0ec56c2f 1.37 MB 2,558 15
805,106 805,106 000000000000000000035709a5501e227a18c6574ec74c37f4fa56553521a9ea 1.53 MB 3,127 17
805,105 805,105 00000000000000000002e69f1de785e66ec45ef1fd3372a90b9f61e939c3b4f7 1.84 MB 2,217 12
805,104 805,104 0000000000000000000055654e06f51b1671be245909927f45e94204de7bdede 2.33 MB 4,902 6
805,103 805,103 00000000000000000003a55f9e36d72fe7739872055697185eb0307be017ddcf 1.80 MB 3,137 10
805,102 805,102 00000000000000000003bfbe7f606d6c0e1df2f92d7a395fa7b7c2c72156f6e7 1.88 MB 4,302 9
805,101 805,101 00000000000000000004d5f382d2570221460dd698a3f366d53c8a171672414b 1.63 MB 2,886 6
805,100 805,100 000000000000000000003cf0c045628fa56a39aa862a92c286397287dba54228 1.74 MB 2,613 10
Previous 10 blocks ↓
Total Size: 769.00 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,616.91 GB sent, 92.84 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.