Memory Pool Memory Pool Refreshing

14,304 transactions
4.54 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 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,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,166 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (9,551 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
898,167 898,167 00000000000000000000162887201461291654f1515e940d0c03e187e373e2a2 1.72 MB 4,224 7
898,166 898,166 000000000000000000021fbbfbd0e8361fa3b691cde70e7eb7a311dd87ffacb9 1.74 MB 4,067 19
898,165 898,165 000000000000000000014ab3328ade8831c3ff0901c146bff498d4995f4719dd 1.79 MB 4,246 9
898,164 898,164 00000000000000000001a6c874d8dfc226ae2cccc296f3dc757c0b66541656a0 1.90 MB 4,625 6
898,163 898,163 00000000000000000001dbc31e070c485086a873c855b94f378dec74eb9e4bc9 1.89 MB 4,577 9
898,162 898,162 00000000000000000001d75b97c3385e941f1e4030c4639b2f4a3c461a5876fd 1.92 MB 4,309 7
898,161 898,161 00000000000000000000612acc3056898de20426deb2308d8c8d80837daff679 1.73 MB 4,107 8
898,160 898,160 00000000000000000001b456cc336597e5244cc39fb1f3a274522d8a48d1776f 1.77 MB 4,194 3
898,159 898,159 00000000000000000001e8e792531645104223de7b09d771926b3f9a47598b79 1.77 MB 4,116 3
898,158 898,158 000000000000000000010e6bb4a8722371766f5abeaf833b1f6334e6f6c8a013 1.70 MB 4,311 3
898,157 898,157 000000000000000000010e68b7c77296879c726ac920f7856389df1fc3e2b9df 1.60 MB 3,889 7
898,156 898,156 0000000000000000000134f85131a16e87d073643ea47625e96ba2b56d354128 1.79 MB 4,624 1
898,155 898,155 00000000000000000001a23b1b75029b15f1b55b34821ad3422ab5e0f149d504 1.76 MB 4,641 2
898,154 898,154 00000000000000000000b9790e5ef500fd6a814f76afa792aacaaff6a4113078 1.59 MB 3,695 3
898,153 898,153 00000000000000000001430650cee5325933b76086088a2659a550074eaf25a9 1.59 MB 3,735 6
898,152 898,152 00000000000000000000f2f4ccb3b6c5ec6121c3eb319004d05691b7b9fbfc90 1.59 MB 3,419 3
898,151 898,151 00000000000000000001c098aaea5555d8c8f60cd0e5fd9081675ff9c88561de 2.36 MB 1,145 1
898,150 898,150 000000000000000000009d4ea36a0efbff1073e27a682d982842355611433c14 2.00 MB 1,131 1
898,149 898,149 000000000000000000012c2dd34a7f4ea467aa308791a5af6d9bc444c2519fc0 1.64 MB 2,800 2
898,148 898,148 000000000000000000005a64460d86f33e0a7299b05cead06c7a9df08cb92b96 1.56 MB 2,152 2
898,147 898,147 000000000000000000005b6ee7929dd9f251828b4d52b0b2b27a4c5f7ba1ead4 1.61 MB 3,750 4
Previous 10 blocks ↓
Total Size: 769.02 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,622.96 GB sent, 92.96 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.