Memory Pool Memory Pool Refreshing

9,811 transactions
4.53 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,067 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (729,941 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
177,784 177,784 0000000000000a83c74d819fcd29747df2b2e572dd19d99a27d38a7bad57c944 0.01 MB 29 116
177,783 177,783 0000000000000819ef37574f354d0e5c9a15d684fab833ec9093d81cf242b5dc 0.01 MB 16 55
177,782 177,782 0000000000000112a69b0b58cf7e4a58f9d1c19cdb4c2cd31916765f995e96b0 0.03 MB 43 306
177,781 177,781 0000000000000611b0400daf1e4bbc3c9690c3bad0481009f32c862891c2a51b 0.03 MB 54 75
177,780 177,780 00000000000008c3cdc71b52cfb50bf7fbbfb36a85c84058e283891f085e86a5 0.09 MB 62 74
177,779 177,779 00000000000002b1f39f96b610a3b54b5bbf1a2f82e617f663668fbf1b1fc845 0.03 MB 54 82
177,778 177,778 0000000000000592d25b09171ef092b397e73f75613c26fb9da6265afdeb505a 0.04 MB 115 65
177,777 177,777 00000000000005dde14dfccee822732a7485a44d5288a891bf91cff24f5b1565 0.01 MB 18 74
177,776 177,776 00000000000004b3f803e187250b03e897ff5c54a8bb17af9b82b91249347c37 0.03 MB 59 117
177,775 177,775 000000000000062ea3e2a2fea8470eb41005a7a0ce139ca2be05f476722d0708 0.03 MB 88 121
177,774 177,774 00000000000005e559b6e5a67935b9de94415303646ac5459cbf57ee42d9c734 0.05 MB 106 74
177,773 177,773 00000000000000afbea2dde66824147c1b7c1f72cf26d77f18a5ece83a9fad73 0.05 MB 151 72
177,772 177,772 000000000000078fdfa6f4e6c623336ff01ef7dacfb1c1939e597b587e830f49 0.03 MB 84 110
177,771 177,771 00000000000006178cfedc66a0b8368fffa87eddc5dddb3eeb00807e32514911 0.00 MB 1 0
177,770 177,770 00000000000006eb3a9465b5dfc1c2ff235599b832fd83f182d2662d8abc44f2 0.02 MB 43 128
177,769 177,769 00000000000005113505a79e15d4761b21c5d4c1b3d900f1ecf85fef0fa0f8a8 0.04 MB 65 42
177,768 177,768 00000000000000e3ab34daee6f60e259ee4e7c84e01ccdb2af5715c90638bb89 0.01 MB 10 237
177,767 177,767 00000000000003badbeb263c52390fe3a4df32e39499eb53e198cae65118430f 0.01 MB 28 329
177,766 177,766 0000000000000abc780e3758ee1f893046d503d615923f0ba82cc34a3b97e60f 0.04 MB 47 76
177,765 177,765 000000000000070ede9da7b005b8b4a3f198aa905d4a30778fafef11f8fc9f80 0.02 MB 53 145
177,764 177,764 00000000000008bf7ce4f14006484dd2cd440aec381380c4f9ef5cbe5b943011 0.00 MB 11 117
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.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.