Memory Pool Memory Pool Refreshing

6,283 transactions
1.99 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,833 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,288 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,832 (704,990 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
202,842 202,842 000000000000052bf5b2ec5f0749a0fc37cf1233d07c707f84d85d53ca9692ba 0.05 MB 124 56
202,841 202,841 0000000000000494ea3c3bdaad4c50999a6f38e5ac379d4f7e172b84ac76bcd0 0.05 MB 132 171
202,840 202,840 0000000000000292ad7c39c3cc0d226105b92b006cd264149cdc423a6a9853a2 0.03 MB 81 48
202,839 202,839 00000000000001a3f8d22347c56b89426e716abd2a68084407249ed9e8c9606a 0.18 MB 441 269
202,838 202,838 00000000000000f5a1c66a0775f1cc717a3007dac866bb89a19a7635e3c060cd 0.09 MB 224 222
202,837 202,837 00000000000001712101b8e2d2d90ba32d3cc097049640ce42af9c8e0e378586 0.18 MB 313 161
202,836 202,836 000000000000000f569290f2ecb7f324eaca45b6b95f44f7fe86dcd56decad49 0.04 MB 86 88
202,835 202,835 00000000000003b04b31067f096b929d187345f40320a01031ce1dd1ed25fc6f 0.07 MB 155 103
202,834 202,834 00000000000004ac079a357b4c5183134dd4d8d4037ea944f8745b065e696ff9 0.29 MB 341 78
202,833 202,833 0000000000000163b29182594462481e86db9917c91ac1dbcf7e2837220144a4 0.25 MB 593 191
202,832 202,832 000000000000052c979d84e209506b9f1619f56a25b2f71750287819edcca245 0.25 MB 902 340
202,831 202,831 000000000000020ba7b9913e19fe4ef809c00c8cab2a04a73f5617f3e209ba4a 0.05 MB 154 467
202,830 202,830 000000000000015b945415bcc401743108e8683be7825f619cbdb44f4caaab8e 0.05 MB 88 143
202,829 202,829 0000000000000032d333660a8215c50f44840a4a5830be8b1f2328e0bd958646 0.01 MB 17 77
202,828 202,828 00000000000001e9eb00111c7938a388c76bbb73d827f742b1addc5f1bbb4558 0.05 MB 91 129
202,827 202,827 00000000000001125c1c7ac7e12857b85ad5462ca7407f2930729380085b0246 0.23 MB 491 137
202,826 202,826 000000000000019cb336a8a38d137ed70d57d89f5c930a2b2bb2fcc5cf9acdb0 0.05 MB 94 57
202,825 202,825 00000000000002b04f34a294addd3e16db3a2f7d59bbb19e373831703eacfb5f 0.10 MB 209 138
202,824 202,824 00000000000004eca47f32d9d0d11bf81ea80ede8bdaef20f57386f81e1010ab 0.17 MB 376 326
202,823 202,823 00000000000002fc8bc8eed7e719e7c9025f254362b174a3f954f2028020e8eb 0.00 MB 10 15
202,822 202,822 000000000000009f636fe159b5e227c1c209157d94d68ceac20efa2066793810 0.00 MB 15 204
Previous 10 blocks ↓
Total Size: 769.23 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,634.74 GB sent, 94.07 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.