Memory Pool Memory Pool Refreshing

17,961 transactions
14.73 vMB
Show Random Selection Loading Transactions
Max Size: 88/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
2 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
902,993 000000000000000000023a040000000000000000000000000000000000000000 ago 1.00 vMB 3,590 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 902,992 (729,313 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
173,679 173,679 00000000000008078d0dc2327856fb77d9be8e144254ff9cb1ae19f17c6d87a1 0.04 MB 101 75
173,678 173,678 00000000000005976f9c9eecf68c3196fa61bf57cb2278f92f1daa6a0e803bb4 0.01 MB 13 35
173,677 173,677 00000000000003c6f450469353e010b49493323b39ebe0290448ad077e0fc2ba 0.03 MB 38 69
173,676 173,676 00000000000009dd84d3dc4e208451a8e6c30d9174679cc01a2585e38e2f8f32 0.01 MB 34 37
173,675 173,675 00000000000003cbca72f2497e0d09d7ad5f86faf4a1adf0170cd66a46ccd0b9 0.00 MB 8 1,147
173,674 173,674 00000000000004cda0878bfe540c05972b9399421a9549a8fe7bab28a0a1c05c 0.00 MB 14 12
173,673 173,673 00000000000004d58d09d9f320f072db1e82f85d0ad8fba80d077bb5f8dcb25c 0.03 MB 24 92
173,672 173,672 0000000000000076a50fb5ff8ce16554d56dd78b807d553e32aec17dd863524f 0.02 MB 70 9
173,671 173,671 00000000000008327cce5c031420406c799fd01e96d26ff2500faeaf1ea4f74b 0.01 MB 27 64
173,670 173,670 00000000000001de8def03d31a6dc5c52a8cbfe0115f6eb16af08d680456c71a 0.00 MB 7 41
173,669 173,669 0000000000000893944d92030cedeca1fc31b7512072f6f0beeec97c96dbbf51 0.00 MB 1 0
173,668 173,668 00000000000009a60d1a6816ab205ba887f634af2aac9e6ebe7ac6e5b396b930 0.01 MB 31 120
173,667 173,667 00000000000002680ff6767a9c16e7c37eb634f3aebcb540be7be050a37a0759 0.01 MB 9 61
173,666 173,666 00000000000005dfeeac3f04efc3840e3d6a4d2e143b028c334ba4dd4e57aaee 0.00 MB 7 134
173,665 173,665 000000000000080923505f9b0986bb907379971dcfcf3fcb9ab3357be9b7eafe 0.01 MB 25 41
173,664 173,664 0000000000000959ae96d7e3f9921524ac7674314188ae5a7bede783f5826f92 0.00 MB 1 0
173,663 173,663 0000000000000706b943ea8f1b19298cac5a5f609ece3d3c671625d21d25c1d5 0.01 MB 27 80
173,662 173,662 00000000000001f557edf2a760fcc8cb2fd6f21c74c7566712d5ec8e26cfb60b 0.00 MB 3 92
173,661 173,661 00000000000005af075cf5f135ac9500faedf088ebf819540c2831dd28112165 0.01 MB 28 136
173,660 173,660 00000000000006c7de3877e6e1f45216cdb73a21abdcb34ce6ac4634b098a4b0 0.04 MB 154 9
173,659 173,659 00000000000000b545c734a61a24ccc24fdef666ffa1ccb9bf1225930200a54d 0.01 MB 16 65
Previous 10 blocks ↓
Total Size: 760.90 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: 915.38 GB sent, 51.00 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.