Memory Pool Memory Pool Refreshing

575 transactions
0.25 vMB
Show Random Selection Loading Transactions
Max Size: 1/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
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,752 00000000000000000002349e0000000000000000000000000000000000000000 0.23 vMB 572 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,751 (635,641 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
272,110 272,110 00000000000000014b56f66f550e5b0f611648d3d4803fac89de8bd83db1a843 0.16 MB 277 43
272,109 272,109 0000000000000002d5e0b3ab886b5e8562e36b42b3f7b7c38a32f829c9274234 0.14 MB 358 57
272,108 272,108 000000000000000413cb39fe55aa6950d4ae74e34bdb4d4a022eb364c5c6bba3 0.10 MB 274 48
272,107 272,107 0000000000000002099dc14da18707ec5f5da21c1929f707c872acfecf6ab253 0.22 MB 593 71
272,106 272,106 000000000000000343d880297243f1016643296d6e518b39c998bb4a30303c60 0.04 MB 91 17
272,105 272,105 0000000000000000f39c9ea825a41d7cb2c16a60290779f4d4867be5c6fcfd8c 0.41 MB 574 96
272,104 272,104 0000000000000002a25c2bf5729fd21881f3af529e3aa04b762ab6699b09e2e6 0.25 MB 887 198
272,103 272,103 000000000000000563c6d7d37ce357c142006206a078d197434cd27adcdfd871 0.50 MB 1,436 82
272,102 272,102 0000000000000000fe668c2f4dcdcce4eabd03d57f3146c54c27143de8807816 0.25 MB 837 265
272,101 272,101 00000000000000046cafba7fab66e25bb71e6dc5c74b71956e751341588972a0 0.24 MB 374 9
272,100 272,100 0000000000000005dedcba566d4311ce32577130c1f168d60a02636b9df1ce0c 0.49 MB 920 27
272,099 272,099 0000000000000003993169fae7aca0142655da68dcdbeaba7d5ac042377fc5c2 0.25 MB 302 108
272,098 272,098 000000000000000351c9ddda1e6f7a1bac1bce2de226701d3b8092c27dec37b9 0.25 MB 663 53
272,097 272,097 0000000000000003485fdedc5bd3f5d4036c7438fff8e6695241a51529bcf40a 0.25 MB 724 77
272,096 272,096 00000000000000063c800c53ae94cd9e4916214302584d485e2e85c1035579b9 0.14 MB 266 49
272,095 272,095 0000000000000001c3b5dcd076a0fb1c52d1baf2c9cfb6d1b46e3fb883a4a1aa 0.24 MB 484 58
272,094 272,094 0000000000000002d51567a09d7240f83b2b7a56f9d86678a42de2e229e64d5e 0.25 MB 570 60
272,093 272,093 00000000000000035f52aa446494c980e4bde1378b151aefdf8a4ca66f868650 0.19 MB 450 60
272,092 272,092 0000000000000002e9d270383b4da7ee030a77dea74da7725b2840aca689b1bc 0.02 MB 56 41
272,091 272,091 0000000000000005035cac4c1e430e5ebee1ff5caa6dd4ef3717e4cdab8c91f2 0.11 MB 342 195
272,090 272,090 0000000000000000a028b26a3b0bd47c5623ed6ba47d819865aeadc0cf4872a8 0.17 MB 392 54
Previous 10 blocks ↓
Total Size: 769.08 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,628.20 GB sent, 93.28 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.