Memory Pool Memory Pool Refreshing

4,181 transactions
1.42 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
3 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,715 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,465 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,714 (711,184 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
196,530 196,530 00000000000001b4458acf7c84229b7df59657c8bbefcf2168de1f8cf6d2be61 0.03 MB 72 115
196,529 196,529 00000000000001fed5703c0c5f32526644b501a4a42a27c76d3542109efeb335 0.11 MB 165 90
196,528 196,528 00000000000005e70be962441bfd9b0a4e701494941eec4ca52dc033dd7a1c83 0.11 MB 202 86
196,527 196,527 000000000000025cf30e895d5ddc36f6c1062eb76d4823f0b3ec4d447b3ba0d5 0.02 MB 31 151
196,526 196,526 00000000000006d3bf42e011cd2fedcdaa8a80b4e82d3a783b5f5947d4da7bab 0.23 MB 676 160
196,525 196,525 000000000000042fcd359e813365ee9159708e8b5bcf860564bd4d01059a1ef3 0.25 MB 487 106
196,524 196,524 00000000000001d4710e66a7fa00c31f2171de3e2ddfd6ab8bf9ae6564b158bb 0.05 MB 140 133
196,523 196,523 00000000000005c97d17527af29a6917b5f87e99523a935a917bd75eff9cda9d 0.19 MB 512 211
196,522 196,522 000000000000037149aa43ebe0681205515ae306d3acf4339e01043cc7779988 0.04 MB 85 189
196,521 196,521 00000000000004526ab48c19842977f9e7e480a7a96d54efa9e3e7a929c76bfa 0.04 MB 124 85
196,520 196,520 000000000000017998036fefb1832c8325e23725b1c49910eeb01cba20bbffff 0.17 MB 512 178
196,519 196,519 0000000000000520b5551519949372dfebe8b5723870fc345a9088c16bf127ff 0.05 MB 126 102
196,518 196,518 00000000000003418c128af56e82955bdc9a660a2d5ee8552a9ec1af147b2200 0.05 MB 134 139
196,517 196,517 00000000000003b36ff673822be94cf682c8d26cfa1e1a865d4f77657273d811 0.06 MB 194 157
196,516 196,516 000000000000013448a2ed78c3fd90b3c2456be47d6d0fd0940268d2b2641a6e 0.21 MB 512 104
196,515 196,515 000000000000012adbd0de92cb3c1559967ed206be7b147ad7cdc5e4c48dbcf3 0.40 MB 1,024 35
196,514 196,514 00000000000001113c8a5cf71378e7e385db576f11cd7fedb8a891c9c787fa17 0.16 MB 421 168
196,513 196,513 0000000000000119599ec174f49282c62c54c05fbfc75b2d9c044e0fdde2197b 0.00 MB 1 0
196,512 196,512 00000000000001afa29e32cf01d277fcce46d7f00b07a8e083afdd3f7a2678ef 0.11 MB 273 268
196,511 196,511 000000000000024bfe4cd9be61cf423c1b907bab83cf361e4715ac54f2e46238 0.03 MB 57 70
196,510 196,510 00000000000000c1637f5f281189e2f3fd7bb518b828f28033ab7ba091737584 0.16 MB 446 178
Previous 10 blocks ↓
Total Size: 769.01 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,617.23 GB sent, 92.87 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.