Memory Pool Memory Pool Refreshing

4,639 transactions
2.21 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,736 (692,716 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
215,020 215,020 000000000000059422d7ed091dbd6423d4d915545b100192eafdf6326bccca2e 0.05 MB 128 154
215,019 215,019 000000000000008c6d4979b2e99aa289e164ccad6b2ad955e1a4076c4d942e3b 0.25 MB 417 123
215,018 215,018 00000000000002a6aee2c24660b4cf5b13f588b7352e6bf0bc700088a2b1aaaa 0.25 MB 681 1,410
215,017 215,017 000000000000005ee8383e42710c3a4c51e9d0043ed5a6597ee7f20a4b23751e 0.11 MB 241 190
215,016 215,016 00000000000005057daab6de68e841c8b7b4f76582dfabce4b389e350c512b1a 0.01 MB 32 57
215,015 215,015 000000000000009f4d30c6467a33b5ee4dcdb0a2aff3b9ee8ca5568f17546916 0.06 MB 137 127
215,014 215,014 000000000000019fe74e763e139652abb88f3289b12003a64c7681f90bfbc57f 0.21 MB 496 177
215,013 215,013 000000000000016e89916bf798cc8f37207a0bd4f32eee82afa25f49f00451ed 0.03 MB 114 40
215,012 215,012 00000000000003227f8f774849b4ad75a09cf985ee27b0a732cd5350240c3e1f 0.13 MB 374 193
215,011 215,011 00000000000004b4c3a65bc76742555c88db04e1c4b1ce2aac1acdd8c0dee6b9 0.10 MB 249 190
215,010 215,010 00000000000003ce3cece6aa40211b79eedf85ee332a28188c74459975c9bb94 0.12 MB 218 163
215,009 215,009 00000000000004c592c6f50048f0b665600a9c3dee12ec4fda7dcad9a0b40956 0.06 MB 140 165
215,008 215,008 00000000000001c864832422c4ec9fa452ebc7c313ee23ebc2c033d5e718cc67 0.14 MB 258 143
215,007 215,007 000000000000019405ec7dde776ef6df1934aa3251608d10fb78644e6165a4f0 0.12 MB 360 121
215,006 215,006 00000000000001a657f1214d09467b86dcd7347cf21b65bed1326741c6ef8d88 0.07 MB 186 220
215,005 215,005 000000000000017cc59456d3cfaf865eafdae57334f6e958514b76aaea7b070b 0.01 MB 18 57
215,004 215,004 000000000000014c4e44cb34fa0469a23616d568f6e0a6632adfaadf0b6d8e7c 0.03 MB 82 203
215,003 215,003 000000000000025d74f136b8fdd2b15d86cf2f0b1b97fc22ff48d3c06c972be0 0.08 MB 196 154
215,002 215,002 00000000000000d519d817b995a2ef1b0277e6c6dc938c046021c0e31afbcc24 0.02 MB 54 173
215,001 215,001 000000000000012f5751345a1e7a8c058bfae9fe31a09fe845511fd8caa080eb 0.13 MB 167 114
215,000 215,000 000000000000032f64cb76edfb654062e7b94b152bb6458a59b979fabf99012b 0.08 MB 190 140
Previous 10 blocks ↓
Total Size: 769.05 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,627.51 GB sent, 93.13 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.