Memory Pool Memory Pool Refreshing

4,699 transactions
1.34 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
1 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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,593 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (737,632 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
170,242 170,242 00000000000004ac1eb73b18c2cb17eb7f0ca8a27a5ad4ffb7fd985eea4feb4b 0.00 MB 11 42
170,241 170,241 00000000000003163d5a861072714871cc5aa5a48e537fd5ccdd7cfb120dd960 0.01 MB 26 66
170,240 170,240 000000000000061db04e22c027364d6f556e9a3df2f9e889959f98d9ae6ca7d7 0.03 MB 69 21
170,239 170,239 00000000000002c4d9c02f0bf9f574818dd12c59559fbdabc1d102abf986e023 0.01 MB 34 4
170,238 170,238 00000000000005728ad5b82e5d0fe7c3a93aff3ff1e2a3bd076bad97cc4d5db9 0.04 MB 84 259
170,237 170,237 0000000000000adc7c2ec3385f3b714a7993158c6bd06b0a315b5d00ffc94195 0.01 MB 16 95
170,236 170,236 00000000000005ffd18284e51b6da5ffcfbd2d8964e74c907d1715e7423585ed 0.04 MB 129 66
170,235 170,235 0000000000000232d56247a6520c5fa9bc002234f74669d295946a851e99e6ff 0.00 MB 10 16
170,234 170,234 0000000000000a7729909a1261507b14061951f0c5d1fef202cfeb5c922497a2 0.02 MB 46 78
170,233 170,233 0000000000000a0ae1892318ff4d362762fd40736897ae13c1371c87b0cb5c06 0.05 MB 104 60
170,232 170,232 00000000000003ccbfa6c76867eab43674d5934c55ab34ca93ae2e485ffa2a8b 0.02 MB 56 51
170,231 170,231 00000000000001afd82bf8b0dc2b9688764477d4f1518f71f8f423b3f778405f 0.00 MB 1 0
170,230 170,230 000000000000091c015ea53ced7e10b31d6e2a56918a24f984a57df96846de3a 0.02 MB 46 61
170,229 170,229 00000000000003cfaec8dc495e861ea774bf822929e35f2c5f83c1438d35db01 0.00 MB 11 0
170,228 170,228 00000000000008a4399b862ebcea9bb7d71e019f64fbcb9b94936dbc5b5e9998 0.02 MB 37 110
170,227 170,227 00000000000005ab95c129d6b0a95db24282cb8881e5b14e400ad5f10553aa1c 0.01 MB 40 4
170,226 170,226 00000000000009de83df4748f281907249f0da9ba5d2e891738abd2691895d2f 0.06 MB 153 208
170,225 170,225 0000000000000b04b946d1f882fd55d535f611e25b87075260732ef54ad8c8fe 0.00 MB 1 0
170,224 170,224 00000000000004c4060d83d280e5dd2b6dba6389f0ad7823d627a18b85fa2d97 0.00 MB 1 0
170,223 170,223 00000000000008f30d1dea4fbc009adcc66b30391ab70420020f3c48618a661f 0.00 MB 12 263
170,222 170,222 000000000000033b5d119276d593a1dacac7bc285927bb9b0eb586a4dc2ed1cf 0.00 MB 13 34
Previous 10 blocks ↓
Total Size: 769.31 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,642.76 GB sent, 94.48 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.