Memory Pool Memory Pool Refreshing

2,897 transactions
1.50 vMB
Show Random Selection Loading Transactions
Max Size: 8/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
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,790 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (591,501 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
316,235 316,235 0000000000000000042ac389be1ddac22857a9c321952c0b8f52cff0d88c29f2 0.21 MB 425 27
316,234 316,234 00000000000000000c113e218b5cc42f9d9f47e7b592820c7f1fc9dfd6190c1e 0.23 MB 341 23
316,233 316,233 000000000000000015cd2d44b2417839d770664ecd66fc6f8b2c2897e336c0fe 0.50 MB 804 24
316,232 316,232 00000000000000003133684e915d949c3a1b3c5d3507b84c988d495ddcd99773 0.04 MB 51 21
316,231 316,231 00000000000000002aa0771adaa59c58e8a56b5a03b6944eedffafb5cf194ddf 0.13 MB 265 25
316,230 316,230 00000000000000000fd8b85ed0d56ed746663f0f3a6775fddb52c07b1299162f 0.44 MB 652 26
316,229 316,229 00000000000000001f5fa912a77c62178ebda5b1d60a0fa450de5c048d009c8f 0.16 MB 302 20
316,228 316,228 00000000000000002247f98ff368c91fb6f71a6e2e9c89ec76554132de2a99cf 0.20 MB 340 25
316,227 316,227 0000000000000000131a2464b8b7c0c9d22359daf566f3c61caf9ec703a353fc 0.31 MB 517 26
316,226 316,226 000000000000000010b60988a8ab965fcca6aa2ce2b0dd6222909290c452d48c 0.33 MB 473 26
316,225 316,225 00000000000000001ba7c464273cfcf821535d9a3739ca04d0ed1e1df96da78b 0.06 MB 128 30
316,224 316,224 000000000000000000d68a5055cddb4152d90c22d4aaaeca26c20e42c2375fb6 0.32 MB 592 26
316,223 316,223 0000000000000000110f485f5480b2ff48fb33dd2cef152d2da753125764bb7e 0.19 MB 328 25
316,222 316,222 00000000000000001b546a89ebd840eef9dd87f4a5348c68211d4c180a11d99d 0.11 MB 160 23
316,221 316,221 00000000000000000f9b436c6eb7ba5c41aa9bac258bc6e4e0a1c37038e73850 0.07 MB 95 21
316,220 316,220 000000000000000005a92b753f805ccb0a5a597b1f623cbb504ddb8ea96d6621 0.13 MB 167 21
316,219 316,219 0000000000000000021258ca6410fdcbfb3d21d9f0a8d1e9290428774e9a3afe 0.01 MB 22 6
316,218 316,218 0000000000000000002bfcc12716bf8c518cc0b8704ca1c1cbd78f6ff9e12448 0.25 MB 225 19
316,217 316,217 0000000000000000181e86c0aead4b6b0ea66c80359b947877cbe19fd2be3843 0.25 MB 281 21
316,216 316,216 000000000000000030232fde6a67fadb7e7e3d010a79e5345fafd6214039d951 0.10 MB 175 28
316,215 316,215 000000000000000015ad1cd5c66ed17ba3d63333100e47df662bef2d502f666d 0.10 MB 179 22
Previous 10 blocks ↓
Total Size: 769.05 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,627.43 GB sent, 93.12 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.