Memory Pool Memory Pool Refreshing

243 transactions
0.07 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,024 00000000000000000002349e0000000000000000000000000000000000000000 0.05 vMB 232 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,023 (694,255 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
213,768 213,768 00000000000002d17fa277e0e60f88f11d92a37caa1319e6c6344f33e24f2699 0.04 MB 83 136
213,767 213,767 000000000000048bc606c82439aac79840a0bde9ad9f0826c5040929f21cbdcf 0.10 MB 163 121
213,766 213,766 000000000000041f7492f76482f1cfb12581bb708fb6f615744cbf7a39a8b6d9 0.21 MB 550 303
213,765 213,765 000000000000048986c5a363f7c5cb193cf83fb6459349ca2d3ba68f8ab69196 0.45 MB 475 124
213,764 213,764 000000000000059a9826d0ba3583479d5a25945370a2552843847d7be803cf19 0.00 MB 9 15
213,763 213,763 00000000000001e772b8863ec79478e367e7df6e029831362291cdbf78d5e99d 0.19 MB 337 149
213,762 213,762 00000000000000ce905f67a6b175c04250e301970b54276f0c4638bd2b562bc1 0.05 MB 128 98
213,761 213,761 000000000000024805199263109edcdd5d7dbdc8d173f0fd74e4117c931afebb 0.00 MB 9 12
213,760 213,760 000000000000007f5157ccbc0decd63d6fb0ef017fdaea10fd9334e86faf3ebc 0.02 MB 33 109
213,759 213,759 000000000000057f6754d2c15c87059ae1e346dcab16421f8ec3cf5192464822 0.04 MB 86 132
213,758 213,758 000000000000007a7574e04651342f4f80fd8062293396e5b12819d0890bb913 0.08 MB 256 206
213,757 213,757 000000000000044d10a1e231eb1b421e45ab5dcd6bda688fd4cbfd48ce1ac2d1 0.04 MB 96 145
213,756 213,756 0000000000000280b322b62626e00fc9745d855982997cc663364dcc07681135 0.09 MB 153 128
213,755 213,755 00000000000001fd501e0e7fe248fcf8191590a703f03506e1c915ea24c55032 0.09 MB 189 147
213,754 213,754 0000000000000140e9ca2661956758a8d9d591553ad10713ba7dabd0e6175283 0.20 MB 486 171
213,753 213,753 00000000000003a304e9f190489478b6c519b9f5cd188fb8e4d77cebc6b2dfcd 0.36 MB 720 162
213,752 213,752 00000000000003e9d037a45ad66848b5861fc9534d5faa06ae5f857115c38bae 0.00 MB 13 167
213,751 213,751 000000000000017ff52b4bf3a527d852ceeab98a0a2494cf69c1fa80204f8907 0.13 MB 287 176
213,750 213,750 00000000000001bc937fdbc554aa549253864faafa02c969bd27414b48a50c76 0.12 MB 287 187
213,749 213,749 000000000000024d6c4b9e9486d4040404ce565b33407c4b0eefba0e335b4357 0.03 MB 52 94
213,748 213,748 000000000000038aabae8d121bf453a73bc66ce4c77a5d4ed96736b6de2a2f00 0.18 MB 401 188
Previous 10 blocks ↓
Total Size: 769.59 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,650.91 GB sent, 95.84 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.