Memory Pool Memory Pool Refreshing

2,465 transactions
0.89 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,767 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.88 vMB 2,465 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,766 (669,501 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
238,265 238,265 000000000000014b6dc7c098af3aa1565881f09c55eb70cdcf0f94f453ab7670 0.13 MB 333 192
238,264 238,264 000000000000012f5e70b5e576303f3544d8d1e0a0e0d037236ac3323f3d90aa 0.08 MB 128 106
238,263 238,263 000000000000004b756828bc0b17d541e65bf81dc4e75c3bf7a1be2a7ff0d900 0.14 MB 128 836
238,262 238,262 00000000000000177b97531ebc982d810b630ca578cc52d667298df4adfb43d2 0.21 MB 459 153
238,261 238,261 00000000000000062432169a96fbb05fef963bb1b60f2f91450cc8c1a84253db 0.23 MB 325 125
238,260 238,260 000000000000006c111ec67ab28706b24d2425a8816ba636a050fbd883b575b9 0.12 MB 276 195
238,259 238,259 000000000000006c17a65bb76f87205e31b032db8de8692fed01fd313854ffe5 0.19 MB 316 125
238,258 238,258 00000000000000f2f461f20a56ec5d4707d55b49088f83f35f02b618053129e7 0.10 MB 332 30
238,257 238,257 00000000000001015aafe73cd05a8bb8fb186ad28493463d85ab7d686412ca1e 0.08 MB 256 232
238,256 238,256 0000000000000049815060f5e9cd59162af76259ea3e50f58d695a36cb8b4d42 0.25 MB 470 165
238,255 238,255 00000000000000c8ab4fb7d0fb65c51e1b100f2e75d37422efa07b528c3836c4 0.25 MB 499 320
238,254 238,254 0000000000000080c38fc825d7c2bfeeb793b23ce2eb630f728ab59090a3e029 0.25 MB 702 205
238,253 238,253 00000000000000d43a814ac041ce5fea5675def4d9a79c20b83c9ddaf70ffeea 0.23 MB 400 156
238,252 238,252 000000000000010e8f7ce108d7eaa7ffd85fc5b2b1c1e6b734074715736246b9 0.05 MB 39 13
238,251 238,251 00000000000000f86c8f882ee8ff64bed92036cc1c1b7beb7fbe76b3614faada 0.25 MB 517 166
238,250 238,250 00000000000000f7c0adc8e8669c6d55375de77f9b8823e9205a74c25bff0538 0.13 MB 308 170
238,249 238,249 0000000000000139cf0def8b2fe1c146bcb5c730c265416cf8e9e4a386cac134 0.14 MB 243 131
238,248 238,248 000000000000008f9cd9d85e84c9e223b4a39d2b727787c685ddc5b3e72e2bf6 0.21 MB 393 117
238,247 238,247 00000000000001058bb0e56a33088ae7a36f34755f82fb2efc13472562ffae96 0.25 MB 475 157
238,246 238,246 000000000000002105999e3405c7715de70aca11f343047eca2289f980b7c9cb 0.25 MB 554 173
238,245 238,245 00000000000000792dedcd389e80d4c17faded6d2eb15a11e084c2a38c0a7edf 0.01 MB 35 114
Previous 10 blocks ↓
Total Size: 769.10 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,629.22 GB sent, 93.42 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.